Shades of Electric Indigo #6A0EF9
Tints of Electric Indigo #6A0EF9
RGB
CMYK
RGB Variations
Color information
#6A0EF9 (or 0x6A0EF9) is known color: Electric Indigo. HEX triplet: 6A, 0E and F9. RGB value is (106,14,249). Sum of RGB (Red+Green+Blue) = 106+14+249=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A0EF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0EF9 is #95F106. Grayscale: #434343. Windows color (decimal): -9826567 or 16322154. OLE color: 16322154.
HSL color Cylindrical-coordinate representation of color #6A0EF9: hue angle of 263.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EF9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 14 | 249 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.02 |
| HSL | 263.49º | 0.95% | 0.52% | - |
| HSV(B) | 263.49º | 0.94% | 0.98% | - |
| XYZ | 23.2 | 10.22 | 90.37 | - |
| YUV | 68.3 | 229.98 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 249 | 0.57 | 0.94 | 0 | 0.02 | 263.49 | 0.95 | 0.52 |
| Hex | 6A | E | F9 | 39 | 5E | 0 | 2 | 107 | 5F | 34 |
| Octal | 152 | 16 | 371 | 71 | 136 | 0 | 2 | 407 | 137 | 64 |
| Binary | 1101010 | 1110 | 11111001 | 111001 | 1011110 | 0 | 10 | 100000111 | 1011111 | 110100 |
Color Harmonies of #6A0EF9
Complementary color
Monochromatic Colors of #6A0EF9
Black with #6A0EF9
Text Example
Text Example
White with #6A0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0EF9; }
p { color: rgb(106,14,249); }
H1.HeaderClassName
{
color: #6A0EF9;
}
.AnyTagClassName
{
color: #6A0EF9;
}
</style>
background-color css
<style>
a { background-color: #6A0EF9; }
a { background-color: rgb(106,14,249); }
div.DivClassName
{
background-color: #6A0EF9;
}
.BgClassName
{
background-color: #6A0EF9;
}
</style>
border-color css
<style>
span { border-color: #6A0EF9; }
span { border-color: rgb(106,14,249); }
td.TdClassName
{
border-color: #6A0EF9;
}
.TagClassName
{
border-color: #6A0EF9;
}
</style>