Shades of Electric Indigo #6F0FED
Tints of Electric Indigo #6F0FED
RGB
CMYK
RGB Variations
Color information
#6F0FED (or 0x6F0FED) is known color: Electric Indigo. HEX triplet: 6F, 0F and ED. RGB value is (111,15,237). Sum of RGB (Red+Green+Blue) = 111+15+237=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FED is #90F012. Grayscale: #444444. Windows color (decimal): -9498643 or 15535983. OLE color: 15535983.
HSL color Cylindrical-coordinate representation of color #6F0FED: hue angle of 265.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0FED is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 15 | 237 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.07 |
| HSL | 265.95º | 0.88% | 0.49% | - |
| HSV(B) | 265.95º | 0.94% | 0.93% | - |
| XYZ | 22.01 | 9.84 | 80.86 | - |
| YUV | 69.01 | 222.8 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 237 | 0.53 | 0.94 | 0 | 0.07 | 265.95 | 0.88 | 0.49 |
| Hex | 6F | F | ED | 35 | 5E | 0 | 7 | 10A | 58 | 31 |
| Octal | 157 | 17 | 355 | 65 | 136 | 0 | 7 | 412 | 130 | 61 |
| Binary | 1101111 | 1111 | 11101101 | 110101 | 1011110 | 0 | 111 | 100001010 | 1011000 | 110001 |
Color Harmonies of #6F0FED
Complementary color
Monochromatic Colors of #6F0FED
Black with #6F0FED
Text Example
Text Example
White with #6F0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FED; }
p { color: rgb(111,15,237); }
H1.HeaderClassName
{
color: #6F0FED;
}
.AnyTagClassName
{
color: #6F0FED;
}
</style>
background-color css
<style>
a { background-color: #6F0FED; }
a { background-color: rgb(111,15,237); }
div.DivClassName
{
background-color: #6F0FED;
}
.BgClassName
{
background-color: #6F0FED;
}
</style>
border-color css
<style>
span { border-color: #6F0FED; }
span { border-color: rgb(111,15,237); }
td.TdClassName
{
border-color: #6F0FED;
}
.TagClassName
{
border-color: #6F0FED;
}
</style>