Shades of Electric Indigo #680EEC
Tints of Electric Indigo #680EEC
RGB
CMYK
RGB Variations
Color information
#680EEC (or 0x680EEC) is known color: Electric Indigo. HEX triplet: 68, 0E and EC. RGB value is (104,14,236). Sum of RGB (Red+Green+Blue) = 104+14+236=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #680EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EEC is #97F113. Grayscale: #414141. Windows color (decimal): -9957652 or 15470184. OLE color: 15470184.
HSL color Cylindrical-coordinate representation of color #680EEC: hue angle of 264.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EEC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 14 | 236 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.07 |
| HSL | 264.32º | 0.89% | 0.49% | - |
| HSV(B) | 264.32º | 0.94% | 0.93% | - |
| XYZ | 21.01 | 9.31 | 80.05 | - |
| YUV | 66.22 | 223.82 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 236 | 0.56 | 0.94 | 0 | 0.07 | 264.32 | 0.89 | 0.49 |
| Hex | 68 | E | EC | 38 | 5E | 0 | 7 | 108 | 59 | 31 |
| Octal | 150 | 16 | 354 | 70 | 136 | 0 | 7 | 410 | 131 | 61 |
| Binary | 1101000 | 1110 | 11101100 | 111000 | 1011110 | 0 | 111 | 100001000 | 1011001 | 110001 |
Color Harmonies of #680EEC
Complementary color
Monochromatic Colors of #680EEC
Black with #680EEC
Text Example
Text Example
White with #680EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680EEC; }
p { color: rgb(104,14,236); }
H1.HeaderClassName
{
color: #680EEC;
}
.AnyTagClassName
{
color: #680EEC;
}
</style>
background-color css
<style>
a { background-color: #680EEC; }
a { background-color: rgb(104,14,236); }
div.DivClassName
{
background-color: #680EEC;
}
.BgClassName
{
background-color: #680EEC;
}
</style>
border-color css
<style>
span { border-color: #680EEC; }
span { border-color: rgb(104,14,236); }
td.TdClassName
{
border-color: #680EEC;
}
.TagClassName
{
border-color: #680EEC;
}
</style>