#6675AF
A medium, moderate blue closely aligning with Steelblue.
About #6675AF
The precise color #6675AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 102 red, 117 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 42% C, 33% M, 0% Y, and 31% K. The HSL representation is 227.7° hue, 31.3% saturation, and 54.3% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6675AF
RGB102, 117, 175
HSL227.7°, 31.3%, 54.3%
CMYK42%, 33%, 0%, 31%
HSV227.7°, 41.7%, 68.6%
LAB50.3, 9.7, -32.6
XYZ19.6, 18.6, 43.1
Decimal6714799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.73:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6675AF;
}
.text-color {
color: #6675AF;
}
.border-color {
border: 2px solid #6675AF;
}