Shades of Medium Slate Blue #645DEC
Tints of Medium Slate Blue #645DEC
RGB
CMYK
RGB Variations
Color information
#645DEC (or 0x645DEC) is known color: Medium Slate Blue. HEX triplet: 64, 5D and EC. RGB value is (100,93,236). Sum of RGB (Red+Green+Blue) = 100+93+236=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #645DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DEC is #9BA213. Grayscale: #6E6E6E. Windows color (decimal): -10199572 or 15490404. OLE color: 15490404.
HSL color Cylindrical-coordinate representation of color #645DEC: hue angle of 242.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645DEC is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 93 | 236 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.07 |
| HSL | 242.94º | 0.79% | 0.65% | - |
| HSV(B) | 242.94º | 0.61% | 0.93% | - |
| XYZ | 24.31 | 16.59 | 81.28 | - |
| YUV | 111.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 236 | 0.58 | 0.61 | 0 | 0.07 | 242.94 | 0.79 | 0.65 |
| Hex | 64 | 5D | EC | 3A | 3D | 0 | 7 | F3 | 4F | 41 |
| Octal | 144 | 135 | 354 | 72 | 75 | 0 | 7 | 363 | 117 | 101 |
| Binary | 1100100 | 1011101 | 11101100 | 111010 | 111101 | 0 | 111 | 11110011 | 1001111 | 1000001 |
Color Harmonies of #645DEC
Complementary color
Monochromatic Colors of #645DEC
Black with #645DEC
Text Example
Text Example
White with #645DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DEC; }
p { color: rgb(100,93,236); }
H1.HeaderClassName
{
color: #645DEC;
}
.AnyTagClassName
{
color: #645DEC;
}
</style>
background-color css
<style>
a { background-color: #645DEC; }
a { background-color: rgb(100,93,236); }
div.DivClassName
{
background-color: #645DEC;
}
.BgClassName
{
background-color: #645DEC;
}
</style>
border-color css
<style>
span { border-color: #645DEC; }
span { border-color: rgb(100,93,236); }
td.TdClassName
{
border-color: #645DEC;
}
.TagClassName
{
border-color: #645DEC;
}
</style>