Shades of Electric Indigo #6F02FE
Tints of Electric Indigo #6F02FE
RGB
CMYK
RGB Variations
Color information
#6F02FE (or 0x6F02FE) is known color: Electric Indigo. HEX triplet: 6F, 02 and FE. RGB value is (111,2,254). Sum of RGB (Red+Green+Blue) = 111+2+254=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02FE is #90FD01. Grayscale: #3E3E3E. Windows color (decimal): -9501954 or 16646767. OLE color: 16646767.
HSL color Cylindrical-coordinate representation of color #6F02FE: hue angle of 265.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02FE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 2 | 254 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.00 |
| HSL | 265.95º | 0.99% | 0.5% | - |
| HSV(B) | 265.95º | 0.99% | 1% | - |
| XYZ | 24.47 | 10.58 | 94.52 | - |
| YUV | 63.32 | 235.61 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 254 | 0.56 | 0.99 | 0 | 0.00 | 265.95 | 0.99 | 0.5 |
| Hex | 6F | 2 | FE | 38 | 63 | 0 | 0 | 10A | 63 | 32 |
| Octal | 157 | 2 | 376 | 70 | 143 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1101111 | 10 | 11111110 | 111000 | 1100011 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #6F02FE
Complementary color
Monochromatic Colors of #6F02FE
Black with #6F02FE
Text Example
Text Example
White with #6F02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02FE; }
p { color: rgb(111,2,254); }
H1.HeaderClassName
{
color: #6F02FE;
}
.AnyTagClassName
{
color: #6F02FE;
}
</style>
background-color css
<style>
a { background-color: #6F02FE; }
a { background-color: rgb(111,2,254); }
div.DivClassName
{
background-color: #6F02FE;
}
.BgClassName
{
background-color: #6F02FE;
}
</style>
border-color css
<style>
span { border-color: #6F02FE; }
span { border-color: rgb(111,2,254); }
td.TdClassName
{
border-color: #6F02FE;
}
.TagClassName
{
border-color: #6F02FE;
}
</style>