#6699AF
A medium, moderate blue closely aligning with Lightslategray.
About #6699AF
Visually, #6699AF is defined as a moderate blue. Its closest recognized web color is Lightslategray. Its digital footprint relies on 102 parts red, 153 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 42% cyan, 13% magenta, 0% yellow, and 31% black. With a hue angle of 198.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6699AF
RGB102, 153, 175
HSL198.1°, 31.3%, 54.3%
CMYK42%, 13%, 0%, 31%
HSV198.1°, 41.7%, 68.6%
LAB60.5, -11.1, -16.8
XYZ24.6, 28.7, 44.8
Decimal6724015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6699AF;
}
.text-color {
color: #6699AF;
}
.border-color {
border: 2px solid #6699AF;
}