Shades of Slate Blue #6446DC
Tints of Slate Blue #6446DC
RGB
CMYK
RGB Variations
Color information
#6446DC (or 0x6446DC) is known color: Slate Blue. HEX triplet: 64, 46 and DC. RGB value is (100,70,220). Sum of RGB (Red+Green+Blue) = 100+70+220=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #6446DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446DC is #9BB923. Grayscale: #5F5F5F. Windows color (decimal): -10205476 or 14435940. OLE color: 14435940.
HSL color Cylindrical-coordinate representation of color #6446DC: hue angle of 252º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6446DC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 70 | 220 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.14 |
| HSL | 252º | 0.68% | 0.57% | - |
| HSV(B) | 252º | 0.68% | 0.86% | - |
| XYZ | 20.36 | 12.26 | 69 | - |
| YUV | 96.07 | 197.94 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 220 | 0.55 | 0.68 | 0 | 0.14 | 252 | 0.68 | 0.57 |
| Hex | 64 | 46 | DC | 37 | 44 | 0 | E | FC | 44 | 39 |
| Octal | 144 | 106 | 334 | 67 | 104 | 0 | 16 | 374 | 104 | 71 |
| Binary | 1100100 | 1000110 | 11011100 | 110111 | 1000100 | 0 | 1110 | 11111100 | 1000100 | 111001 |
Color Harmonies of #6446DC
Complementary color
Monochromatic Colors of #6446DC
Black with #6446DC
Text Example
Text Example
White with #6446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446DC; }
p { color: rgb(100,70,220); }
H1.HeaderClassName
{
color: #6446DC;
}
.AnyTagClassName
{
color: #6446DC;
}
</style>
background-color css
<style>
a { background-color: #6446DC; }
a { background-color: rgb(100,70,220); }
div.DivClassName
{
background-color: #6446DC;
}
.BgClassName
{
background-color: #6446DC;
}
</style>
border-color css
<style>
span { border-color: #6446DC; }
span { border-color: rgb(100,70,220); }
td.TdClassName
{
border-color: #6446DC;
}
.TagClassName
{
border-color: #6446DC;
}
</style>