#006D92
A dark, vivid blue closely aligning with Steelblue.
About #006D92
Visually, #006D92 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 0 parts red, 109 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 25% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#006D92
RGB0, 109, 146
HSL195.2°, 100.0%, 28.6%
CMYK100%, 25%, 0%, 43%
HSV195.2°, 100.0%, 57.3%
LAB42.8, -12.3, -27.5
XYZ10.7, 13.0, 29.1
Decimal28050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006D92;
}
.text-color {
color: #006D92;
}
.border-color {
border: 2px solid #006D92;
}