Shades of Electric Indigo #6F10EE
Tints of Electric Indigo #6F10EE
RGB
CMYK
RGB Variations
Color information
#6F10EE (or 0x6F10EE) is known color: Electric Indigo. HEX triplet: 6F, 10 and EE. RGB value is (111,16,238). Sum of RGB (Red+Green+Blue) = 111+16+238=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F10EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F10EE is #90EF11. Grayscale: #444444. Windows color (decimal): -9498386 or 15601775. OLE color: 15601775.
HSL color Cylindrical-coordinate representation of color #6F10EE: hue angle of 265.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F10EE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 16 | 238 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.07 |
| HSL | 265.68º | 0.87% | 0.5% | - |
| HSV(B) | 265.68º | 0.93% | 0.93% | - |
| XYZ | 22.17 | 9.92 | 81.64 | - |
| YUV | 69.71 | 222.97 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 238 | 0.53 | 0.93 | 0 | 0.07 | 265.68 | 0.87 | 0.5 |
| Hex | 6F | 10 | EE | 35 | 5D | 0 | 7 | 10A | 57 | 32 |
| Octal | 157 | 20 | 356 | 65 | 135 | 0 | 7 | 412 | 127 | 62 |
| Binary | 1101111 | 10000 | 11101110 | 110101 | 1011101 | 0 | 111 | 100001010 | 1010111 | 110010 |
Color Harmonies of #6F10EE
Complementary color
Monochromatic Colors of #6F10EE
Black with #6F10EE
Text Example
Text Example
White with #6F10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10EE; }
p { color: rgb(111,16,238); }
H1.HeaderClassName
{
color: #6F10EE;
}
.AnyTagClassName
{
color: #6F10EE;
}
</style>
background-color css
<style>
a { background-color: #6F10EE; }
a { background-color: rgb(111,16,238); }
div.DivClassName
{
background-color: #6F10EE;
}
.BgClassName
{
background-color: #6F10EE;
}
</style>
border-color css
<style>
span { border-color: #6F10EE; }
span { border-color: rgb(111,16,238); }
td.TdClassName
{
border-color: #6F10EE;
}
.TagClassName
{
border-color: #6F10EE;
}
</style>