Shades of Slate Blue #6E4EDA
Tints of Slate Blue #6E4EDA
RGB
CMYK
RGB Variations
Color information
#6E4EDA (or 0x6E4EDA) is known color: Slate Blue. HEX triplet: 6E, 4E and DA. RGB value is (110,78,218). Sum of RGB (Red+Green+Blue) = 110+78+218=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E4EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EDA is #91B125. Grayscale: #676767. Windows color (decimal): -9548070 or 14306926. OLE color: 14306926.
HSL color Cylindrical-coordinate representation of color #6E4EDA: hue angle of 253.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4EDA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 78 | 218 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.15 |
| HSL | 253.71º | 0.65% | 0.58% | - |
| HSV(B) | 253.71º | 0.64% | 0.85% | - |
| XYZ | 21.81 | 13.83 | 67.85 | - |
| YUV | 103.53 | 192.6 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 218 | 0.50 | 0.64 | 0 | 0.15 | 253.71 | 0.65 | 0.58 |
| Hex | 6E | 4E | DA | 32 | 40 | 0 | F | FE | 41 | 3A |
| Octal | 156 | 116 | 332 | 62 | 100 | 0 | 17 | 376 | 101 | 72 |
| Binary | 1101110 | 1001110 | 11011010 | 110010 | 1000000 | 0 | 1111 | 11111110 | 1000001 | 111010 |
Color Harmonies of #6E4EDA
Complementary color
Monochromatic Colors of #6E4EDA
Black with #6E4EDA
Text Example
Text Example
White with #6E4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4EDA; }
p { color: rgb(110,78,218); }
H1.HeaderClassName
{
color: #6E4EDA;
}
.AnyTagClassName
{
color: #6E4EDA;
}
</style>
background-color css
<style>
a { background-color: #6E4EDA; }
a { background-color: rgb(110,78,218); }
div.DivClassName
{
background-color: #6E4EDA;
}
.BgClassName
{
background-color: #6E4EDA;
}
</style>
border-color css
<style>
span { border-color: #6E4EDA; }
span { border-color: rgb(110,78,218); }
td.TdClassName
{
border-color: #6E4EDA;
}
.TagClassName
{
border-color: #6E4EDA;
}
</style>