#6657D3
A medium, moderate blue closely aligning with Slateblue.
About #6657D3
Visually, #6657D3 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Slateblue. This translates to an RGB value of rgb(102, 87, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 52% Cyan, 59% Magenta, 0% Yellow, and 17% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6657D3
RGB102, 87, 211
HSL247.3°, 58.5%, 58.4%
CMYK52%, 59%, 0%, 17%
HSV247.3°, 58.8%, 82.7%
LAB44.7, 38.8, -62.2
XYZ20.6, 14.3, 63.3
Decimal6707155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6657D3;
}
.text-color {
color: #6657D3;
}
.border-color {
border: 2px solid #6657D3;
}