Shades of Medium Slate Blue #6E5FEE
Tints of Medium Slate Blue #6E5FEE
RGB
CMYK
RGB Variations
Color information
#6E5FEE (or 0x6E5FEE) is known color: Medium Slate Blue. HEX triplet: 6E, 5F and EE. RGB value is (110,95,238). Sum of RGB (Red+Green+Blue) = 110+95+238=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E5FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5FEE is #91A011. Grayscale: #737373. Windows color (decimal): -9543698 or 15621998. OLE color: 15621998.
HSL color Cylindrical-coordinate representation of color #6E5FEE: hue angle of 246.29º 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 #6E5FEE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 95 | 238 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 246.29º | 0.81% | 0.65% | - |
| HSV(B) | 246.29º | 0.6% | 0.93% | - |
| XYZ | 25.96 | 17.67 | 82.93 | - |
| YUV | 115.79 | 196.97 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 238 | 0.54 | 0.60 | 0 | 0.07 | 246.29 | 0.81 | 0.65 |
| Hex | 6E | 5F | EE | 36 | 3C | 0 | 7 | F6 | 51 | 41 |
| Octal | 156 | 137 | 356 | 66 | 74 | 0 | 7 | 366 | 121 | 101 |
| Binary | 1101110 | 1011111 | 11101110 | 110110 | 111100 | 0 | 111 | 11110110 | 1010001 | 1000001 |
Color Harmonies of #6E5FEE
Complementary color
Monochromatic Colors of #6E5FEE
Black with #6E5FEE
Text Example
Text Example
White with #6E5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5FEE; }
p { color: rgb(110,95,238); }
H1.HeaderClassName
{
color: #6E5FEE;
}
.AnyTagClassName
{
color: #6E5FEE;
}
</style>
background-color css
<style>
a { background-color: #6E5FEE; }
a { background-color: rgb(110,95,238); }
div.DivClassName
{
background-color: #6E5FEE;
}
.BgClassName
{
background-color: #6E5FEE;
}
</style>
border-color css
<style>
span { border-color: #6E5FEE; }
span { border-color: rgb(110,95,238); }
td.TdClassName
{
border-color: #6E5FEE;
}
.TagClassName
{
border-color: #6E5FEE;
}
</style>