#6DAFCC
A light, moderate blue closely aligning with Skyblue.
About #6DAFCC
Visually, #6DAFCC is defined as a moderate blue. It is closely associated with the named CSS color Skyblue. This translates to an RGB value of rgb(109, 175, 204).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 47% Cyan, 14% Magenta, 0% Yellow, and 20% Black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DAFCC
RGB109, 175, 204
HSL198.3°, 48.2%, 61.4%
CMYK47%, 14%, 0%, 20%
HSV198.3°, 46.6%, 80.0%
LAB68.2, -13.3, -21.3
XYZ32.5, 38.3, 62.8
Decimal7188428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DAFCC;
}
.text-color {
color: #6DAFCC;
}
.border-color {
border: 2px solid #6DAFCC;
}