Shades of Electric Indigo #6F01F7
Tints of Electric Indigo #6F01F7
RGB
CMYK
RGB Variations
Color information
#6F01F7 (or 0x6F01F7) is known color: Electric Indigo. HEX triplet: 6F, 01 and F7. RGB value is (111,1,247). Sum of RGB (Red+Green+Blue) = 111+1+247=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F01F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F01F7 is #90FE08. Grayscale: #3D3D3D. Windows color (decimal): -9502217 or 16187759. OLE color: 16187759.
HSL color Cylindrical-coordinate representation of color #6F01F7: hue angle of 266.83º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F01F7 is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 1 | 247 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.03 |
| HSL | 266.83º | 0.99% | 0.49% | - |
| HSV(B) | 266.83º | 1% | 0.97% | - |
| XYZ | 23.35 | 10.12 | 88.72 | - |
| YUV | 61.93 | 232.44 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 247 | 0.55 | 1.00 | 0 | 0.03 | 266.83 | 0.99 | 0.49 |
| Hex | 6F | 1 | F7 | 37 | 64 | 0 | 3 | 10B | 63 | 31 |
| Octal | 157 | 1 | 367 | 67 | 144 | 0 | 3 | 413 | 143 | 61 |
| Binary | 1101111 | 1 | 11110111 | 110111 | 1100100 | 0 | 11 | 100001011 | 1100011 | 110001 |
Color Harmonies of #6F01F7
Complementary color
Monochromatic Colors of #6F01F7
Black with #6F01F7
Text Example
Text Example
White with #6F01F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F01F7; }
p { color: rgb(111,1,247); }
H1.HeaderClassName
{
color: #6F01F7;
}
.AnyTagClassName
{
color: #6F01F7;
}
</style>
background-color css
<style>
a { background-color: #6F01F7; }
a { background-color: rgb(111,1,247); }
div.DivClassName
{
background-color: #6F01F7;
}
.BgClassName
{
background-color: #6F01F7;
}
</style>
border-color css
<style>
span { border-color: #6F01F7; }
span { border-color: rgb(111,1,247); }
td.TdClassName
{
border-color: #6F01F7;
}
.TagClassName
{
border-color: #6F01F7;
}
</style>