Shades of Slate Blue #645CE6
Tints of Slate Blue #645CE6
RGB
CMYK
RGB Variations
Color information
#645CE6 (or 0x645CE6) is known color: Slate Blue. HEX triplet: 64, 5C and E6. RGB value is (100,92,230). Sum of RGB (Red+Green+Blue) = 100+92+230=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #645CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CE6 is #9BA319. Grayscale: #6D6D6D. Windows color (decimal): -10199834 or 15096932. OLE color: 15096932.
HSL color Cylindrical-coordinate representation of color #645CE6: hue angle of 243.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645CE6 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 92 | 230 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.10 |
| HSL | 243.48º | 0.73% | 0.63% | - |
| HSV(B) | 243.48º | 0.6% | 0.9% | - |
| XYZ | 23.37 | 16.08 | 76.73 | - |
| YUV | 110.12 | 195.65 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 230 | 0.57 | 0.60 | 0 | 0.10 | 243.48 | 0.73 | 0.63 |
| Hex | 64 | 5C | E6 | 39 | 3C | 0 | A | F3 | 49 | 3F |
| Octal | 144 | 134 | 346 | 71 | 74 | 0 | 12 | 363 | 111 | 77 |
| Binary | 1100100 | 1011100 | 11100110 | 111001 | 111100 | 0 | 1010 | 11110011 | 1001001 | 111111 |
Color Harmonies of #645CE6
Complementary color
Monochromatic Colors of #645CE6
Black with #645CE6
Text Example
Text Example
White with #645CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645CE6; }
p { color: rgb(100,92,230); }
H1.HeaderClassName
{
color: #645CE6;
}
.AnyTagClassName
{
color: #645CE6;
}
</style>
background-color css
<style>
a { background-color: #645CE6; }
a { background-color: rgb(100,92,230); }
div.DivClassName
{
background-color: #645CE6;
}
.BgClassName
{
background-color: #645CE6;
}
</style>
border-color css
<style>
span { border-color: #645CE6; }
span { border-color: rgb(100,92,230); }
td.TdClassName
{
border-color: #645CE6;
}
.TagClassName
{
border-color: #645CE6;
}
</style>