Shades of Electric Indigo #6F16FF
Tints of Electric Indigo #6F16FF
RGB
CMYK
RGB Variations
Color information
#6F16FF (or 0x6F16FF) is known color: Electric Indigo. HEX triplet: 6F, 16 and FF. RGB value is (111,22,255). Sum of RGB (Red+Green+Blue) = 111+22+255=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F16FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F16FF is #90E900. Grayscale: #4A4A4A. Windows color (decimal): -9496833 or 16717423. OLE color: 16717423.
HSL color Cylindrical-coordinate representation of color #6F16FF: hue angle of 262.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F16FF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 22 | 255 | - |
| CMYK | 0.56 | 0.91 | 0 | 0 |
| HSL | 262.92º | 1% | 0.54% | - |
| HSV(B) | 262.92º | 0.91% | 1% | - |
| XYZ | 24.89 | 11.17 | 95.45 | - |
| YUV | 75.17 | 229.49 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 255 | 0.56 | 0.91 | 0 | 0 | 262.92 | 1 | 0.54 |
| Hex | 6F | 16 | FF | 38 | 5B | 0 | 0 | 107 | 64 | 36 |
| Octal | 157 | 26 | 377 | 70 | 133 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101111 | 10110 | 11111111 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6F16FF
Complementary color
Monochromatic Colors of #6F16FF
Black with #6F16FF
Text Example
Text Example
White with #6F16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16FF; }
p { color: rgb(111,22,255); }
H1.HeaderClassName
{
color: #6F16FF;
}
.AnyTagClassName
{
color: #6F16FF;
}
</style>
background-color css
<style>
a { background-color: #6F16FF; }
a { background-color: rgb(111,22,255); }
div.DivClassName
{
background-color: #6F16FF;
}
.BgClassName
{
background-color: #6F16FF;
}
</style>
border-color css
<style>
span { border-color: #6F16FF; }
span { border-color: rgb(111,22,255); }
td.TdClassName
{
border-color: #6F16FF;
}
.TagClassName
{
border-color: #6F16FF;
}
</style>