Shades of Electric Indigo #6916F0
Tints of Electric Indigo #6916F0
RGB
CMYK
RGB Variations
Color information
#6916F0 (or 0x6916F0) is known color: Electric Indigo. HEX triplet: 69, 16 and F0. RGB value is (105,22,240). Sum of RGB (Red+Green+Blue) = 105+22+240=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #6916F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6916F0 is #96E90F. Grayscale: #464646. Windows color (decimal): -9890064 or 15734377. OLE color: 15734377.
HSL color Cylindrical-coordinate representation of color #6916F0: hue angle of 262.84º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6916F0 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 22 | 240 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.06 |
| HSL | 262.84º | 0.88% | 0.51% | - |
| HSV(B) | 262.84º | 0.91% | 0.94% | - |
| XYZ | 21.84 | 9.87 | 83.19 | - |
| YUV | 71.67 | 223 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 22 | 240 | 0.56 | 0.91 | 0 | 0.06 | 262.84 | 0.88 | 0.51 |
| Hex | 69 | 16 | F0 | 38 | 5B | 0 | 6 | 107 | 58 | 33 |
| Octal | 151 | 26 | 360 | 70 | 133 | 0 | 6 | 407 | 130 | 63 |
| Binary | 1101001 | 10110 | 11110000 | 111000 | 1011011 | 0 | 110 | 100000111 | 1011000 | 110011 |
Color Harmonies of #6916F0
Complementary color
Monochromatic Colors of #6916F0
Black with #6916F0
Text Example
Text Example
White with #6916F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6916F0; }
p { color: rgb(105,22,240); }
H1.HeaderClassName
{
color: #6916F0;
}
.AnyTagClassName
{
color: #6916F0;
}
</style>
background-color css
<style>
a { background-color: #6916F0; }
a { background-color: rgb(105,22,240); }
div.DivClassName
{
background-color: #6916F0;
}
.BgClassName
{
background-color: #6916F0;
}
</style>
border-color css
<style>
span { border-color: #6916F0; }
span { border-color: rgb(105,22,240); }
td.TdClassName
{
border-color: #6916F0;
}
.TagClassName
{
border-color: #6916F0;
}
</style>