Shades of Electric Indigo #6F07F1
Tints of Electric Indigo #6F07F1
RGB
CMYK
RGB Variations
Color information
#6F07F1 (or 0x6F07F1) is known color: Electric Indigo. HEX triplet: 6F, 07 and F1. RGB value is (111,7,241). Sum of RGB (Red+Green+Blue) = 111+7+241=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F07F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F07F1 is #90F80E. Grayscale: #3F3F3F. Windows color (decimal): -9500687 or 15796079. OLE color: 15796079.
HSL color Cylindrical-coordinate representation of color #6F07F1: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F07F1 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 7 | 241 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.05 |
| HSL | 266.67º | 0.94% | 0.49% | - |
| HSV(B) | 266.67º | 0.97% | 0.95% | - |
| XYZ | 22.51 | 9.88 | 83.94 | - |
| YUV | 64.77 | 227.46 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 241 | 0.54 | 0.97 | 0 | 0.05 | 266.67 | 0.94 | 0.49 |
| Hex | 6F | 7 | F1 | 36 | 61 | 0 | 5 | 10B | 5E | 31 |
| Octal | 157 | 7 | 361 | 66 | 141 | 0 | 5 | 413 | 136 | 61 |
| Binary | 1101111 | 111 | 11110001 | 110110 | 1100001 | 0 | 101 | 100001011 | 1011110 | 110001 |
Color Harmonies of #6F07F1
Complementary color
Monochromatic Colors of #6F07F1
Black with #6F07F1
Text Example
Text Example
White with #6F07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07F1; }
p { color: rgb(111,7,241); }
H1.HeaderClassName
{
color: #6F07F1;
}
.AnyTagClassName
{
color: #6F07F1;
}
</style>
background-color css
<style>
a { background-color: #6F07F1; }
a { background-color: rgb(111,7,241); }
div.DivClassName
{
background-color: #6F07F1;
}
.BgClassName
{
background-color: #6F07F1;
}
</style>
border-color css
<style>
span { border-color: #6F07F1; }
span { border-color: rgb(111,7,241); }
td.TdClassName
{
border-color: #6F07F1;
}
.TagClassName
{
border-color: #6F07F1;
}
</style>