Shades of Electric Indigo #6F02FC
Tints of Electric Indigo #6F02FC
RGB
CMYK
RGB Variations
Color information
#6F02FC (or 0x6F02FC) is known color: Electric Indigo. HEX triplet: 6F, 02 and FC. RGB value is (111,2,252). Sum of RGB (Red+Green+Blue) = 111+2+252=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F02FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F02FC is #90FD03. Grayscale: #3E3E3E. Windows color (decimal): -9501956 or 16515695. OLE color: 16515695.
HSL color Cylindrical-coordinate representation of color #6F02FC: hue angle of 266.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02FC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 2 | 252 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.01 |
| HSL | 266.16º | 0.98% | 0.5% | - |
| HSV(B) | 266.16º | 0.99% | 0.99% | - |
| XYZ | 24.15 | 10.45 | 92.84 | - |
| YUV | 63.09 | 234.61 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 252 | 0.56 | 0.99 | 0 | 0.01 | 266.16 | 0.98 | 0.5 |
| Hex | 6F | 2 | FC | 38 | 63 | 0 | 1 | 10A | 62 | 32 |
| Octal | 157 | 2 | 374 | 70 | 143 | 0 | 1 | 412 | 142 | 62 |
| Binary | 1101111 | 10 | 11111100 | 111000 | 1100011 | 0 | 1 | 100001010 | 1100010 | 110010 |
Color Harmonies of #6F02FC
Complementary color
Monochromatic Colors of #6F02FC
Black with #6F02FC
Text Example
Text Example
White with #6F02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02FC; }
p { color: rgb(111,2,252); }
H1.HeaderClassName
{
color: #6F02FC;
}
.AnyTagClassName
{
color: #6F02FC;
}
</style>
background-color css
<style>
a { background-color: #6F02FC; }
a { background-color: rgb(111,2,252); }
div.DivClassName
{
background-color: #6F02FC;
}
.BgClassName
{
background-color: #6F02FC;
}
</style>
border-color css
<style>
span { border-color: #6F02FC; }
span { border-color: rgb(111,2,252); }
td.TdClassName
{
border-color: #6F02FC;
}
.TagClassName
{
border-color: #6F02FC;
}
</style>