#6BC6FF
A light, vivid blue closely aligning with Lightskyblue.
About #6BC6FF
Visually, #6BC6FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightskyblue. This translates to an RGB value of rgb(107, 198, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 58% Cyan, 22% Magenta, 0% Yellow, and 0% Black. The HSL representation is 203.1° hue, 100.0% saturation, and 71.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6BC6FF
RGB107, 198, 255
HSL203.1°, 100.0%, 71.0%
CMYK58%, 22%, 0%, 0%
HSV203.1°, 58.0%, 100.0%
LAB76.5, -11.1, -36.2
XYZ44.3, 50.7, 102.1
Decimal7063295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6BC6FF;
}
.text-color {
color: #6BC6FF;
}
.border-color {
border: 2px solid #6BC6FF;
}