Shades of Slate Blue #6570DC
Tints of Slate Blue #6570DC
RGB
CMYK
RGB Variations
Color information
#6570DC (or 0x6570DC) is known color: Slate Blue. HEX triplet: 65, 70 and DC. RGB value is (101,112,220). Sum of RGB (Red+Green+Blue) = 101+112+220=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6570DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570DC is #9A8F23. Grayscale: #787878. Windows color (decimal): -10129188 or 14446693. OLE color: 14446693.
HSL color Cylindrical-coordinate representation of color #6570DC: hue angle of 234.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6570DC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 112 | 220 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.14 |
| HSL | 234.45º | 0.63% | 0.63% | - |
| HSV(B) | 234.45º | 0.54% | 0.86% | - |
| XYZ | 24.08 | 19.52 | 70.21 | - |
| YUV | 121.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 220 | 0.54 | 0.49 | 0 | 0.14 | 234.45 | 0.63 | 0.63 |
| Hex | 65 | 70 | DC | 36 | 31 | 0 | E | EA | 3F | 3F |
| Octal | 145 | 160 | 334 | 66 | 61 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100101 | 1110000 | 11011100 | 110110 | 110001 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #6570DC
Complementary color
Monochromatic Colors of #6570DC
Black with #6570DC
Text Example
Text Example
White with #6570DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6570DC; }
p { color: rgb(101,112,220); }
H1.HeaderClassName
{
color: #6570DC;
}
.AnyTagClassName
{
color: #6570DC;
}
</style>
background-color css
<style>
a { background-color: #6570DC; }
a { background-color: rgb(101,112,220); }
div.DivClassName
{
background-color: #6570DC;
}
.BgClassName
{
background-color: #6570DC;
}
</style>
border-color css
<style>
span { border-color: #6570DC; }
span { border-color: rgb(101,112,220); }
td.TdClassName
{
border-color: #6570DC;
}
.TagClassName
{
border-color: #6570DC;
}
</style>