Shades of Electric Indigo #6D0AE4
Tints of Electric Indigo #6D0AE4
RGB
CMYK
RGB Variations
Color information
#6D0AE4 (or 0x6D0AE4) is known color: Electric Indigo. HEX triplet: 6D, 0A and E4. RGB value is (109,10,228). Sum of RGB (Red+Green+Blue) = 109+10+228=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 228 (89.45% from 255 or 65.71% from 347); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D0AE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0AE4 is #92F51B. Grayscale: #3F3F3F. Windows color (decimal): -9631004 or 14944877. OLE color: 14944877.
HSL color Cylindrical-coordinate representation of color #6D0AE4: hue angle of 267.25º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0AE4 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 10 | 228 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.11 |
| HSL | 267.25º | 0.92% | 0.47% | - |
| HSV(B) | 267.25º | 0.96% | 0.89% | - |
| XYZ | 20.42 | 9.07 | 74.07 | - |
| YUV | 64.45 | 220.3 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 228 | 0.52 | 0.96 | 0 | 0.11 | 267.25 | 0.92 | 0.47 |
| Hex | 6D | A | E4 | 34 | 60 | 0 | B | 10B | 5C | 2F |
| Octal | 155 | 12 | 344 | 64 | 140 | 0 | 13 | 413 | 134 | 57 |
| Binary | 1101101 | 1010 | 11100100 | 110100 | 1100000 | 0 | 1011 | 100001011 | 1011100 | 101111 |
Color Harmonies of #6D0AE4
Complementary color
Monochromatic Colors of #6D0AE4
Black with #6D0AE4
Text Example
Text Example
White with #6D0AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AE4; }
p { color: rgb(109,10,228); }
H1.HeaderClassName
{
color: #6D0AE4;
}
.AnyTagClassName
{
color: #6D0AE4;
}
</style>
background-color css
<style>
a { background-color: #6D0AE4; }
a { background-color: rgb(109,10,228); }
div.DivClassName
{
background-color: #6D0AE4;
}
.BgClassName
{
background-color: #6D0AE4;
}
</style>
border-color css
<style>
span { border-color: #6D0AE4; }
span { border-color: rgb(109,10,228); }
td.TdClassName
{
border-color: #6D0AE4;
}
.TagClassName
{
border-color: #6D0AE4;
}
</style>