Shades of Slate Blue #6E5EDE
Tints of Slate Blue #6E5EDE
RGB
CMYK
RGB Variations
Color information
#6E5EDE (or 0x6E5EDE) is known color: Slate Blue. HEX triplet: 6E, 5E and DE. RGB value is (110,94,222). Sum of RGB (Red+Green+Blue) = 110+94+222=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E5EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EDE is #91A121. Grayscale: #707070. Windows color (decimal): -9543970 or 14573166. OLE color: 14573166.
HSL color Cylindrical-coordinate representation of color #6E5EDE: hue angle of 247.5º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E5EDE is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 94 | 222 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.13 |
| HSL | 247.5º | 0.66% | 0.62% | - |
| HSV(B) | 247.5º | 0.58% | 0.87% | - |
| XYZ | 23.62 | 16.59 | 71.07 | - |
| YUV | 113.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 222 | 0.50 | 0.58 | 0 | 0.13 | 247.5 | 0.66 | 0.62 |
| Hex | 6E | 5E | DE | 32 | 3A | 0 | D | F8 | 42 | 3E |
| Octal | 156 | 136 | 336 | 62 | 72 | 0 | 15 | 370 | 102 | 76 |
| Binary | 1101110 | 1011110 | 11011110 | 110010 | 111010 | 0 | 1101 | 11111000 | 1000010 | 111110 |
Color Harmonies of #6E5EDE
Complementary color
Monochromatic Colors of #6E5EDE
Black with #6E5EDE
Text Example
Text Example
White with #6E5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EDE; }
p { color: rgb(110,94,222); }
H1.HeaderClassName
{
color: #6E5EDE;
}
.AnyTagClassName
{
color: #6E5EDE;
}
</style>
background-color css
<style>
a { background-color: #6E5EDE; }
a { background-color: rgb(110,94,222); }
div.DivClassName
{
background-color: #6E5EDE;
}
.BgClassName
{
background-color: #6E5EDE;
}
</style>
border-color css
<style>
span { border-color: #6E5EDE; }
span { border-color: rgb(110,94,222); }
td.TdClassName
{
border-color: #6E5EDE;
}
.TagClassName
{
border-color: #6E5EDE;
}
</style>