#6D83BD
A medium, moderate blue closely aligning with Steelblue.
About #6D83BD
When working with digital screens, the color #6D83BD is rendered by mixing light. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 109 red, 131 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 42% C, 31% M, 0% Y, and 26% K. With a hue angle of 223.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D83BD
RGB109, 131, 189
HSL223.5°, 37.7%, 58.4%
CMYK42%, 31%, 0%, 26%
HSV223.5°, 42.3%, 74.1%
LAB55.2, 7.3, -32.9
XYZ23.6, 23.2, 51.4
Decimal7177149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D83BD;
}
.text-color {
color: #6D83BD;
}
.border-color {
border: 2px solid #6D83BD;
}