Shades of Electric Indigo #6811F1
Tints of Electric Indigo #6811F1
RGB
CMYK
RGB Variations
Color information
#6811F1 (or 0x6811F1) is known color: Electric Indigo. HEX triplet: 68, 11 and F1. RGB value is (104,17,241). Sum of RGB (Red+Green+Blue) = 104+17+241=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #6811F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811F1 is #97EE0E. Grayscale: #434343. Windows color (decimal): -9956879 or 15798632. OLE color: 15798632.
HSL color Cylindrical-coordinate representation of color #6811F1: hue angle of 263.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6811F1 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 17 | 241 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.05 |
| HSL | 263.3º | 0.89% | 0.51% | - |
| HSV(B) | 263.3º | 0.93% | 0.95% | - |
| XYZ | 21.79 | 9.69 | 83.94 | - |
| YUV | 68.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 241 | 0.57 | 0.93 | 0 | 0.05 | 263.3 | 0.89 | 0.51 |
| Hex | 68 | 11 | F1 | 39 | 5D | 0 | 5 | 107 | 59 | 33 |
| Octal | 150 | 21 | 361 | 71 | 135 | 0 | 5 | 407 | 131 | 63 |
| Binary | 1101000 | 10001 | 11110001 | 111001 | 1011101 | 0 | 101 | 100000111 | 1011001 | 110011 |
Color Harmonies of #6811F1
Complementary color
Monochromatic Colors of #6811F1
Black with #6811F1
Text Example
Text Example
White with #6811F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811F1; }
p { color: rgb(104,17,241); }
H1.HeaderClassName
{
color: #6811F1;
}
.AnyTagClassName
{
color: #6811F1;
}
</style>
background-color css
<style>
a { background-color: #6811F1; }
a { background-color: rgb(104,17,241); }
div.DivClassName
{
background-color: #6811F1;
}
.BgClassName
{
background-color: #6811F1;
}
</style>
border-color css
<style>
span { border-color: #6811F1; }
span { border-color: rgb(104,17,241); }
td.TdClassName
{
border-color: #6811F1;
}
.TagClassName
{
border-color: #6811F1;
}
</style>