Shades of Medium Slate Blue #6E60EE
Tints of Medium Slate Blue #6E60EE
RGB
CMYK
RGB Variations
Color information
#6E60EE (or 0x6E60EE) is known color: Medium Slate Blue. HEX triplet: 6E, 60 and EE. RGB value is (110,96,238). Sum of RGB (Red+Green+Blue) = 110+96+238=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E60EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E60EE is #919F11. Grayscale: #737373. Windows color (decimal): -9543442 or 15622254. OLE color: 15622254.
HSL color Cylindrical-coordinate representation of color #6E60EE: hue angle of 245.92º degrees, saturation: 0.81, 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 #6E60EE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 96 | 238 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 245.92º | 0.81% | 0.65% | - |
| HSV(B) | 245.92º | 0.6% | 0.93% | - |
| XYZ | 26.05 | 17.85 | 82.96 | - |
| YUV | 116.37 | 196.64 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 238 | 0.54 | 0.60 | 0 | 0.07 | 245.92 | 0.81 | 0.65 |
| Hex | 6E | 60 | EE | 36 | 3C | 0 | 7 | F6 | 51 | 41 |
| Octal | 156 | 140 | 356 | 66 | 74 | 0 | 7 | 366 | 121 | 101 |
| Binary | 1101110 | 1100000 | 11101110 | 110110 | 111100 | 0 | 111 | 11110110 | 1010001 | 1000001 |
Color Harmonies of #6E60EE
Complementary color
Monochromatic Colors of #6E60EE
Black with #6E60EE
Text Example
Text Example
White with #6E60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60EE; }
p { color: rgb(110,96,238); }
H1.HeaderClassName
{
color: #6E60EE;
}
.AnyTagClassName
{
color: #6E60EE;
}
</style>
background-color css
<style>
a { background-color: #6E60EE; }
a { background-color: rgb(110,96,238); }
div.DivClassName
{
background-color: #6E60EE;
}
.BgClassName
{
background-color: #6E60EE;
}
</style>
border-color css
<style>
span { border-color: #6E60EE; }
span { border-color: rgb(110,96,238); }
td.TdClassName
{
border-color: #6E60EE;
}
.TagClassName
{
border-color: #6E60EE;
}
</style>