#6DB6D3
A light, moderate blue closely aligning with Skyblue.
About #6DB6D3
Visually, #6DB6D3 is defined as a moderate blue. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(109, 182, 211).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 48% cyan and 14% magenta inks. The HSL representation is 197.1° hue, 53.7% saturation, and 62.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DB6D3
RGB109, 182, 211
HSL197.1°, 53.7%, 62.7%
CMYK48%, 14%, 0%, 17%
HSV197.1°, 48.3%, 82.7%
LAB70.5, -15.0, -21.7
XYZ34.8, 41.4, 67.8
Decimal7190227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DB6D3;
}
.text-color {
color: #6DB6D3;
}
.border-color {
border: 2px solid #6DB6D3;
}