Shades of Medium Slate Blue #645FEC
Tints of Medium Slate Blue #645FEC
RGB
CMYK
RGB Variations
Color information
#645FEC (or 0x645FEC) is known color: Medium Slate Blue. HEX triplet: 64, 5F and EC. RGB value is (100,95,236). Sum of RGB (Red+Green+Blue) = 100+95+236=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #645FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FEC is #9BA013. Grayscale: #707070. Windows color (decimal): -10199060 or 15490916. OLE color: 15490916.
HSL color Cylindrical-coordinate representation of color #645FEC: hue angle of 242.13º degrees, saturation: 0.79, 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 #645FEC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 95 | 236 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.07 |
| HSL | 242.13º | 0.79% | 0.65% | - |
| HSV(B) | 242.13º | 0.6% | 0.93% | - |
| XYZ | 24.49 | 16.95 | 81.34 | - |
| YUV | 112.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 236 | 0.58 | 0.60 | 0 | 0.07 | 242.13 | 0.79 | 0.65 |
| Hex | 64 | 5F | EC | 3A | 3C | 0 | 7 | F2 | 4F | 41 |
| Octal | 144 | 137 | 354 | 72 | 74 | 0 | 7 | 362 | 117 | 101 |
| Binary | 1100100 | 1011111 | 11101100 | 111010 | 111100 | 0 | 111 | 11110010 | 1001111 | 1000001 |
Color Harmonies of #645FEC
Complementary color
Monochromatic Colors of #645FEC
Black with #645FEC
Text Example
Text Example
White with #645FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645FEC; }
p { color: rgb(100,95,236); }
H1.HeaderClassName
{
color: #645FEC;
}
.AnyTagClassName
{
color: #645FEC;
}
</style>
background-color css
<style>
a { background-color: #645FEC; }
a { background-color: rgb(100,95,236); }
div.DivClassName
{
background-color: #645FEC;
}
.BgClassName
{
background-color: #645FEC;
}
</style>
border-color css
<style>
span { border-color: #645FEC; }
span { border-color: rgb(100,95,236); }
td.TdClassName
{
border-color: #645FEC;
}
.TagClassName
{
border-color: #645FEC;
}
</style>