#6683A8
A medium, muted blue closely aligning with Steelblue.
About #6683A8
At its core, #6683A8 is a medium and muted hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 102 red, 131 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 22% magenta inks. The HSL representation is 213.6° hue, 27.5% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6683A8
RGB102, 131, 168
HSL213.6°, 27.5%, 52.9%
CMYK39%, 22%, 0%, 34%
HSV213.6°, 39.3%, 65.9%
LAB53.9, -0.7, -22.9
XYZ20.7, 21.9, 40.2
Decimal6718376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6683A8;
}
.text-color {
color: #6683A8;
}
.border-color {
border: 2px solid #6683A8;
}