Shades of Medium Slate Blue #6E5EF6
Tints of Medium Slate Blue #6E5EF6
RGB
CMYK
RGB Variations
Color information
#6E5EF6 (or 0x6E5EF6) is known color: Medium Slate Blue. HEX triplet: 6E, 5E and F6. RGB value is (110,94,246). Sum of RGB (Red+Green+Blue) = 110+94+246=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E5EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5EF6 is #91A109. Grayscale: #737373. Windows color (decimal): -9543946 or 16146030. OLE color: 16146030.
HSL color Cylindrical-coordinate representation of color #6E5EF6: hue angle of 246.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E5EF6 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 94 | 246 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.04 |
| HSL | 246.32º | 0.89% | 0.67% | - |
| HSV(B) | 246.32º | 0.62% | 0.96% | - |
| XYZ | 27.07 | 17.97 | 89.23 | - |
| YUV | 116.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 246 | 0.55 | 0.62 | 0 | 0.04 | 246.32 | 0.89 | 0.67 |
| Hex | 6E | 5E | F6 | 37 | 3E | 0 | 4 | F6 | 59 | 43 |
| Octal | 156 | 136 | 366 | 67 | 76 | 0 | 4 | 366 | 131 | 103 |
| Binary | 1101110 | 1011110 | 11110110 | 110111 | 111110 | 0 | 100 | 11110110 | 1011001 | 1000011 |
Color Harmonies of #6E5EF6
Complementary color
Monochromatic Colors of #6E5EF6
Black with #6E5EF6
Text Example
Text Example
White with #6E5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EF6; }
p { color: rgb(110,94,246); }
H1.HeaderClassName
{
color: #6E5EF6;
}
.AnyTagClassName
{
color: #6E5EF6;
}
</style>
background-color css
<style>
a { background-color: #6E5EF6; }
a { background-color: rgb(110,94,246); }
div.DivClassName
{
background-color: #6E5EF6;
}
.BgClassName
{
background-color: #6E5EF6;
}
</style>
border-color css
<style>
span { border-color: #6E5EF6; }
span { border-color: rgb(110,94,246); }
td.TdClassName
{
border-color: #6E5EF6;
}
.TagClassName
{
border-color: #6E5EF6;
}
</style>