Shades of Electric Indigo #6E09D9
Tints of Electric Indigo #6E09D9
RGB
CMYK
RGB Variations
Color information
#6E09D9 (or 0x6E09D9) is known color: Electric Indigo. HEX triplet: 6E, 09 and D9. RGB value is (110,9,217). Sum of RGB (Red+Green+Blue) = 110+9+217=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E09D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09D9 is #91F626. Grayscale: #3E3E3E. Windows color (decimal): -9565735 or 14223726. OLE color: 14223726.
HSL color Cylindrical-coordinate representation of color #6E09D9: hue angle of 269.13º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E09D9 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 9 | 217 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.15 |
| HSL | 269.13º | 0.92% | 0.44% | - |
| HSV(B) | 269.13º | 0.96% | 0.85% | - |
| XYZ | 19.05 | 8.52 | 66.29 | - |
| YUV | 62.91 | 214.96 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 217 | 0.49 | 0.96 | 0 | 0.15 | 269.13 | 0.92 | 0.44 |
| Hex | 6E | 9 | D9 | 31 | 60 | 0 | F | 10D | 5C | 2C |
| Octal | 156 | 11 | 331 | 61 | 140 | 0 | 17 | 415 | 134 | 54 |
| Binary | 1101110 | 1001 | 11011001 | 110001 | 1100000 | 0 | 1111 | 100001101 | 1011100 | 101100 |
Color Harmonies of #6E09D9
Complementary color
Monochromatic Colors of #6E09D9
Black with #6E09D9
Text Example
Text Example
White with #6E09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E09D9; }
p { color: rgb(110,9,217); }
H1.HeaderClassName
{
color: #6E09D9;
}
.AnyTagClassName
{
color: #6E09D9;
}
</style>
background-color css
<style>
a { background-color: #6E09D9; }
a { background-color: rgb(110,9,217); }
div.DivClassName
{
background-color: #6E09D9;
}
.BgClassName
{
background-color: #6E09D9;
}
</style>
border-color css
<style>
span { border-color: #6E09D9; }
span { border-color: rgb(110,9,217); }
td.TdClassName
{
border-color: #6E09D9;
}
.TagClassName
{
border-color: #6E09D9;
}
</style>