Shades of Slate Blue #645ECF
Tints of Slate Blue #645ECF
RGB
CMYK
RGB Variations
Color information
#645ECF (or 0x645ECF) is known color: Slate Blue. HEX triplet: 64, 5E and CF. RGB value is (100,94,207). Sum of RGB (Red+Green+Blue) = 100+94+207=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #645ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECF is #9BA130. Grayscale: #6C6C6C. Windows color (decimal): -10199345 or 13590116. OLE color: 13590116.
HSL color Cylindrical-coordinate representation of color #645ECF: hue angle of 243.19º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645ECF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 94 | 207 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.19 |
| HSL | 243.19º | 0.54% | 0.59% | - |
| HSV(B) | 243.19º | 0.55% | 0.81% | - |
| XYZ | 20.52 | 15.22 | 60.89 | - |
| YUV | 108.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 207 | 0.52 | 0.55 | 0 | 0.19 | 243.19 | 0.54 | 0.59 |
| Hex | 64 | 5E | CF | 34 | 37 | 0 | 13 | F3 | 36 | 3B |
| Octal | 144 | 136 | 317 | 64 | 67 | 0 | 23 | 363 | 66 | 73 |
| Binary | 1100100 | 1011110 | 11001111 | 110100 | 110111 | 0 | 10011 | 11110011 | 110110 | 111011 |
Color Harmonies of #645ECF
Complementary color
Monochromatic Colors of #645ECF
Black with #645ECF
Text Example
Text Example
White with #645ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645ECF; }
p { color: rgb(100,94,207); }
H1.HeaderClassName
{
color: #645ECF;
}
.AnyTagClassName
{
color: #645ECF;
}
</style>
background-color css
<style>
a { background-color: #645ECF; }
a { background-color: rgb(100,94,207); }
div.DivClassName
{
background-color: #645ECF;
}
.BgClassName
{
background-color: #645ECF;
}
</style>
border-color css
<style>
span { border-color: #645ECF; }
span { border-color: rgb(100,94,207); }
td.TdClassName
{
border-color: #645ECF;
}
.TagClassName
{
border-color: #645ECF;
}
</style>