Shades of Electric Indigo #680CE5
Tints of Electric Indigo #680CE5
RGB
CMYK
RGB Variations
Color information
#680CE5 (or 0x680CE5) is known color: Electric Indigo. HEX triplet: 68, 0C and E5. RGB value is (104,12,229). Sum of RGB (Red+Green+Blue) = 104+12+229=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #680CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CE5 is #97F31A. Grayscale: #3F3F3F. Windows color (decimal): -9958171 or 15010920. OLE color: 15010920.
HSL color Cylindrical-coordinate representation of color #680CE5: hue angle of 265.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CE5 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 12 | 229 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.10 |
| HSL | 265.44º | 0.9% | 0.47% | - |
| HSV(B) | 265.44º | 0.95% | 0.9% | - |
| XYZ | 19.98 | 8.86 | 74.79 | - |
| YUV | 64.25 | 220.98 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 229 | 0.55 | 0.95 | 0 | 0.10 | 265.44 | 0.9 | 0.47 |
| Hex | 68 | C | E5 | 37 | 5F | 0 | A | 109 | 5A | 2F |
| Octal | 150 | 14 | 345 | 67 | 137 | 0 | 12 | 411 | 132 | 57 |
| Binary | 1101000 | 1100 | 11100101 | 110111 | 1011111 | 0 | 1010 | 100001001 | 1011010 | 101111 |
Color Harmonies of #680CE5
Complementary color
Monochromatic Colors of #680CE5
Black with #680CE5
Text Example
Text Example
White with #680CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CE5; }
p { color: rgb(104,12,229); }
H1.HeaderClassName
{
color: #680CE5;
}
.AnyTagClassName
{
color: #680CE5;
}
</style>
background-color css
<style>
a { background-color: #680CE5; }
a { background-color: rgb(104,12,229); }
div.DivClassName
{
background-color: #680CE5;
}
.BgClassName
{
background-color: #680CE5;
}
</style>
border-color css
<style>
span { border-color: #680CE5; }
span { border-color: rgb(104,12,229); }
td.TdClassName
{
border-color: #680CE5;
}
.TagClassName
{
border-color: #680CE5;
}
</style>