Shades of Electric Indigo #680EF4
Tints of Electric Indigo #680EF4
RGB
CMYK
RGB Variations
Color information
#680EF4 (or 0x680EF4) is known color: Electric Indigo. HEX triplet: 68, 0E and F4. RGB value is (104,14,244). Sum of RGB (Red+Green+Blue) = 104+14+244=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 244 (95.70% from 255 or 67.40% from 362); Max value from RGB is 244 - color contains mainly: blue. Hex color #680EF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EF4 is #97F10B. Grayscale: #424242. Windows color (decimal): -9957644 or 15994472. OLE color: 15994472.
HSL color Cylindrical-coordinate representation of color #680EF4: hue angle of 263.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EF4 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 14 | 244 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.04 |
| HSL | 263.48º | 0.91% | 0.51% | - |
| HSV(B) | 263.48º | 0.94% | 0.96% | - |
| XYZ | 22.2 | 9.79 | 86.31 | - |
| YUV | 67.13 | 227.82 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 244 | 0.57 | 0.94 | 0 | 0.04 | 263.48 | 0.91 | 0.51 |
| Hex | 68 | E | F4 | 39 | 5E | 0 | 4 | 107 | 5B | 33 |
| Octal | 150 | 16 | 364 | 71 | 136 | 0 | 4 | 407 | 133 | 63 |
| Binary | 1101000 | 1110 | 11110100 | 111001 | 1011110 | 0 | 100 | 100000111 | 1011011 | 110011 |
Color Harmonies of #680EF4
Complementary color
Monochromatic Colors of #680EF4
Black with #680EF4
Text Example
Text Example
White with #680EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680EF4; }
p { color: rgb(104,14,244); }
H1.HeaderClassName
{
color: #680EF4;
}
.AnyTagClassName
{
color: #680EF4;
}
</style>
background-color css
<style>
a { background-color: #680EF4; }
a { background-color: rgb(104,14,244); }
div.DivClassName
{
background-color: #680EF4;
}
.BgClassName
{
background-color: #680EF4;
}
</style>
border-color css
<style>
span { border-color: #680EF4; }
span { border-color: rgb(104,14,244); }
td.TdClassName
{
border-color: #680EF4;
}
.TagClassName
{
border-color: #680EF4;
}
</style>