Shades of Medium Slate Blue #645DED
Tints of Medium Slate Blue #645DED
RGB
CMYK
RGB Variations
Color information
#645DED (or 0x645DED) is known color: Medium Slate Blue. HEX triplet: 64, 5D and ED. RGB value is (100,93,237). Sum of RGB (Red+Green+Blue) = 100+93+237=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #645DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DED is #9BA212. Grayscale: #6E6E6E. Windows color (decimal): -10199571 or 15555940. OLE color: 15555940.
HSL color Cylindrical-coordinate representation of color #645DED: hue angle of 242.92º degrees, saturation: 0.8, 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 #645DED is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 93 | 237 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.07 |
| HSL | 242.92º | 0.8% | 0.65% | - |
| HSV(B) | 242.92º | 0.61% | 0.93% | - |
| XYZ | 24.46 | 16.65 | 82.05 | - |
| YUV | 111.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 237 | 0.58 | 0.61 | 0 | 0.07 | 242.92 | 0.8 | 0.65 |
| Hex | 64 | 5D | ED | 3A | 3D | 0 | 7 | F3 | 50 | 41 |
| Octal | 144 | 135 | 355 | 72 | 75 | 0 | 7 | 363 | 120 | 101 |
| Binary | 1100100 | 1011101 | 11101101 | 111010 | 111101 | 0 | 111 | 11110011 | 1010000 | 1000001 |
Color Harmonies of #645DED
Complementary color
Monochromatic Colors of #645DED
Black with #645DED
Text Example
Text Example
White with #645DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DED; }
p { color: rgb(100,93,237); }
H1.HeaderClassName
{
color: #645DED;
}
.AnyTagClassName
{
color: #645DED;
}
</style>
background-color css
<style>
a { background-color: #645DED; }
a { background-color: rgb(100,93,237); }
div.DivClassName
{
background-color: #645DED;
}
.BgClassName
{
background-color: #645DED;
}
</style>
border-color css
<style>
span { border-color: #645DED; }
span { border-color: rgb(100,93,237); }
td.TdClassName
{
border-color: #645DED;
}
.TagClassName
{
border-color: #645DED;
}
</style>