Shades of Slate Blue #645DE6
Tints of Slate Blue #645DE6
RGB
CMYK
RGB Variations
Color information
#645DE6 (or 0x645DE6) is known color: Slate Blue. HEX triplet: 64, 5D and E6. RGB value is (100,93,230). Sum of RGB (Red+Green+Blue) = 100+93+230=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #645DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DE6 is #9BA219. Grayscale: #6E6E6E. Windows color (decimal): -10199578 or 15097188. OLE color: 15097188.
HSL color Cylindrical-coordinate representation of color #645DE6: hue angle of 243.07º 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 #645DE6 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 93 | 230 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.10 |
| HSL | 243.07º | 0.73% | 0.63% | - |
| HSV(B) | 243.07º | 0.6% | 0.9% | - |
| XYZ | 23.45 | 16.25 | 76.76 | - |
| YUV | 110.71 | 195.32 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 230 | 0.57 | 0.60 | 0 | 0.10 | 243.07 | 0.73 | 0.63 |
| Hex | 64 | 5D | E6 | 39 | 3C | 0 | A | F3 | 49 | 3F |
| Octal | 144 | 135 | 346 | 71 | 74 | 0 | 12 | 363 | 111 | 77 |
| Binary | 1100100 | 1011101 | 11100110 | 111001 | 111100 | 0 | 1010 | 11110011 | 1001001 | 111111 |
Color Harmonies of #645DE6
Complementary color
Monochromatic Colors of #645DE6
Black with #645DE6
Text Example
Text Example
White with #645DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DE6; }
p { color: rgb(100,93,230); }
H1.HeaderClassName
{
color: #645DE6;
}
.AnyTagClassName
{
color: #645DE6;
}
</style>
background-color css
<style>
a { background-color: #645DE6; }
a { background-color: rgb(100,93,230); }
div.DivClassName
{
background-color: #645DE6;
}
.BgClassName
{
background-color: #645DE6;
}
</style>
border-color css
<style>
span { border-color: #645DE6; }
span { border-color: rgb(100,93,230); }
td.TdClassName
{
border-color: #645DE6;
}
.TagClassName
{
border-color: #645DE6;
}
</style>