Shades of Slate Blue #645ECE
Tints of Slate Blue #645ECE
RGB
CMYK
RGB Variations
Color information
#645ECE (or 0x645ECE) is known color: Slate Blue. HEX triplet: 64, 5E and CE. RGB value is (100,94,206). Sum of RGB (Red+Green+Blue) = 100+94+206=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #645ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECE is #9BA131. Grayscale: #6C6C6C. Windows color (decimal): -10199346 or 13524580. OLE color: 13524580.
HSL color Cylindrical-coordinate representation of color #645ECE: hue angle of 243.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645ECE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 94 | 206 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.19 |
| HSL | 243.21º | 0.53% | 0.59% | - |
| HSV(B) | 243.21º | 0.54% | 0.81% | - |
| XYZ | 20.4 | 15.17 | 60.25 | - |
| YUV | 108.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 206 | 0.51 | 0.54 | 0 | 0.19 | 243.21 | 0.53 | 0.59 |
| Hex | 64 | 5E | CE | 33 | 36 | 0 | 13 | F3 | 35 | 3B |
| Octal | 144 | 136 | 316 | 63 | 66 | 0 | 23 | 363 | 65 | 73 |
| Binary | 1100100 | 1011110 | 11001110 | 110011 | 110110 | 0 | 10011 | 11110011 | 110101 | 111011 |
Color Harmonies of #645ECE
Complementary color
Monochromatic Colors of #645ECE
Black with #645ECE
Text Example
Text Example
White with #645ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645ECE; }
p { color: rgb(100,94,206); }
H1.HeaderClassName
{
color: #645ECE;
}
.AnyTagClassName
{
color: #645ECE;
}
</style>
background-color css
<style>
a { background-color: #645ECE; }
a { background-color: rgb(100,94,206); }
div.DivClassName
{
background-color: #645ECE;
}
.BgClassName
{
background-color: #645ECE;
}
</style>
border-color css
<style>
span { border-color: #645ECE; }
span { border-color: rgb(100,94,206); }
td.TdClassName
{
border-color: #645ECE;
}
.TagClassName
{
border-color: #645ECE;
}
</style>