Shades of Electric Indigo #6E16F9
Tints of Electric Indigo #6E16F9
RGB
CMYK
RGB Variations
Color information
#6E16F9 (or 0x6E16F9) is known color: Electric Indigo. HEX triplet: 6E, 16 and F9. RGB value is (110,22,249). Sum of RGB (Red+Green+Blue) = 110+22+249=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E16F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E16F9 is #91E906. Grayscale: #494949. Windows color (decimal): -9562375 or 16324206. OLE color: 16324206.
HSL color Cylindrical-coordinate representation of color #6E16F9: hue angle of 263.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E16F9 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 22 | 249 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.02 |
| HSL | 263.26º | 0.95% | 0.53% | - |
| HSV(B) | 263.26º | 0.91% | 0.98% | - |
| XYZ | 23.82 | 10.73 | 90.44 | - |
| YUV | 74.19 | 226.65 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 249 | 0.56 | 0.91 | 0 | 0.02 | 263.26 | 0.95 | 0.53 |
| Hex | 6E | 16 | F9 | 38 | 5B | 0 | 2 | 107 | 5F | 35 |
| Octal | 156 | 26 | 371 | 70 | 133 | 0 | 2 | 407 | 137 | 65 |
| Binary | 1101110 | 10110 | 11111001 | 111000 | 1011011 | 0 | 10 | 100000111 | 1011111 | 110101 |
Color Harmonies of #6E16F9
Complementary color
Monochromatic Colors of #6E16F9
Black with #6E16F9
Text Example
Text Example
White with #6E16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16F9; }
p { color: rgb(110,22,249); }
H1.HeaderClassName
{
color: #6E16F9;
}
.AnyTagClassName
{
color: #6E16F9;
}
</style>
background-color css
<style>
a { background-color: #6E16F9; }
a { background-color: rgb(110,22,249); }
div.DivClassName
{
background-color: #6E16F9;
}
.BgClassName
{
background-color: #6E16F9;
}
</style>
border-color css
<style>
span { border-color: #6E16F9; }
span { border-color: rgb(110,22,249); }
td.TdClassName
{
border-color: #6E16F9;
}
.TagClassName
{
border-color: #6E16F9;
}
</style>