Shades of Electric Indigo #6D16F9
Tints of Electric Indigo #6D16F9
RGB
CMYK
RGB Variations
Color information
#6D16F9 (or 0x6D16F9) is known color: Electric Indigo. HEX triplet: 6D, 16 and F9. RGB value is (109,22,249). Sum of RGB (Red+Green+Blue) = 109+22+249=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D16F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D16F9 is #92E906. Grayscale: #494949. Windows color (decimal): -9627911 or 16324205. OLE color: 16324205.
HSL color Cylindrical-coordinate representation of color #6D16F9: hue angle of 263º 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 #6D16F9 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 22 | 249 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.02 |
| HSL | 263º | 0.95% | 0.53% | - |
| HSV(B) | 263º | 0.91% | 0.98% | - |
| XYZ | 23.69 | 10.66 | 90.43 | - |
| YUV | 73.89 | 226.82 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 249 | 0.56 | 0.91 | 0 | 0.02 | 263 | 0.95 | 0.53 |
| Hex | 6D | 16 | F9 | 38 | 5B | 0 | 2 | 107 | 5F | 35 |
| Octal | 155 | 26 | 371 | 70 | 133 | 0 | 2 | 407 | 137 | 65 |
| Binary | 1101101 | 10110 | 11111001 | 111000 | 1011011 | 0 | 10 | 100000111 | 1011111 | 110101 |
Color Harmonies of #6D16F9
Complementary color
Monochromatic Colors of #6D16F9
Black with #6D16F9
Text Example
Text Example
White with #6D16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D16F9; }
p { color: rgb(109,22,249); }
H1.HeaderClassName
{
color: #6D16F9;
}
.AnyTagClassName
{
color: #6D16F9;
}
</style>
background-color css
<style>
a { background-color: #6D16F9; }
a { background-color: rgb(109,22,249); }
div.DivClassName
{
background-color: #6D16F9;
}
.BgClassName
{
background-color: #6D16F9;
}
</style>
border-color css
<style>
span { border-color: #6D16F9; }
span { border-color: rgb(109,22,249); }
td.TdClassName
{
border-color: #6D16F9;
}
.TagClassName
{
border-color: #6D16F9;
}
</style>