#6DB6F0
A light, vivid blue closely aligning with Lightskyblue.
About #6DB6F0
Visually, #6DB6F0 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(109, 182, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 55% C, 24% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DB6F0
RGB109, 182, 240
HSL206.6°, 81.4%, 68.4%
CMYK55%, 24%, 0%, 6%
HSV206.6°, 54.6%, 94.1%
LAB71.6, -6.6, -35.8
XYZ38.8, 43.0, 88.7
Decimal7190256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.60:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DB6F0;
}
.text-color {
color: #6DB6F0;
}
.border-color {
border: 2px solid #6DB6F0;
}