Shades of Slate Blue #645CE0
Tints of Slate Blue #645CE0
RGB
CMYK
RGB Variations
Color information
#645CE0 (or 0x645CE0) is known color: Slate Blue. HEX triplet: 64, 5C and E0. RGB value is (100,92,224). Sum of RGB (Red+Green+Blue) = 100+92+224=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #645CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CE0 is #9BA31F. Grayscale: #6C6C6C. Windows color (decimal): -10199840 or 14703716. OLE color: 14703716.
HSL color Cylindrical-coordinate representation of color #645CE0: hue angle of 243.64º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645CE0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 92 | 224 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.12 |
| HSL | 243.64º | 0.68% | 0.62% | - |
| HSV(B) | 243.64º | 0.59% | 0.88% | - |
| XYZ | 22.54 | 15.75 | 72.37 | - |
| YUV | 109.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 224 | 0.55 | 0.59 | 0 | 0.12 | 243.64 | 0.68 | 0.62 |
| Hex | 64 | 5C | E0 | 37 | 3B | 0 | C | F4 | 44 | 3E |
| Octal | 144 | 134 | 340 | 67 | 73 | 0 | 14 | 364 | 104 | 76 |
| Binary | 1100100 | 1011100 | 11100000 | 110111 | 111011 | 0 | 1100 | 11110100 | 1000100 | 111110 |
Color Harmonies of #645CE0
Complementary color
Monochromatic Colors of #645CE0
Black with #645CE0
Text Example
Text Example
White with #645CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CE0; }
p { color: rgb(100,92,224); }
H1.HeaderClassName
{
color: #645CE0;
}
.AnyTagClassName
{
color: #645CE0;
}
</style>
background-color css
<style>
a { background-color: #645CE0; }
a { background-color: rgb(100,92,224); }
div.DivClassName
{
background-color: #645CE0;
}
.BgClassName
{
background-color: #645CE0;
}
</style>
border-color css
<style>
span { border-color: #645CE0; }
span { border-color: rgb(100,92,224); }
td.TdClassName
{
border-color: #645CE0;
}
.TagClassName
{
border-color: #645CE0;
}
</style>