Shades of Electric Indigo #6811EF
Tints of Electric Indigo #6811EF
RGB
CMYK
RGB Variations
Color information
#6811EF (or 0x6811EF) is known color: Electric Indigo. HEX triplet: 68, 11 and EF. RGB value is (104,17,239). Sum of RGB (Red+Green+Blue) = 104+17+239=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6811EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811EF is #97EE10. Grayscale: #434343. Windows color (decimal): -9956881 or 15667560. OLE color: 15667560.
HSL color Cylindrical-coordinate representation of color #6811EF: hue angle of 263.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6811EF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 17 | 239 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.06 |
| HSL | 263.51º | 0.87% | 0.5% | - |
| HSV(B) | 263.51º | 0.93% | 0.94% | - |
| XYZ | 21.49 | 9.58 | 82.38 | - |
| YUV | 68.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 239 | 0.56 | 0.93 | 0 | 0.06 | 263.51 | 0.87 | 0.5 |
| Hex | 68 | 11 | EF | 38 | 5D | 0 | 6 | 108 | 57 | 32 |
| Octal | 150 | 21 | 357 | 70 | 135 | 0 | 6 | 410 | 127 | 62 |
| Binary | 1101000 | 10001 | 11101111 | 111000 | 1011101 | 0 | 110 | 100001000 | 1010111 | 110010 |
Color Harmonies of #6811EF
Complementary color
Monochromatic Colors of #6811EF
Black with #6811EF
Text Example
Text Example
White with #6811EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811EF; }
p { color: rgb(104,17,239); }
H1.HeaderClassName
{
color: #6811EF;
}
.AnyTagClassName
{
color: #6811EF;
}
</style>
background-color css
<style>
a { background-color: #6811EF; }
a { background-color: rgb(104,17,239); }
div.DivClassName
{
background-color: #6811EF;
}
.BgClassName
{
background-color: #6811EF;
}
</style>
border-color css
<style>
span { border-color: #6811EF; }
span { border-color: rgb(104,17,239); }
td.TdClassName
{
border-color: #6811EF;
}
.TagClassName
{
border-color: #6811EF;
}
</style>