Shades of Electric Indigo #6F07E3
Tints of Electric Indigo #6F07E3
RGB
CMYK
RGB Variations
Color information
#6F07E3 (or 0x6F07E3) is known color: Electric Indigo. HEX triplet: 6F, 07 and E3. RGB value is (111,7,227). Sum of RGB (Red+Green+Blue) = 111+7+227=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 227 (89.06% from 255 or 65.80% from 345); Max value from RGB is 227 - color contains mainly: blue. Hex color #6F07E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F07E3 is #90F81C. Grayscale: #3E3E3E. Windows color (decimal): -9500701 or 14878575. OLE color: 14878575.
HSL color Cylindrical-coordinate representation of color #6F07E3: hue angle of 268.36º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F07E3 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 7 | 227 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.11 |
| HSL | 268.36º | 0.94% | 0.46% | - |
| HSV(B) | 268.36º | 0.97% | 0.89% | - |
| XYZ | 20.5 | 9.08 | 73.34 | - |
| YUV | 63.18 | 220.46 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 227 | 0.51 | 0.97 | 0 | 0.11 | 268.36 | 0.94 | 0.46 |
| Hex | 6F | 7 | E3 | 33 | 61 | 0 | B | 10C | 5E | 2E |
| Octal | 157 | 7 | 343 | 63 | 141 | 0 | 13 | 414 | 136 | 56 |
| Binary | 1101111 | 111 | 11100011 | 110011 | 1100001 | 0 | 1011 | 100001100 | 1011110 | 101110 |
Color Harmonies of #6F07E3
Complementary color
Monochromatic Colors of #6F07E3
Black with #6F07E3
Text Example
Text Example
White with #6F07E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07E3; }
p { color: rgb(111,7,227); }
H1.HeaderClassName
{
color: #6F07E3;
}
.AnyTagClassName
{
color: #6F07E3;
}
</style>
background-color css
<style>
a { background-color: #6F07E3; }
a { background-color: rgb(111,7,227); }
div.DivClassName
{
background-color: #6F07E3;
}
.BgClassName
{
background-color: #6F07E3;
}
</style>
border-color css
<style>
span { border-color: #6F07E3; }
span { border-color: rgb(111,7,227); }
td.TdClassName
{
border-color: #6F07E3;
}
.TagClassName
{
border-color: #6F07E3;
}
</style>