Shades of Electric Indigo #6F0EF9
Tints of Electric Indigo #6F0EF9
RGB
CMYK
RGB Variations
Color information
#6F0EF9 (or 0x6F0EF9) is known color: Electric Indigo. HEX triplet: 6F, 0E and F9. RGB value is (111,14,249). Sum of RGB (Red+Green+Blue) = 111+14+249=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F0EF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0EF9 is #90F106. Grayscale: #444444. Windows color (decimal): -9498887 or 16322159. OLE color: 16322159.
HSL color Cylindrical-coordinate representation of color #6F0EF9: hue angle of 264.77º 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 #6F0EF9 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 14 | 249 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.02 |
| HSL | 264.77º | 0.95% | 0.52% | - |
| HSV(B) | 264.77º | 0.94% | 0.98% | - |
| XYZ | 23.81 | 10.53 | 90.4 | - |
| YUV | 69.79 | 229.14 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 249 | 0.55 | 0.94 | 0 | 0.02 | 264.77 | 0.95 | 0.52 |
| Hex | 6F | E | F9 | 37 | 5E | 0 | 2 | 109 | 5F | 34 |
| Octal | 157 | 16 | 371 | 67 | 136 | 0 | 2 | 411 | 137 | 64 |
| Binary | 1101111 | 1110 | 11111001 | 110111 | 1011110 | 0 | 10 | 100001001 | 1011111 | 110100 |
Color Harmonies of #6F0EF9
Complementary color
Monochromatic Colors of #6F0EF9
Black with #6F0EF9
Text Example
Text Example
White with #6F0EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0EF9; }
p { color: rgb(111,14,249); }
H1.HeaderClassName
{
color: #6F0EF9;
}
.AnyTagClassName
{
color: #6F0EF9;
}
</style>
background-color css
<style>
a { background-color: #6F0EF9; }
a { background-color: rgb(111,14,249); }
div.DivClassName
{
background-color: #6F0EF9;
}
.BgClassName
{
background-color: #6F0EF9;
}
</style>
border-color css
<style>
span { border-color: #6F0EF9; }
span { border-color: rgb(111,14,249); }
td.TdClassName
{
border-color: #6F0EF9;
}
.TagClassName
{
border-color: #6F0EF9;
}
</style>