Shades of Electric Indigo #6811FE
Tints of Electric Indigo #6811FE
RGB
CMYK
RGB Variations
Color information
#6811FE (or 0x6811FE) is known color: Electric Indigo. HEX triplet: 68, 11 and FE. RGB value is (104,17,254). Sum of RGB (Red+Green+Blue) = 104+17+254=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #6811FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811FE is #97EE01. Grayscale: #454545. Windows color (decimal): -9956866 or 16650600. OLE color: 16650600.
HSL color Cylindrical-coordinate representation of color #6811FE: hue angle of 262.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6811FE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 17 | 254 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.00 |
| HSL | 262.03º | 0.99% | 0.53% | - |
| HSV(B) | 262.03º | 0.93% | 1% | - |
| XYZ | 23.8 | 10.5 | 94.54 | - |
| YUV | 70.03 | 231.82 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 254 | 0.59 | 0.93 | 0 | 0.00 | 262.03 | 0.99 | 0.53 |
| Hex | 68 | 11 | FE | 3B | 5D | 0 | 0 | 106 | 63 | 35 |
| Octal | 150 | 21 | 376 | 73 | 135 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1101000 | 10001 | 11111110 | 111011 | 1011101 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #6811FE
Complementary color
Monochromatic Colors of #6811FE
Black with #6811FE
Text Example
Text Example
White with #6811FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811FE; }
p { color: rgb(104,17,254); }
H1.HeaderClassName
{
color: #6811FE;
}
.AnyTagClassName
{
color: #6811FE;
}
</style>
background-color css
<style>
a { background-color: #6811FE; }
a { background-color: rgb(104,17,254); }
div.DivClassName
{
background-color: #6811FE;
}
.BgClassName
{
background-color: #6811FE;
}
</style>
border-color css
<style>
span { border-color: #6811FE; }
span { border-color: rgb(104,17,254); }
td.TdClassName
{
border-color: #6811FE;
}
.TagClassName
{
border-color: #6811FE;
}
</style>