Shades of Medium Slate Blue #6E5DEF
Tints of Medium Slate Blue #6E5DEF
RGB
CMYK
RGB Variations
Color information
#6E5DEF (or 0x6E5DEF) is known color: Medium Slate Blue. HEX triplet: 6E, 5D and EF. RGB value is (110,93,239). Sum of RGB (Red+Green+Blue) = 110+93+239=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E5DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5DEF is #91A210. Grayscale: #727272. Windows color (decimal): -9544209 or 15687022. OLE color: 15687022.
HSL color Cylindrical-coordinate representation of color #6E5DEF: hue angle of 246.99º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E5DEF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 93 | 239 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.06 |
| HSL | 246.99º | 0.82% | 0.65% | - |
| HSV(B) | 246.99º | 0.61% | 0.94% | - |
| XYZ | 25.92 | 17.38 | 83.65 | - |
| YUV | 114.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 239 | 0.54 | 0.61 | 0 | 0.06 | 246.99 | 0.82 | 0.65 |
| Hex | 6E | 5D | EF | 36 | 3D | 0 | 6 | F7 | 52 | 41 |
| Octal | 156 | 135 | 357 | 66 | 75 | 0 | 6 | 367 | 122 | 101 |
| Binary | 1101110 | 1011101 | 11101111 | 110110 | 111101 | 0 | 110 | 11110111 | 1010010 | 1000001 |
Color Harmonies of #6E5DEF
Complementary color
Monochromatic Colors of #6E5DEF
Black with #6E5DEF
Text Example
Text Example
White with #6E5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5DEF; }
p { color: rgb(110,93,239); }
H1.HeaderClassName
{
color: #6E5DEF;
}
.AnyTagClassName
{
color: #6E5DEF;
}
</style>
background-color css
<style>
a { background-color: #6E5DEF; }
a { background-color: rgb(110,93,239); }
div.DivClassName
{
background-color: #6E5DEF;
}
.BgClassName
{
background-color: #6E5DEF;
}
</style>
border-color css
<style>
span { border-color: #6E5DEF; }
span { border-color: rgb(110,93,239); }
td.TdClassName
{
border-color: #6E5DEF;
}
.TagClassName
{
border-color: #6E5DEF;
}
</style>