Shades of Slate Blue #6470DC
Tints of Slate Blue #6470DC
RGB
CMYK
RGB Variations
Color information
#6470DC (or 0x6470DC) is known color: Slate Blue. HEX triplet: 64, 70 and DC. RGB value is (100,112,220). Sum of RGB (Red+Green+Blue) = 100+112+220=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #6470DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470DC is #9B8F23. Grayscale: #787878. Windows color (decimal): -10194724 or 14446692. OLE color: 14446692.
HSL color Cylindrical-coordinate representation of color #6470DC: hue angle of 234º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6470DC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 112 | 220 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.14 |
| HSL | 234º | 0.63% | 0.63% | - |
| HSV(B) | 234º | 0.55% | 0.86% | - |
| XYZ | 23.97 | 19.46 | 70.2 | - |
| YUV | 120.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 220 | 0.55 | 0.49 | 0 | 0.14 | 234 | 0.63 | 0.63 |
| Hex | 64 | 70 | DC | 37 | 31 | 0 | E | EA | 3F | 3F |
| Octal | 144 | 160 | 334 | 67 | 61 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100100 | 1110000 | 11011100 | 110111 | 110001 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #6470DC
Complementary color
Monochromatic Colors of #6470DC
Black with #6470DC
Text Example
Text Example
White with #6470DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470DC; }
p { color: rgb(100,112,220); }
H1.HeaderClassName
{
color: #6470DC;
}
.AnyTagClassName
{
color: #6470DC;
}
</style>
background-color css
<style>
a { background-color: #6470DC; }
a { background-color: rgb(100,112,220); }
div.DivClassName
{
background-color: #6470DC;
}
.BgClassName
{
background-color: #6470DC;
}
</style>
border-color css
<style>
span { border-color: #6470DC; }
span { border-color: rgb(100,112,220); }
td.TdClassName
{
border-color: #6470DC;
}
.TagClassName
{
border-color: #6470DC;
}
</style>