#6DBDF0
A light, vivid blue closely aligning with Lightskyblue.
About #6DBDF0
Visually, #6DBDF0 is defined as a vivid blue. Designers often compare it to the standard color Lightskyblue. This translates to an RGB value of rgb(109, 189, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 55% cyan and 21% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DBDF0
RGB109, 189, 240
HSL203.4°, 81.4%, 68.4%
CMYK55%, 21%, 0%, 6%
HSV203.4°, 54.6%, 94.1%
LAB73.5, -10.4, -32.8
XYZ40.2, 45.9, 89.2
Decimal7192048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.19:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DBDF0;
}
.text-color {
color: #6DBDF0;
}
.border-color {
border: 2px solid #6DBDF0;
}