#667592
A medium, muted blue closely aligning with Slategray.
About #667592
The hex code #667592 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(102, 117, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 30% C, 20% M, 0% Y, and 43% K. The HSL representation is 219.5° hue, 17.7% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#667592
RGB102, 117, 146
HSL219.5°, 17.7%, 48.6%
CMYK30%, 20%, 0%, 43%
HSV219.5°, 30.1%, 57.3%
LAB49.0, 1.5, -17.6
XYZ17.0, 17.6, 29.7
Decimal6714770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667592;
}
.text-color {
color: #667592;
}
.border-color {
border: 2px solid #667592;
}