Shades of Slate Blue #6446CE
Tints of Slate Blue #6446CE
RGB
CMYK
RGB Variations
Color information
#6446CE (or 0x6446CE) is known color: Slate Blue. HEX triplet: 64, 46 and CE. RGB value is (100,70,206). Sum of RGB (Red+Green+Blue) = 100+70+206=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6446CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446CE is #9BB931. Grayscale: #5D5D5D. Windows color (decimal): -10205490 or 13518436. OLE color: 13518436.
HSL color Cylindrical-coordinate representation of color #6446CE: hue angle of 253.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6446CE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 70 | 206 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.19 |
| HSL | 253.24º | 0.58% | 0.54% | - |
| HSV(B) | 253.24º | 0.66% | 0.81% | - |
| XYZ | 18.59 | 11.55 | 59.64 | - |
| YUV | 94.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 206 | 0.51 | 0.66 | 0 | 0.19 | 253.24 | 0.58 | 0.54 |
| Hex | 64 | 46 | CE | 33 | 42 | 0 | 13 | FD | 3A | 36 |
| Octal | 144 | 106 | 316 | 63 | 102 | 0 | 23 | 375 | 72 | 66 |
| Binary | 1100100 | 1000110 | 11001110 | 110011 | 1000010 | 0 | 10011 | 11111101 | 111010 | 110110 |
Color Harmonies of #6446CE
Complementary color
Monochromatic Colors of #6446CE
Black with #6446CE
Text Example
Text Example
White with #6446CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446CE; }
p { color: rgb(100,70,206); }
H1.HeaderClassName
{
color: #6446CE;
}
.AnyTagClassName
{
color: #6446CE;
}
</style>
background-color css
<style>
a { background-color: #6446CE; }
a { background-color: rgb(100,70,206); }
div.DivClassName
{
background-color: #6446CE;
}
.BgClassName
{
background-color: #6446CE;
}
</style>
border-color css
<style>
span { border-color: #6446CE; }
span { border-color: rgb(100,70,206); }
td.TdClassName
{
border-color: #6446CE;
}
.TagClassName
{
border-color: #6446CE;
}
</style>