Shades of Electric Indigo #6A0AFE
Tints of Electric Indigo #6A0AFE
RGB
CMYK
RGB Variations
Color information
#6A0AFE (or 0x6A0AFE) is known color: Electric Indigo. HEX triplet: 6A, 0A and FE. RGB value is (106,10,254). Sum of RGB (Red+Green+Blue) = 106+10+254=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0AFE is #95F501. Grayscale: #414141. Windows color (decimal): -9827586 or 16648810. OLE color: 16648810.
HSL color Cylindrical-coordinate representation of color #6A0AFE: hue angle of 263.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0AFE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 10 | 254 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.00 |
| HSL | 263.61º | 0.99% | 0.52% | - |
| HSV(B) | 263.61º | 0.96% | 1% | - |
| XYZ | 23.94 | 10.44 | 94.52 | - |
| YUV | 66.52 | 233.8 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 254 | 0.58 | 0.96 | 0 | 0.00 | 263.61 | 0.99 | 0.52 |
| Hex | 6A | A | FE | 3A | 60 | 0 | 0 | 108 | 63 | 34 |
| Octal | 152 | 12 | 376 | 72 | 140 | 0 | 0 | 410 | 143 | 64 |
| Binary | 1101010 | 1010 | 11111110 | 111010 | 1100000 | 0 | 0 | 100001000 | 1100011 | 110100 |
Color Harmonies of #6A0AFE
Complementary color
Monochromatic Colors of #6A0AFE
Black with #6A0AFE
Text Example
Text Example
White with #6A0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0AFE; }
p { color: rgb(106,10,254); }
H1.HeaderClassName
{
color: #6A0AFE;
}
.AnyTagClassName
{
color: #6A0AFE;
}
</style>
background-color css
<style>
a { background-color: #6A0AFE; }
a { background-color: rgb(106,10,254); }
div.DivClassName
{
background-color: #6A0AFE;
}
.BgClassName
{
background-color: #6A0AFE;
}
</style>
border-color css
<style>
span { border-color: #6A0AFE; }
span { border-color: rgb(106,10,254); }
td.TdClassName
{
border-color: #6A0AFE;
}
.TagClassName
{
border-color: #6A0AFE;
}
</style>