#6DA0F0
A light, vivid blue closely aligning with Cornflowerblue.
About #6DA0F0
Visually, #6DA0F0 is defined as a vivid blue. Designers often compare it to the standard color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 160, and 240.
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 33% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6DA0F0
RGB109, 160, 240
HSL216.6°, 81.4%, 68.4%
CMYK55%, 33%, 0%, 6%
HSV216.6°, 54.6%, 94.1%
LAB65.5, 5.7, -45.3
XYZ34.6, 34.7, 87.3
Decimal7184624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.94:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DA0F0;
}
.text-color {
color: #6DA0F0;
}
.border-color {
border: 2px solid #6DA0F0;
}