Shades of Electric Indigo #6F16F9
Tints of Electric Indigo #6F16F9
RGB
CMYK
RGB Variations
Color information
#6F16F9 (or 0x6F16F9) is known color: Electric Indigo. HEX triplet: 6F, 16 and F9. RGB value is (111,22,249). Sum of RGB (Red+Green+Blue) = 111+22+249=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F16F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F16F9 is #90E906. Grayscale: #494949. Windows color (decimal): -9496839 or 16324207. OLE color: 16324207.
HSL color Cylindrical-coordinate representation of color #6F16F9: hue angle of 263.52º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F16F9 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 22 | 249 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.02 |
| HSL | 263.52º | 0.95% | 0.53% | - |
| HSV(B) | 263.52º | 0.91% | 0.98% | - |
| XYZ | 23.94 | 10.79 | 90.44 | - |
| YUV | 74.49 | 226.49 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 249 | 0.55 | 0.91 | 0 | 0.02 | 263.52 | 0.95 | 0.53 |
| Hex | 6F | 16 | F9 | 37 | 5B | 0 | 2 | 108 | 5F | 35 |
| Octal | 157 | 26 | 371 | 67 | 133 | 0 | 2 | 410 | 137 | 65 |
| Binary | 1101111 | 10110 | 11111001 | 110111 | 1011011 | 0 | 10 | 100001000 | 1011111 | 110101 |
Color Harmonies of #6F16F9
Complementary color
Monochromatic Colors of #6F16F9
Black with #6F16F9
Text Example
Text Example
White with #6F16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16F9; }
p { color: rgb(111,22,249); }
H1.HeaderClassName
{
color: #6F16F9;
}
.AnyTagClassName
{
color: #6F16F9;
}
</style>
background-color css
<style>
a { background-color: #6F16F9; }
a { background-color: rgb(111,22,249); }
div.DivClassName
{
background-color: #6F16F9;
}
.BgClassName
{
background-color: #6F16F9;
}
</style>
border-color css
<style>
span { border-color: #6F16F9; }
span { border-color: rgb(111,22,249); }
td.TdClassName
{
border-color: #6F16F9;
}
.TagClassName
{
border-color: #6F16F9;
}
</style>