Shades of Electric Indigo #6F0FEA
Tints of Electric Indigo #6F0FEA
RGB
CMYK
RGB Variations
Color information
#6F0FEA (or 0x6F0FEA) is known color: Electric Indigo. HEX triplet: 6F, 0F and EA. RGB value is (111,15,234). Sum of RGB (Red+Green+Blue) = 111+15+234=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F0FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FEA is #90F015. Grayscale: #434343. Windows color (decimal): -9498646 or 15339375. OLE color: 15339375.
HSL color Cylindrical-coordinate representation of color #6F0FEA: hue angle of 266.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0FEA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 15 | 234 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.08 |
| HSL | 266.3º | 0.88% | 0.49% | - |
| HSV(B) | 266.3º | 0.94% | 0.92% | - |
| XYZ | 21.58 | 9.66 | 78.57 | - |
| YUV | 68.67 | 221.3 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 234 | 0.53 | 0.94 | 0 | 0.08 | 266.3 | 0.88 | 0.49 |
| Hex | 6F | F | EA | 35 | 5E | 0 | 8 | 10A | 58 | 31 |
| Octal | 157 | 17 | 352 | 65 | 136 | 0 | 10 | 412 | 130 | 61 |
| Binary | 1101111 | 1111 | 11101010 | 110101 | 1011110 | 0 | 1000 | 100001010 | 1011000 | 110001 |
Color Harmonies of #6F0FEA
Complementary color
Monochromatic Colors of #6F0FEA
Black with #6F0FEA
Text Example
Text Example
White with #6F0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FEA; }
p { color: rgb(111,15,234); }
H1.HeaderClassName
{
color: #6F0FEA;
}
.AnyTagClassName
{
color: #6F0FEA;
}
</style>
background-color css
<style>
a { background-color: #6F0FEA; }
a { background-color: rgb(111,15,234); }
div.DivClassName
{
background-color: #6F0FEA;
}
.BgClassName
{
background-color: #6F0FEA;
}
</style>
border-color css
<style>
span { border-color: #6F0FEA; }
span { border-color: rgb(111,15,234); }
td.TdClassName
{
border-color: #6F0FEA;
}
.TagClassName
{
border-color: #6F0FEA;
}
</style>