#6DA8F0
A light, vivid blue closely aligning with Cornflowerblue.
About #6DA8F0
Visually, #6DA8F0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(109, 168, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 55% Cyan, 30% Magenta, 0% Yellow, and 6% Black. With a hue angle of 213.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DA8F0
RGB109, 168, 240
HSL213.0°, 81.4%, 68.4%
CMYK55%, 30%, 0%, 6%
HSV213.0°, 54.6%, 94.1%
LAB67.7, 1.2, -41.9
XYZ36.0, 37.5, 87.8
Decimal7186672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DA8F0;
}
.text-color {
color: #6DA8F0;
}
.border-color {
border: 2px solid #6DA8F0;
}