Shades of Medium Slate Blue #6E5EEC
Tints of Medium Slate Blue #6E5EEC
RGB
CMYK
RGB Variations
Color information
#6E5EEC (or 0x6E5EEC) is known color: Medium Slate Blue. HEX triplet: 6E, 5E and EC. RGB value is (110,94,236). Sum of RGB (Red+Green+Blue) = 110+94+236=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EEC is #91A113. Grayscale: #727272. Windows color (decimal): -9543956 or 15490670. OLE color: 15490670.
HSL color Cylindrical-coordinate representation of color #6E5EEC: hue angle of 246.76º 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 #6E5EEC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 94 | 236 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.07 |
| HSL | 246.76º | 0.79% | 0.65% | - |
| HSV(B) | 246.76º | 0.6% | 0.93% | - |
| XYZ | 25.57 | 17.38 | 81.36 | - |
| YUV | 114.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 236 | 0.53 | 0.60 | 0 | 0.07 | 246.76 | 0.79 | 0.65 |
| Hex | 6E | 5E | EC | 35 | 3C | 0 | 7 | F7 | 4F | 41 |
| Octal | 156 | 136 | 354 | 65 | 74 | 0 | 7 | 367 | 117 | 101 |
| Binary | 1101110 | 1011110 | 11101100 | 110101 | 111100 | 0 | 111 | 11110111 | 1001111 | 1000001 |
Color Harmonies of #6E5EEC
Complementary color
Monochromatic Colors of #6E5EEC
Black with #6E5EEC
Text Example
Text Example
White with #6E5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EEC; }
p { color: rgb(110,94,236); }
H1.HeaderClassName
{
color: #6E5EEC;
}
.AnyTagClassName
{
color: #6E5EEC;
}
</style>
background-color css
<style>
a { background-color: #6E5EEC; }
a { background-color: rgb(110,94,236); }
div.DivClassName
{
background-color: #6E5EEC;
}
.BgClassName
{
background-color: #6E5EEC;
}
</style>
border-color css
<style>
span { border-color: #6E5EEC; }
span { border-color: rgb(110,94,236); }
td.TdClassName
{
border-color: #6E5EEC;
}
.TagClassName
{
border-color: #6E5EEC;
}
</style>