Shades of Medium Slate Blue #645EED
Tints of Medium Slate Blue #645EED
RGB
CMYK
RGB Variations
Color information
#645EED (or 0x645EED) is known color: Medium Slate Blue. HEX triplet: 64, 5E and ED. RGB value is (100,94,237). Sum of RGB (Red+Green+Blue) = 100+94+237=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #645EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EED is #9BA112. Grayscale: #6F6F6F. Windows color (decimal): -10199315 or 15556196. OLE color: 15556196.
HSL color Cylindrical-coordinate representation of color #645EED: hue angle of 242.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645EED is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 94 | 237 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.07 |
| HSL | 242.52º | 0.8% | 0.65% | - |
| HSV(B) | 242.52º | 0.6% | 0.93% | - |
| XYZ | 24.54 | 16.83 | 82.08 | - |
| YUV | 112.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 237 | 0.58 | 0.60 | 0 | 0.07 | 242.52 | 0.8 | 0.65 |
| Hex | 64 | 5E | ED | 3A | 3C | 0 | 7 | F3 | 50 | 41 |
| Octal | 144 | 136 | 355 | 72 | 74 | 0 | 7 | 363 | 120 | 101 |
| Binary | 1100100 | 1011110 | 11101101 | 111010 | 111100 | 0 | 111 | 11110011 | 1010000 | 1000001 |
Color Harmonies of #645EED
Complementary color
Monochromatic Colors of #645EED
Black with #645EED
Text Example
Text Example
White with #645EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645EED; }
p { color: rgb(100,94,237); }
H1.HeaderClassName
{
color: #645EED;
}
.AnyTagClassName
{
color: #645EED;
}
</style>
background-color css
<style>
a { background-color: #645EED; }
a { background-color: rgb(100,94,237); }
div.DivClassName
{
background-color: #645EED;
}
.BgClassName
{
background-color: #645EED;
}
</style>
border-color css
<style>
span { border-color: #645EED; }
span { border-color: rgb(100,94,237); }
td.TdClassName
{
border-color: #645EED;
}
.TagClassName
{
border-color: #645EED;
}
</style>