Shades of Electric Indigo #6812EA
Tints of Electric Indigo #6812EA
RGB
CMYK
RGB Variations
Color information
#6812EA (or 0x6812EA) is known color: Electric Indigo. HEX triplet: 68, 12 and EA. RGB value is (104,18,234). Sum of RGB (Red+Green+Blue) = 104+18+234=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #6812EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6812EA is #97ED15. Grayscale: #434343. Windows color (decimal): -9956630 or 15340136. OLE color: 15340136.
HSL color Cylindrical-coordinate representation of color #6812EA: hue angle of 263.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6812EA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 18 | 234 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.08 |
| HSL | 263.89º | 0.86% | 0.49% | - |
| HSV(B) | 263.89º | 0.92% | 0.92% | - |
| XYZ | 20.78 | 9.32 | 78.55 | - |
| YUV | 68.34 | 221.49 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 234 | 0.56 | 0.92 | 0 | 0.08 | 263.89 | 0.86 | 0.49 |
| Hex | 68 | 12 | EA | 38 | 5C | 0 | 8 | 108 | 56 | 31 |
| Octal | 150 | 22 | 352 | 70 | 134 | 0 | 10 | 410 | 126 | 61 |
| Binary | 1101000 | 10010 | 11101010 | 111000 | 1011100 | 0 | 1000 | 100001000 | 1010110 | 110001 |
Color Harmonies of #6812EA
Complementary color
Monochromatic Colors of #6812EA
Black with #6812EA
Text Example
Text Example
White with #6812EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6812EA; }
p { color: rgb(104,18,234); }
H1.HeaderClassName
{
color: #6812EA;
}
.AnyTagClassName
{
color: #6812EA;
}
</style>
background-color css
<style>
a { background-color: #6812EA; }
a { background-color: rgb(104,18,234); }
div.DivClassName
{
background-color: #6812EA;
}
.BgClassName
{
background-color: #6812EA;
}
</style>
border-color css
<style>
span { border-color: #6812EA; }
span { border-color: rgb(104,18,234); }
td.TdClassName
{
border-color: #6812EA;
}
.TagClassName
{
border-color: #6812EA;
}
</style>