#006D99
A dark, vivid blue closely aligning with Steelblue.
About #006D99
When working with digital screens, the color #006D99 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(0, 109, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 29% Magenta, 0% Yellow, and 40% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#006D99
RGB0, 109, 153
HSL197.3°, 100.0%, 30.0%
CMYK100%, 29%, 0%, 40%
HSV197.3°, 100.0%, 60.0%
LAB43.1, -9.6, -31.2
XYZ11.2, 13.2, 32.1
Decimal28057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.50:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006D99;
}
.text-color {
color: #006D99;
}
.border-color {
border: 2px solid #006D99;
}