Shades of Slate Blue #6571DD
Tints of Slate Blue #6571DD
RGB
CMYK
RGB Variations
Color information
#6571DD (or 0x6571DD) is known color: Slate Blue. HEX triplet: 65, 71 and DD. RGB value is (101,113,221). Sum of RGB (Red+Green+Blue) = 101+113+221=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6571DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571DD is #9A8E22. Grayscale: #797979. Windows color (decimal): -10128931 or 14512485. OLE color: 14512485.
HSL color Cylindrical-coordinate representation of color #6571DD: hue angle of 234º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6571DD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 113 | 221 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.13 |
| HSL | 234º | 0.64% | 0.63% | - |
| HSV(B) | 234º | 0.54% | 0.87% | - |
| XYZ | 24.32 | 19.8 | 70.95 | - |
| YUV | 121.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 221 | 0.54 | 0.49 | 0 | 0.13 | 234 | 0.64 | 0.63 |
| Hex | 65 | 71 | DD | 36 | 31 | 0 | D | EA | 40 | 3F |
| Octal | 145 | 161 | 335 | 66 | 61 | 0 | 15 | 352 | 100 | 77 |
| Binary | 1100101 | 1110001 | 11011101 | 110110 | 110001 | 0 | 1101 | 11101010 | 1000000 | 111111 |
Color Harmonies of #6571DD
Complementary color
Monochromatic Colors of #6571DD
Black with #6571DD
Text Example
Text Example
White with #6571DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6571DD; }
p { color: rgb(101,113,221); }
H1.HeaderClassName
{
color: #6571DD;
}
.AnyTagClassName
{
color: #6571DD;
}
</style>
background-color css
<style>
a { background-color: #6571DD; }
a { background-color: rgb(101,113,221); }
div.DivClassName
{
background-color: #6571DD;
}
.BgClassName
{
background-color: #6571DD;
}
</style>
border-color css
<style>
span { border-color: #6571DD; }
span { border-color: rgb(101,113,221); }
td.TdClassName
{
border-color: #6571DD;
}
.TagClassName
{
border-color: #6571DD;
}
</style>