Shades of Medium Slate Blue #6E60EC
Tints of Medium Slate Blue #6E60EC
RGB
CMYK
RGB Variations
Color information
#6E60EC (or 0x6E60EC) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and EC. RGB value is (110,96,236). Sum of RGB (Red+Green+Blue) = 110+96+236=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E60EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60EC is #919F13. Grayscale: #737373. Windows color (decimal): -9543444 or 15491182. OLE color: 15491182.
HSL color Cylindrical-coordinate representation of color #6E60EC: hue angle of 246º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E60EC is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 96 | 236 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.07 |
| HSL | 246º | 0.79% | 0.65% | - |
| HSV(B) | 246º | 0.59% | 0.93% | - |
| XYZ | 25.75 | 17.74 | 81.42 | - |
| YUV | 116.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 236 | 0.53 | 0.59 | 0 | 0.07 | 246 | 0.79 | 0.65 |
| Hex | 6E | 60 | EC | 35 | 3B | 0 | 7 | F6 | 4F | 41 |
| Octal | 156 | 140 | 354 | 65 | 73 | 0 | 7 | 366 | 117 | 101 |
| Binary | 1101110 | 1100000 | 11101100 | 110101 | 111011 | 0 | 111 | 11110110 | 1001111 | 1000001 |
Color Harmonies of #6E60EC
Complementary color
Monochromatic Colors of #6E60EC
Black with #6E60EC
Text Example
Text Example
White with #6E60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60EC; }
p { color: rgb(110,96,236); }
H1.HeaderClassName
{
color: #6E60EC;
}
.AnyTagClassName
{
color: #6E60EC;
}
</style>
background-color css
<style>
a { background-color: #6E60EC; }
a { background-color: rgb(110,96,236); }
div.DivClassName
{
background-color: #6E60EC;
}
.BgClassName
{
background-color: #6E60EC;
}
</style>
border-color css
<style>
span { border-color: #6E60EC; }
span { border-color: rgb(110,96,236); }
td.TdClassName
{
border-color: #6E60EC;
}
.TagClassName
{
border-color: #6E60EC;
}
</style>