Shades of Electric Indigo #6A0EFF
Tints of Electric Indigo #6A0EFF
RGB
CMYK
RGB Variations
Color information
#6A0EFF (or 0x6A0EFF) is known color: Electric Indigo. HEX triplet: 6A, 0E and FF. RGB value is (106,14,255). Sum of RGB (Red+Green+Blue) = 106+14+255=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0EFF is #95F100. Grayscale: #444444. Windows color (decimal): -9826561 or 16715370. OLE color: 16715370.
HSL color Cylindrical-coordinate representation of color #6A0EFF: hue angle of 262.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0EFF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 14 | 255 | - |
| CMYK | 0.58 | 0.95 | 0 | 0 |
| HSL | 262.9º | 1% | 0.53% | - |
| HSV(B) | 262.9º | 0.95% | 1% | - |
| XYZ | 24.15 | 10.6 | 95.38 | - |
| YUV | 68.98 | 232.98 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 255 | 0.58 | 0.95 | 0 | 0 | 262.9 | 1 | 0.53 |
| Hex | 6A | E | FF | 3A | 5F | 0 | 0 | 107 | 64 | 35 |
| Octal | 152 | 16 | 377 | 72 | 137 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101010 | 1110 | 11111111 | 111010 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #6A0EFF
Complementary color
Monochromatic Colors of #6A0EFF
Black with #6A0EFF
Text Example
Text Example
White with #6A0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0EFF; }
p { color: rgb(106,14,255); }
H1.HeaderClassName
{
color: #6A0EFF;
}
.AnyTagClassName
{
color: #6A0EFF;
}
</style>
background-color css
<style>
a { background-color: #6A0EFF; }
a { background-color: rgb(106,14,255); }
div.DivClassName
{
background-color: #6A0EFF;
}
.BgClassName
{
background-color: #6A0EFF;
}
</style>
border-color css
<style>
span { border-color: #6A0EFF; }
span { border-color: rgb(106,14,255); }
td.TdClassName
{
border-color: #6A0EFF;
}
.TagClassName
{
border-color: #6A0EFF;
}
</style>