Shades of Slate Blue #6446CF
Tints of Slate Blue #6446CF
RGB
CMYK
RGB Variations
Color information
#6446CF (or 0x6446CF) is known color: Slate Blue. HEX triplet: 64, 46 and CF. RGB value is (100,70,207). Sum of RGB (Red+Green+Blue) = 100+70+207=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6446CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446CF is #9BB930. Grayscale: #5E5E5E. Windows color (decimal): -10205489 or 13583972. OLE color: 13583972.
HSL color Cylindrical-coordinate representation of color #6446CF: hue angle of 253.14º degrees, saturation: 0.59, 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 #6446CF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 70 | 207 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.19 |
| HSL | 253.14º | 0.59% | 0.54% | - |
| HSV(B) | 253.14º | 0.66% | 0.81% | - |
| XYZ | 18.71 | 11.59 | 60.28 | - |
| YUV | 94.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 207 | 0.52 | 0.66 | 0 | 0.19 | 253.14 | 0.59 | 0.54 |
| Hex | 64 | 46 | CF | 34 | 42 | 0 | 13 | FD | 3B | 36 |
| Octal | 144 | 106 | 317 | 64 | 102 | 0 | 23 | 375 | 73 | 66 |
| Binary | 1100100 | 1000110 | 11001111 | 110100 | 1000010 | 0 | 10011 | 11111101 | 111011 | 110110 |
Color Harmonies of #6446CF
Complementary color
Monochromatic Colors of #6446CF
Black with #6446CF
Text Example
Text Example
White with #6446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446CF; }
p { color: rgb(100,70,207); }
H1.HeaderClassName
{
color: #6446CF;
}
.AnyTagClassName
{
color: #6446CF;
}
</style>
background-color css
<style>
a { background-color: #6446CF; }
a { background-color: rgb(100,70,207); }
div.DivClassName
{
background-color: #6446CF;
}
.BgClassName
{
background-color: #6446CF;
}
</style>
border-color css
<style>
span { border-color: #6446CF; }
span { border-color: rgb(100,70,207); }
td.TdClassName
{
border-color: #6446CF;
}
.TagClassName
{
border-color: #6446CF;
}
</style>