#6D99DB
A light, moderate blue closely aligning with Cornflowerblue.
About #6D99DB
Visually, #6D99DB is defined as a moderate blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(109, 153, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 50% C, 30% M, 0% Y, and 14% K. With a hue angle of 216.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D99DB
RGB109, 153, 219
HSL216.0°, 60.4%, 64.3%
CMYK50%, 30%, 0%, 14%
HSV216.0°, 50.2%, 85.9%
LAB62.6, 3.3, -38.2
XYZ30.5, 31.1, 71.4
Decimal7182811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D99DB;
}
.text-color {
color: #6D99DB;
}
.border-color {
border: 2px solid #6D99DB;
}