#6692CC
A light, moderate blue closely aligning with Steelblue.
About #6692CC
The precise color #6692CC is an excellent choice for modern design projects. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(102, 146, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 28% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6692CC
RGB102, 146, 204
HSL214.1°, 50.0%, 60.0%
CMYK50%, 28%, 0%, 20%
HSV214.1°, 50.0%, 80.0%
LAB59.7, 1.2, -34.5
XYZ26.7, 27.7, 61.1
Decimal6722252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6692CC;
}
.text-color {
color: #6692CC;
}
.border-color {
border: 2px solid #6692CC;
}