Shades of Electric Indigo #680FE0
Tints of Electric Indigo #680FE0
RGB
CMYK
RGB Variations
Color information
#680FE0 (or 0x680FE0) is known color: Electric Indigo. HEX triplet: 68, 0F and E0. RGB value is (104,15,224). Sum of RGB (Red+Green+Blue) = 104+15+224=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #680FE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FE0 is #97F01F. Grayscale: #404040. Windows color (decimal): -9957408 or 14684008. OLE color: 14684008.
HSL color Cylindrical-coordinate representation of color #680FE0: hue angle of 265.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FE0 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 15 | 224 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.12 |
| HSL | 265.55º | 0.87% | 0.47% | - |
| HSV(B) | 265.55º | 0.93% | 0.88% | - |
| XYZ | 19.33 | 8.67 | 71.17 | - |
| YUV | 65.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 224 | 0.54 | 0.93 | 0 | 0.12 | 265.55 | 0.87 | 0.47 |
| Hex | 68 | F | E0 | 36 | 5D | 0 | C | 10A | 57 | 2F |
| Octal | 150 | 17 | 340 | 66 | 135 | 0 | 14 | 412 | 127 | 57 |
| Binary | 1101000 | 1111 | 11100000 | 110110 | 1011101 | 0 | 1100 | 100001010 | 1010111 | 101111 |
Color Harmonies of #680FE0
Complementary color
Monochromatic Colors of #680FE0
Black with #680FE0
Text Example
Text Example
White with #680FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FE0; }
p { color: rgb(104,15,224); }
H1.HeaderClassName
{
color: #680FE0;
}
.AnyTagClassName
{
color: #680FE0;
}
</style>
background-color css
<style>
a { background-color: #680FE0; }
a { background-color: rgb(104,15,224); }
div.DivClassName
{
background-color: #680FE0;
}
.BgClassName
{
background-color: #680FE0;
}
</style>
border-color css
<style>
span { border-color: #680FE0; }
span { border-color: rgb(104,15,224); }
td.TdClassName
{
border-color: #680FE0;
}
.TagClassName
{
border-color: #680FE0;
}
</style>