Shades of Slate Blue #645CE4
Tints of Slate Blue #645CE4
RGB
CMYK
RGB Variations
Color information
#645CE4 (or 0x645CE4) is known color: Slate Blue. HEX triplet: 64, 5C and E4. RGB value is (100,92,228). Sum of RGB (Red+Green+Blue) = 100+92+228=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #645CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CE4 is #9BA31B. Grayscale: #6D6D6D. Windows color (decimal): -10199836 or 14965860. OLE color: 14965860.
HSL color Cylindrical-coordinate representation of color #645CE4: hue angle of 243.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645CE4 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 92 | 228 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.11 |
| HSL | 243.53º | 0.72% | 0.63% | - |
| HSV(B) | 243.53º | 0.6% | 0.89% | - |
| XYZ | 23.09 | 15.97 | 75.26 | - |
| YUV | 109.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 228 | 0.56 | 0.60 | 0 | 0.11 | 243.53 | 0.72 | 0.63 |
| Hex | 64 | 5C | E4 | 38 | 3C | 0 | B | F4 | 48 | 3F |
| Octal | 144 | 134 | 344 | 70 | 74 | 0 | 13 | 364 | 110 | 77 |
| Binary | 1100100 | 1011100 | 11100100 | 111000 | 111100 | 0 | 1011 | 11110100 | 1001000 | 111111 |
Color Harmonies of #645CE4
Complementary color
Monochromatic Colors of #645CE4
Black with #645CE4
Text Example
Text Example
White with #645CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CE4; }
p { color: rgb(100,92,228); }
H1.HeaderClassName
{
color: #645CE4;
}
.AnyTagClassName
{
color: #645CE4;
}
</style>
background-color css
<style>
a { background-color: #645CE4; }
a { background-color: rgb(100,92,228); }
div.DivClassName
{
background-color: #645CE4;
}
.BgClassName
{
background-color: #645CE4;
}
</style>
border-color css
<style>
span { border-color: #645CE4; }
span { border-color: rgb(100,92,228); }
td.TdClassName
{
border-color: #645CE4;
}
.TagClassName
{
border-color: #645CE4;
}
</style>