Shades of Slate Blue #6E5EC9
Tints of Slate Blue #6E5EC9
RGB
CMYK
RGB Variations
Color information
#6E5EC9 (or 0x6E5EC9) is known color: Slate Blue. HEX triplet: 6E, 5E and C9. RGB value is (110,94,201). Sum of RGB (Red+Green+Blue) = 110+94+201=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E5EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EC9 is #91A136. Grayscale: #6E6E6E. Windows color (decimal): -9543991 or 13196910. OLE color: 13196910.
HSL color Cylindrical-coordinate representation of color #6E5EC9: hue angle of 248.97º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5EC9 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 94 | 201 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.21 |
| HSL | 248.97º | 0.5% | 0.58% | - |
| HSV(B) | 248.97º | 0.53% | 0.79% | - |
| XYZ | 20.98 | 15.54 | 57.15 | - |
| YUV | 110.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 201 | 0.45 | 0.53 | 0 | 0.21 | 248.97 | 0.5 | 0.58 |
| Hex | 6E | 5E | C9 | 2D | 35 | 0 | 15 | F9 | 32 | 3A |
| Octal | 156 | 136 | 311 | 55 | 65 | 0 | 25 | 371 | 62 | 72 |
| Binary | 1101110 | 1011110 | 11001001 | 101101 | 110101 | 0 | 10101 | 11111001 | 110010 | 111010 |
Color Harmonies of #6E5EC9
Complementary color
Monochromatic Colors of #6E5EC9
Black with #6E5EC9
Text Example
Text Example
White with #6E5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EC9; }
p { color: rgb(110,94,201); }
H1.HeaderClassName
{
color: #6E5EC9;
}
.AnyTagClassName
{
color: #6E5EC9;
}
</style>
background-color css
<style>
a { background-color: #6E5EC9; }
a { background-color: rgb(110,94,201); }
div.DivClassName
{
background-color: #6E5EC9;
}
.BgClassName
{
background-color: #6E5EC9;
}
</style>
border-color css
<style>
span { border-color: #6E5EC9; }
span { border-color: rgb(110,94,201); }
td.TdClassName
{
border-color: #6E5EC9;
}
.TagClassName
{
border-color: #6E5EC9;
}
</style>