#6182A5
A medium, muted blue closely aligning with Steelblue.
About #6182A5
The precise color #6182A5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(97, 130, 165).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 41% cyan and 21% magenta inks. The HSL representation is 210.9° hue, 27.4% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6182A5
RGB97, 130, 165
HSL210.9°, 27.4%, 51.4%
CMYK41%, 21%, 0%, 35%
HSV210.9°, 41.2%, 64.7%
LAB53.2, -2.3, -22.3
XYZ19.7, 21.2, 38.7
Decimal6390437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6182A5;
}
.text-color {
color: #6182A5;
}
.border-color {
border: 2px solid #6182A5;
}