Shades of Electric Indigo #6F16FE
Tints of Electric Indigo #6F16FE
RGB
CMYK
RGB Variations
Color information
#6F16FE (or 0x6F16FE) is known color: Electric Indigo. HEX triplet: 6F, 16 and FE. RGB value is (111,22,254). Sum of RGB (Red+Green+Blue) = 111+22+254=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F16FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F16FE is #90E901. Grayscale: #4A4A4A. Windows color (decimal): -9496834 or 16651887. OLE color: 16651887.
HSL color Cylindrical-coordinate representation of color #6F16FE: hue angle of 263.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F16FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 22 | 254 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.00 |
| HSL | 263.02º | 0.99% | 0.54% | - |
| HSV(B) | 263.02º | 0.91% | 1% | - |
| XYZ | 24.73 | 11.11 | 94.61 | - |
| YUV | 75.06 | 228.99 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 254 | 0.56 | 0.91 | 0 | 0.00 | 263.02 | 0.99 | 0.54 |
| Hex | 6F | 16 | FE | 38 | 5B | 0 | 0 | 107 | 63 | 36 |
| Octal | 157 | 26 | 376 | 70 | 133 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1101111 | 10110 | 11111110 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #6F16FE
Complementary color
Monochromatic Colors of #6F16FE
Black with #6F16FE
Text Example
Text Example
White with #6F16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16FE; }
p { color: rgb(111,22,254); }
H1.HeaderClassName
{
color: #6F16FE;
}
.AnyTagClassName
{
color: #6F16FE;
}
</style>
background-color css
<style>
a { background-color: #6F16FE; }
a { background-color: rgb(111,22,254); }
div.DivClassName
{
background-color: #6F16FE;
}
.BgClassName
{
background-color: #6F16FE;
}
</style>
border-color css
<style>
span { border-color: #6F16FE; }
span { border-color: rgb(111,22,254); }
td.TdClassName
{
border-color: #6F16FE;
}
.TagClassName
{
border-color: #6F16FE;
}
</style>