Shades of Slate Blue #645ECB
Tints of Slate Blue #645ECB
RGB
CMYK
RGB Variations
Color information
#645ECB (or 0x645ECB) is known color: Slate Blue. HEX triplet: 64, 5E and CB. RGB value is (100,94,203). Sum of RGB (Red+Green+Blue) = 100+94+203=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #645ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECB is #9BA134. Grayscale: #6B6B6B. Windows color (decimal): -10199349 or 13327972. OLE color: 13327972.
HSL color Cylindrical-coordinate representation of color #645ECB: hue angle of 243.3º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645ECB is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 94 | 203 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.20 |
| HSL | 243.3º | 0.51% | 0.58% | - |
| HSV(B) | 243.3º | 0.54% | 0.8% | - |
| XYZ | 20.04 | 15.03 | 58.34 | - |
| YUV | 108.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 203 | 0.51 | 0.54 | 0 | 0.20 | 243.3 | 0.51 | 0.58 |
| Hex | 64 | 5E | CB | 33 | 36 | 0 | 14 | F3 | 33 | 3A |
| Octal | 144 | 136 | 313 | 63 | 66 | 0 | 24 | 363 | 63 | 72 |
| Binary | 1100100 | 1011110 | 11001011 | 110011 | 110110 | 0 | 10100 | 11110011 | 110011 | 111010 |
Color Harmonies of #645ECB
Complementary color
Monochromatic Colors of #645ECB
Black with #645ECB
Text Example
Text Example
White with #645ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645ECB; }
p { color: rgb(100,94,203); }
H1.HeaderClassName
{
color: #645ECB;
}
.AnyTagClassName
{
color: #645ECB;
}
</style>
background-color css
<style>
a { background-color: #645ECB; }
a { background-color: rgb(100,94,203); }
div.DivClassName
{
background-color: #645ECB;
}
.BgClassName
{
background-color: #645ECB;
}
</style>
border-color css
<style>
span { border-color: #645ECB; }
span { border-color: rgb(100,94,203); }
td.TdClassName
{
border-color: #645ECB;
}
.TagClassName
{
border-color: #645ECB;
}
</style>