Shades of Electric Indigo #6F11FC
Tints of Electric Indigo #6F11FC
RGB
CMYK
RGB Variations
Color information
#6F11FC (or 0x6F11FC) is known color: Electric Indigo. HEX triplet: 6F, 11 and FC. RGB value is (111,17,252). Sum of RGB (Red+Green+Blue) = 111+17+252=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F11FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F11FC is #90EE03. Grayscale: #474747. Windows color (decimal): -9498116 or 16519535. OLE color: 16519535.
HSL color Cylindrical-coordinate representation of color #6F11FC: hue angle of 264º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F11FC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 17 | 252 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.01 |
| HSL | 264º | 0.98% | 0.53% | - |
| HSV(B) | 264º | 0.93% | 0.99% | - |
| XYZ | 24.33 | 10.81 | 92.9 | - |
| YUV | 71.9 | 229.64 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 252 | 0.56 | 0.93 | 0 | 0.01 | 264 | 0.98 | 0.53 |
| Hex | 6F | 11 | FC | 38 | 5D | 0 | 1 | 108 | 62 | 35 |
| Octal | 157 | 21 | 374 | 70 | 135 | 0 | 1 | 410 | 142 | 65 |
| Binary | 1101111 | 10001 | 11111100 | 111000 | 1011101 | 0 | 1 | 100001000 | 1100010 | 110101 |
Color Harmonies of #6F11FC
Complementary color
Monochromatic Colors of #6F11FC
Black with #6F11FC
Text Example
Text Example
White with #6F11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F11FC; }
p { color: rgb(111,17,252); }
H1.HeaderClassName
{
color: #6F11FC;
}
.AnyTagClassName
{
color: #6F11FC;
}
</style>
background-color css
<style>
a { background-color: #6F11FC; }
a { background-color: rgb(111,17,252); }
div.DivClassName
{
background-color: #6F11FC;
}
.BgClassName
{
background-color: #6F11FC;
}
</style>
border-color css
<style>
span { border-color: #6F11FC; }
span { border-color: rgb(111,17,252); }
td.TdClassName
{
border-color: #6F11FC;
}
.TagClassName
{
border-color: #6F11FC;
}
</style>