Shades of Electric Indigo #6A12ED
Tints of Electric Indigo #6A12ED
RGB
CMYK
RGB Variations
Color information
#6A12ED (or 0x6A12ED) is known color: Electric Indigo. HEX triplet: 6A, 12 and ED. RGB value is (106,18,237). Sum of RGB (Red+Green+Blue) = 106+18+237=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A12ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A12ED is #95ED12. Grayscale: #444444. Windows color (decimal): -9825555 or 15536746. OLE color: 15536746.
HSL color Cylindrical-coordinate representation of color #6A12ED: hue angle of 264.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A12ED is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 18 | 237 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.07 |
| HSL | 264.11º | 0.86% | 0.5% | - |
| HSV(B) | 264.11º | 0.92% | 0.93% | - |
| XYZ | 21.45 | 9.61 | 80.85 | - |
| YUV | 69.28 | 222.65 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 237 | 0.55 | 0.92 | 0 | 0.07 | 264.11 | 0.86 | 0.5 |
| Hex | 6A | 12 | ED | 37 | 5C | 0 | 7 | 108 | 56 | 32 |
| Octal | 152 | 22 | 355 | 67 | 134 | 0 | 7 | 410 | 126 | 62 |
| Binary | 1101010 | 10010 | 11101101 | 110111 | 1011100 | 0 | 111 | 100001000 | 1010110 | 110010 |
Color Harmonies of #6A12ED
Complementary color
Monochromatic Colors of #6A12ED
Black with #6A12ED
Text Example
Text Example
White with #6A12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A12ED; }
p { color: rgb(106,18,237); }
H1.HeaderClassName
{
color: #6A12ED;
}
.AnyTagClassName
{
color: #6A12ED;
}
</style>
background-color css
<style>
a { background-color: #6A12ED; }
a { background-color: rgb(106,18,237); }
div.DivClassName
{
background-color: #6A12ED;
}
.BgClassName
{
background-color: #6A12ED;
}
</style>
border-color css
<style>
span { border-color: #6A12ED; }
span { border-color: rgb(106,18,237); }
td.TdClassName
{
border-color: #6A12ED;
}
.TagClassName
{
border-color: #6A12ED;
}
</style>