Shades of Slate Blue #6445CE
Tints of Slate Blue #6445CE
RGB
CMYK
RGB Variations
Color information
#6445CE (or 0x6445CE) is known color: Slate Blue. HEX triplet: 64, 45 and CE. RGB value is (100,69,206). Sum of RGB (Red+Green+Blue) = 100+69+206=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6445CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445CE is #9BBA31. Grayscale: #5D5D5D. Windows color (decimal): -10205746 or 13518180. OLE color: 13518180.
HSL color Cylindrical-coordinate representation of color #6445CE: hue angle of 253.58º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6445CE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 69 | 206 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.19 |
| HSL | 253.58º | 0.58% | 0.54% | - |
| HSV(B) | 253.58º | 0.67% | 0.81% | - |
| XYZ | 18.52 | 11.42 | 59.62 | - |
| YUV | 93.89 | 191.27 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 206 | 0.51 | 0.67 | 0 | 0.19 | 253.58 | 0.58 | 0.54 |
| Hex | 64 | 45 | CE | 33 | 43 | 0 | 13 | FE | 3A | 36 |
| Octal | 144 | 105 | 316 | 63 | 103 | 0 | 23 | 376 | 72 | 66 |
| Binary | 1100100 | 1000101 | 11001110 | 110011 | 1000011 | 0 | 10011 | 11111110 | 111010 | 110110 |
Color Harmonies of #6445CE
Complementary color
Monochromatic Colors of #6445CE
Black with #6445CE
Text Example
Text Example
White with #6445CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6445CE; }
p { color: rgb(100,69,206); }
H1.HeaderClassName
{
color: #6445CE;
}
.AnyTagClassName
{
color: #6445CE;
}
</style>
background-color css
<style>
a { background-color: #6445CE; }
a { background-color: rgb(100,69,206); }
div.DivClassName
{
background-color: #6445CE;
}
.BgClassName
{
background-color: #6445CE;
}
</style>
border-color css
<style>
span { border-color: #6445CE; }
span { border-color: rgb(100,69,206); }
td.TdClassName
{
border-color: #6445CE;
}
.TagClassName
{
border-color: #6445CE;
}
</style>