Shades of Electric Indigo #680EEE
Tints of Electric Indigo #680EEE
RGB
CMYK
RGB Variations
Color information
#680EEE (or 0x680EEE) is known color: Electric Indigo. HEX triplet: 68, 0E and EE. RGB value is (104,14,238). Sum of RGB (Red+Green+Blue) = 104+14+238=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #680EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EEE is #97F111. Grayscale: #414141. Windows color (decimal): -9957650 or 15601256. OLE color: 15601256.
HSL color Cylindrical-coordinate representation of color #680EEE: hue angle of 264.11º 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 #680EEE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 14 | 238 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.07 |
| HSL | 264.11º | 0.89% | 0.49% | - |
| HSV(B) | 264.11º | 0.94% | 0.93% | - |
| XYZ | 21.3 | 9.43 | 81.59 | - |
| YUV | 66.45 | 224.82 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 238 | 0.56 | 0.94 | 0 | 0.07 | 264.11 | 0.89 | 0.49 |
| Hex | 68 | E | EE | 38 | 5E | 0 | 7 | 108 | 59 | 31 |
| Octal | 150 | 16 | 356 | 70 | 136 | 0 | 7 | 410 | 131 | 61 |
| Binary | 1101000 | 1110 | 11101110 | 111000 | 1011110 | 0 | 111 | 100001000 | 1011001 | 110001 |
Color Harmonies of #680EEE
Complementary color
Monochromatic Colors of #680EEE
Black with #680EEE
Text Example
Text Example
White with #680EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680EEE; }
p { color: rgb(104,14,238); }
H1.HeaderClassName
{
color: #680EEE;
}
.AnyTagClassName
{
color: #680EEE;
}
</style>
background-color css
<style>
a { background-color: #680EEE; }
a { background-color: rgb(104,14,238); }
div.DivClassName
{
background-color: #680EEE;
}
.BgClassName
{
background-color: #680EEE;
}
</style>
border-color css
<style>
span { border-color: #680EEE; }
span { border-color: rgb(104,14,238); }
td.TdClassName
{
border-color: #680EEE;
}
.TagClassName
{
border-color: #680EEE;
}
</style>