Shades of Medium Slate Blue #6E60E4
Tints of Medium Slate Blue #6E60E4
RGB
CMYK
RGB Variations
Color information
#6E60E4 (or 0x6E60E4) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and E4. RGB value is (110,96,228). Sum of RGB (Red+Green+Blue) = 110+96+228=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #6E60E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60E4 is #919F1B. Grayscale: #727272. Windows color (decimal): -9543452 or 14966894. OLE color: 14966894.
HSL color Cylindrical-coordinate representation of color #6E60E4: hue angle of 246.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E60E4 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 96 | 228 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.11 |
| HSL | 246.36º | 0.71% | 0.64% | - |
| HSV(B) | 246.36º | 0.58% | 0.89% | - |
| XYZ | 24.62 | 17.28 | 75.44 | - |
| YUV | 115.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 228 | 0.52 | 0.58 | 0 | 0.11 | 246.36 | 0.71 | 0.64 |
| Hex | 6E | 60 | E4 | 34 | 3A | 0 | B | F6 | 47 | 40 |
| Octal | 156 | 140 | 344 | 64 | 72 | 0 | 13 | 366 | 107 | 100 |
| Binary | 1101110 | 1100000 | 11100100 | 110100 | 111010 | 0 | 1011 | 11110110 | 1000111 | 1000000 |
Color Harmonies of #6E60E4
Complementary color
Monochromatic Colors of #6E60E4
Black with #6E60E4
Text Example
Text Example
White with #6E60E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60E4; }
p { color: rgb(110,96,228); }
H1.HeaderClassName
{
color: #6E60E4;
}
.AnyTagClassName
{
color: #6E60E4;
}
</style>
background-color css
<style>
a { background-color: #6E60E4; }
a { background-color: rgb(110,96,228); }
div.DivClassName
{
background-color: #6E60E4;
}
.BgClassName
{
background-color: #6E60E4;
}
</style>
border-color css
<style>
span { border-color: #6E60E4; }
span { border-color: rgb(110,96,228); }
td.TdClassName
{
border-color: #6E60E4;
}
.TagClassName
{
border-color: #6E60E4;
}
</style>