Shades of Electric Indigo #6F02F7
Tints of Electric Indigo #6F02F7
RGB
CMYK
RGB Variations
Color information
#6F02F7 (or 0x6F02F7) is known color: Electric Indigo. HEX triplet: 6F, 02 and F7. RGB value is (111,2,247). Sum of RGB (Red+Green+Blue) = 111+2+247=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F02F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02F7 is #90FD08. Grayscale: #3D3D3D. Windows color (decimal): -9501961 or 16188015. OLE color: 16188015.
HSL color Cylindrical-coordinate representation of color #6F02F7: hue angle of 266.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02F7 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 2 | 247 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.03 |
| HSL | 266.69º | 0.98% | 0.49% | - |
| HSV(B) | 266.69º | 0.99% | 0.97% | - |
| XYZ | 23.37 | 10.14 | 88.72 | - |
| YUV | 62.52 | 232.11 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 247 | 0.55 | 0.99 | 0 | 0.03 | 266.69 | 0.98 | 0.49 |
| Hex | 6F | 2 | F7 | 37 | 63 | 0 | 3 | 10B | 62 | 31 |
| Octal | 157 | 2 | 367 | 67 | 143 | 0 | 3 | 413 | 142 | 61 |
| Binary | 1101111 | 10 | 11110111 | 110111 | 1100011 | 0 | 11 | 100001011 | 1100010 | 110001 |
Color Harmonies of #6F02F7
Complementary color
Monochromatic Colors of #6F02F7
Black with #6F02F7
Text Example
Text Example
White with #6F02F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02F7; }
p { color: rgb(111,2,247); }
H1.HeaderClassName
{
color: #6F02F7;
}
.AnyTagClassName
{
color: #6F02F7;
}
</style>
background-color css
<style>
a { background-color: #6F02F7; }
a { background-color: rgb(111,2,247); }
div.DivClassName
{
background-color: #6F02F7;
}
.BgClassName
{
background-color: #6F02F7;
}
</style>
border-color css
<style>
span { border-color: #6F02F7; }
span { border-color: rgb(111,2,247); }
td.TdClassName
{
border-color: #6F02F7;
}
.TagClassName
{
border-color: #6F02F7;
}
</style>