Shades of Electric Indigo #6F02FF
Tints of Electric Indigo #6F02FF
RGB
CMYK
RGB Variations
Color information
#6F02FF (or 0x6F02FF) is known color: Electric Indigo. HEX triplet: 6F, 02 and FF. RGB value is (111,2,255). Sum of RGB (Red+Green+Blue) = 111+2+255=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02FF is #90FD00. Grayscale: #3E3E3E. Windows color (decimal): -9501953 or 16712303. OLE color: 16712303.
HSL color Cylindrical-coordinate representation of color #6F02FF: hue angle of 265.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02FF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 2 | 255 | - |
| CMYK | 0.56 | 0.99 | 0 | 0 |
| HSL | 265.85º | 1% | 0.5% | - |
| HSV(B) | 265.85º | 0.99% | 1% | - |
| XYZ | 24.63 | 10.64 | 95.36 | - |
| YUV | 63.43 | 236.11 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 255 | 0.56 | 0.99 | 0 | 0 | 265.85 | 1 | 0.5 |
| Hex | 6F | 2 | FF | 38 | 63 | 0 | 0 | 10A | 64 | 32 |
| Octal | 157 | 2 | 377 | 70 | 143 | 0 | 0 | 412 | 144 | 62 |
| Binary | 1101111 | 10 | 11111111 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100100 | 110010 |
Color Harmonies of #6F02FF
Complementary color
Monochromatic Colors of #6F02FF
Black with #6F02FF
Text Example
Text Example
White with #6F02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02FF; }
p { color: rgb(111,2,255); }
H1.HeaderClassName
{
color: #6F02FF;
}
.AnyTagClassName
{
color: #6F02FF;
}
</style>
background-color css
<style>
a { background-color: #6F02FF; }
a { background-color: rgb(111,2,255); }
div.DivClassName
{
background-color: #6F02FF;
}
.BgClassName
{
background-color: #6F02FF;
}
</style>
border-color css
<style>
span { border-color: #6F02FF; }
span { border-color: rgb(111,2,255); }
td.TdClassName
{
border-color: #6F02FF;
}
.TagClassName
{
border-color: #6F02FF;
}
</style>