#6DA8CC
A light, moderate blue closely aligning with Lightskyblue.
About #6DA8CC
When working with digital screens, the color #6DA8CC is rendered by mixing light. Its closest recognized web color is Lightskyblue. This translates to an RGB value of rgb(109, 168, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 18% M, 0% Y, and 20% K. With a hue angle of 202.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DA8CC
RGB109, 168, 204
HSL202.7°, 48.2%, 61.4%
CMYK47%, 18%, 0%, 20%
HSV202.7°, 46.6%, 80.0%
LAB66.2, -9.5, -24.3
XYZ31.2, 35.6, 62.4
Decimal7186636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.12:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DA8CC;
}
.text-color {
color: #6DA8CC;
}
.border-color {
border: 2px solid #6DA8CC;
}