#6675B6
A medium, moderate blue closely aligning with Steelblue.
About #6675B6
At its core, #6675B6 is a medium and moderate hue. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 102 red, 117 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 44% C, 36% M, 0% Y, and 29% K. With a hue angle of 228.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6675B6
RGB102, 117, 182
HSL228.8°, 35.4%, 55.7%
CMYK44%, 36%, 0%, 29%
HSV228.8°, 44.0%, 71.4%
LAB50.6, 11.7, -36.2
XYZ20.3, 18.9, 46.8
Decimal6714806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6675B6;
}
.text-color {
color: #6675B6;
}
.border-color {
border: 2px solid #6675B6;
}