Shades of Electric Indigo #680EFE
Tints of Electric Indigo #680EFE
RGB
CMYK
RGB Variations
Color information
#680EFE (or 0x680EFE) is known color: Electric Indigo. HEX triplet: 68, 0E and FE. RGB value is (104,14,254). Sum of RGB (Red+Green+Blue) = 104+14+254=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #680EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680EFE is #97F101. Grayscale: #434343. Windows color (decimal): -9957634 or 16649832. OLE color: 16649832.
HSL color Cylindrical-coordinate representation of color #680EFE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680EFE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 14 | 254 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.00 |
| HSL | 262.5º | 0.99% | 0.53% | - |
| HSV(B) | 262.5º | 0.94% | 1% | - |
| XYZ | 23.76 | 10.41 | 94.52 | - |
| YUV | 68.27 | 232.82 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 254 | 0.59 | 0.94 | 0 | 0.00 | 262.5 | 0.99 | 0.53 |
| Hex | 68 | E | FE | 3B | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 150 | 16 | 376 | 73 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1101000 | 1110 | 11111110 | 111011 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #680EFE
Complementary color
Monochromatic Colors of #680EFE
Black with #680EFE
Text Example
Text Example
White with #680EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680EFE; }
p { color: rgb(104,14,254); }
H1.HeaderClassName
{
color: #680EFE;
}
.AnyTagClassName
{
color: #680EFE;
}
</style>
background-color css
<style>
a { background-color: #680EFE; }
a { background-color: rgb(104,14,254); }
div.DivClassName
{
background-color: #680EFE;
}
.BgClassName
{
background-color: #680EFE;
}
</style>
border-color css
<style>
span { border-color: #680EFE; }
span { border-color: rgb(104,14,254); }
td.TdClassName
{
border-color: #680EFE;
}
.TagClassName
{
border-color: #680EFE;
}
</style>