Shades of Electric Indigo #680DDD
Tints of Electric Indigo #680DDD
RGB
CMYK
RGB Variations
Color information
#680DDD (or 0x680DDD) is known color: Electric Indigo. HEX triplet: 68, 0D and DD. RGB value is (104,13,221). Sum of RGB (Red+Green+Blue) = 104+13+221=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #680DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680DDD is #97F222. Grayscale: #3F3F3F. Windows color (decimal): -9957923 or 14486888. OLE color: 14486888.
HSL color Cylindrical-coordinate representation of color #680DDD: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680DDD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 13 | 221 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.13 |
| HSL | 266.25º | 0.89% | 0.46% | - |
| HSV(B) | 266.25º | 0.94% | 0.87% | - |
| XYZ | 18.9 | 8.45 | 69.04 | - |
| YUV | 63.92 | 216.65 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 221 | 0.53 | 0.94 | 0 | 0.13 | 266.25 | 0.89 | 0.46 |
| Hex | 68 | D | DD | 35 | 5E | 0 | D | 10A | 59 | 2E |
| Octal | 150 | 15 | 335 | 65 | 136 | 0 | 15 | 412 | 131 | 56 |
| Binary | 1101000 | 1101 | 11011101 | 110101 | 1011110 | 0 | 1101 | 100001010 | 1011001 | 101110 |
Color Harmonies of #680DDD
Complementary color
Monochromatic Colors of #680DDD
Black with #680DDD
Text Example
Text Example
White with #680DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DDD; }
p { color: rgb(104,13,221); }
H1.HeaderClassName
{
color: #680DDD;
}
.AnyTagClassName
{
color: #680DDD;
}
</style>
background-color css
<style>
a { background-color: #680DDD; }
a { background-color: rgb(104,13,221); }
div.DivClassName
{
background-color: #680DDD;
}
.BgClassName
{
background-color: #680DDD;
}
</style>
border-color css
<style>
span { border-color: #680DDD; }
span { border-color: rgb(104,13,221); }
td.TdClassName
{
border-color: #680DDD;
}
.TagClassName
{
border-color: #680DDD;
}
</style>