Shades of Electric Indigo #6A0FFF
Tints of Electric Indigo #6A0FFF
RGB
CMYK
RGB Variations
Color information
#6A0FFF (or 0x6A0FFF) is known color: Electric Indigo. HEX triplet: 6A, 0F and FF. RGB value is (106,15,255). Sum of RGB (Red+Green+Blue) = 106+15+255=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0FFF is #95F000. Grayscale: #444444. Windows color (decimal): -9826305 or 16715626. OLE color: 16715626.
HSL color Cylindrical-coordinate representation of color #6A0FFF: hue angle of 262.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0FFF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 15 | 255 | - |
| CMYK | 0.58 | 0.94 | 0 | 0 |
| HSL | 262.75º | 1% | 0.53% | - |
| HSV(B) | 262.75º | 0.94% | 1% | - |
| XYZ | 24.16 | 10.63 | 95.39 | - |
| YUV | 69.57 | 232.65 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 255 | 0.58 | 0.94 | 0 | 0 | 262.75 | 1 | 0.53 |
| Hex | 6A | F | FF | 3A | 5E | 0 | 0 | 107 | 64 | 35 |
| Octal | 152 | 17 | 377 | 72 | 136 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101010 | 1111 | 11111111 | 111010 | 1011110 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #6A0FFF
Complementary color
Monochromatic Colors of #6A0FFF
Black with #6A0FFF
Text Example
Text Example
White with #6A0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FFF; }
p { color: rgb(106,15,255); }
H1.HeaderClassName
{
color: #6A0FFF;
}
.AnyTagClassName
{
color: #6A0FFF;
}
</style>
background-color css
<style>
a { background-color: #6A0FFF; }
a { background-color: rgb(106,15,255); }
div.DivClassName
{
background-color: #6A0FFF;
}
.BgClassName
{
background-color: #6A0FFF;
}
</style>
border-color css
<style>
span { border-color: #6A0FFF; }
span { border-color: rgb(106,15,255); }
td.TdClassName
{
border-color: #6A0FFF;
}
.TagClassName
{
border-color: #6A0FFF;
}
</style>