Shades of Electric Indigo #6A0EFE
Tints of Electric Indigo #6A0EFE
RGB
CMYK
RGB Variations
Color information
#6A0EFE (or 0x6A0EFE) is known color: Electric Indigo. HEX triplet: 6A, 0E and FE. RGB value is (106,14,254). Sum of RGB (Red+Green+Blue) = 106+14+254=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0EFE is #95F101. Grayscale: #444444. Windows color (decimal): -9826562 or 16649834. OLE color: 16649834.
HSL color Cylindrical-coordinate representation of color #6A0EFE: hue angle of 263º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EFE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 14 | 254 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.00 |
| HSL | 263º | 0.99% | 0.53% | - |
| HSV(B) | 263º | 0.94% | 1% | - |
| XYZ | 23.99 | 10.53 | 94.53 | - |
| YUV | 68.87 | 232.48 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 254 | 0.58 | 0.94 | 0 | 0.00 | 263 | 0.99 | 0.53 |
| Hex | 6A | E | FE | 3A | 5E | 0 | 0 | 107 | 63 | 35 |
| Octal | 152 | 16 | 376 | 72 | 136 | 0 | 0 | 407 | 143 | 65 |
| Binary | 1101010 | 1110 | 11111110 | 111010 | 1011110 | 0 | 0 | 100000111 | 1100011 | 110101 |
Color Harmonies of #6A0EFE
Complementary color
Monochromatic Colors of #6A0EFE
Black with #6A0EFE
Text Example
Text Example
White with #6A0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0EFE; }
p { color: rgb(106,14,254); }
H1.HeaderClassName
{
color: #6A0EFE;
}
.AnyTagClassName
{
color: #6A0EFE;
}
</style>
background-color css
<style>
a { background-color: #6A0EFE; }
a { background-color: rgb(106,14,254); }
div.DivClassName
{
background-color: #6A0EFE;
}
.BgClassName
{
background-color: #6A0EFE;
}
</style>
border-color css
<style>
span { border-color: #6A0EFE; }
span { border-color: rgb(106,14,254); }
td.TdClassName
{
border-color: #6A0EFE;
}
.TagClassName
{
border-color: #6A0EFE;
}
</style>