Shades of Electric Indigo #6B16F7
Tints of Electric Indigo #6B16F7
RGB
CMYK
RGB Variations
Color information
#6B16F7 (or 0x6B16F7) is known color: Electric Indigo. HEX triplet: 6B, 16 and F7. RGB value is (107,22,247). Sum of RGB (Red+Green+Blue) = 107+22+247=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B16F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B16F7 is #94E908. Grayscale: #484848. Windows color (decimal): -9758985 or 16193131. OLE color: 16193131.
HSL color Cylindrical-coordinate representation of color #6B16F7: hue angle of 262.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B16F7 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 22 | 247 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.03 |
| HSL | 262.67º | 0.93% | 0.53% | - |
| HSV(B) | 262.67º | 0.91% | 0.97% | - |
| XYZ | 23.14 | 10.42 | 88.79 | - |
| YUV | 73.07 | 226.16 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 247 | 0.57 | 0.91 | 0 | 0.03 | 262.67 | 0.93 | 0.53 |
| Hex | 6B | 16 | F7 | 39 | 5B | 0 | 3 | 107 | 5D | 35 |
| Octal | 153 | 26 | 367 | 71 | 133 | 0 | 3 | 407 | 135 | 65 |
| Binary | 1101011 | 10110 | 11110111 | 111001 | 1011011 | 0 | 11 | 100000111 | 1011101 | 110101 |
Color Harmonies of #6B16F7
Complementary color
Monochromatic Colors of #6B16F7
Black with #6B16F7
Text Example
Text Example
White with #6B16F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B16F7; }
p { color: rgb(107,22,247); }
H1.HeaderClassName
{
color: #6B16F7;
}
.AnyTagClassName
{
color: #6B16F7;
}
</style>
background-color css
<style>
a { background-color: #6B16F7; }
a { background-color: rgb(107,22,247); }
div.DivClassName
{
background-color: #6B16F7;
}
.BgClassName
{
background-color: #6B16F7;
}
</style>
border-color css
<style>
span { border-color: #6B16F7; }
span { border-color: rgb(107,22,247); }
td.TdClassName
{
border-color: #6B16F7;
}
.TagClassName
{
border-color: #6B16F7;
}
</style>