Shades of Slate Blue #645BDE
Tints of Slate Blue #645BDE
RGB
CMYK
RGB Variations
Color information
#645BDE (or 0x645BDE) is known color: Slate Blue. HEX triplet: 64, 5B and DE. RGB value is (100,91,222). Sum of RGB (Red+Green+Blue) = 100+91+222=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #645BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BDE is #9BA421. Grayscale: #6C6C6C. Windows color (decimal): -10200098 or 14572388. OLE color: 14572388.
HSL color Cylindrical-coordinate representation of color #645BDE: hue angle of 244.12º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645BDE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 91 | 222 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.13 |
| HSL | 244.12º | 0.66% | 0.61% | - |
| HSV(B) | 244.12º | 0.59% | 0.87% | - |
| XYZ | 22.18 | 15.47 | 70.92 | - |
| YUV | 108.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 222 | 0.55 | 0.59 | 0 | 0.13 | 244.12 | 0.66 | 0.61 |
| Hex | 64 | 5B | DE | 37 | 3B | 0 | D | F4 | 42 | 3D |
| Octal | 144 | 133 | 336 | 67 | 73 | 0 | 15 | 364 | 102 | 75 |
| Binary | 1100100 | 1011011 | 11011110 | 110111 | 111011 | 0 | 1101 | 11110100 | 1000010 | 111101 |
Color Harmonies of #645BDE
Complementary color
Monochromatic Colors of #645BDE
Black with #645BDE
Text Example
Text Example
White with #645BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BDE; }
p { color: rgb(100,91,222); }
H1.HeaderClassName
{
color: #645BDE;
}
.AnyTagClassName
{
color: #645BDE;
}
</style>
background-color css
<style>
a { background-color: #645BDE; }
a { background-color: rgb(100,91,222); }
div.DivClassName
{
background-color: #645BDE;
}
.BgClassName
{
background-color: #645BDE;
}
</style>
border-color css
<style>
span { border-color: #645BDE; }
span { border-color: rgb(100,91,222); }
td.TdClassName
{
border-color: #645BDE;
}
.TagClassName
{
border-color: #645BDE;
}
</style>