Shades of Electric Indigo #680FFE
Tints of Electric Indigo #680FFE
RGB
CMYK
RGB Variations
Color information
#680FFE (or 0x680FFE) is known color: Electric Indigo. HEX triplet: 68, 0F and FE. RGB value is (104,15,254). Sum of RGB (Red+Green+Blue) = 104+15+254=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #680FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680FFE is #97F001. Grayscale: #434343. Windows color (decimal): -9957378 or 16650088. OLE color: 16650088.
HSL color Cylindrical-coordinate representation of color #680FFE: hue angle of 262.34º 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 #680FFE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 15 | 254 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.00 |
| HSL | 262.34º | 0.99% | 0.53% | - |
| HSV(B) | 262.34º | 0.94% | 1% | - |
| XYZ | 23.77 | 10.44 | 94.53 | - |
| YUV | 68.86 | 232.49 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 254 | 0.59 | 0.94 | 0 | 0.00 | 262.34 | 0.99 | 0.53 |
| Hex | 68 | F | FE | 3B | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 150 | 17 | 376 | 73 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1101000 | 1111 | 11111110 | 111011 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #680FFE
Complementary color
Monochromatic Colors of #680FFE
Black with #680FFE
Text Example
Text Example
White with #680FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FFE; }
p { color: rgb(104,15,254); }
H1.HeaderClassName
{
color: #680FFE;
}
.AnyTagClassName
{
color: #680FFE;
}
</style>
background-color css
<style>
a { background-color: #680FFE; }
a { background-color: rgb(104,15,254); }
div.DivClassName
{
background-color: #680FFE;
}
.BgClassName
{
background-color: #680FFE;
}
</style>
border-color css
<style>
span { border-color: #680FFE; }
span { border-color: rgb(104,15,254); }
td.TdClassName
{
border-color: #680FFE;
}
.TagClassName
{
border-color: #680FFE;
}
</style>