Shades of Electric Indigo #680ADB
Tints of Electric Indigo #680ADB
RGB
CMYK
RGB Variations
Color information
#680ADB (or 0x680ADB) is known color: Electric Indigo. HEX triplet: 68, 0A and DB. RGB value is (104,10,219). Sum of RGB (Red+Green+Blue) = 104+10+219=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #680ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680ADB is #97F524. Grayscale: #3D3D3D. Windows color (decimal): -9958693 or 14355048. OLE color: 14355048.
HSL color Cylindrical-coordinate representation of color #680ADB: hue angle of 266.99º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680ADB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 10 | 219 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.99º | 0.91% | 0.45% | - |
| HSV(B) | 266.99º | 0.95% | 0.86% | - |
| XYZ | 18.6 | 8.27 | 67.63 | - |
| YUV | 61.93 | 216.64 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 219 | 0.53 | 0.95 | 0 | 0.14 | 266.99 | 0.91 | 0.45 |
| Hex | 68 | A | DB | 35 | 5F | 0 | E | 10B | 5B | 2D |
| Octal | 150 | 12 | 333 | 65 | 137 | 0 | 16 | 413 | 133 | 55 |
| Binary | 1101000 | 1010 | 11011011 | 110101 | 1011111 | 0 | 1110 | 100001011 | 1011011 | 101101 |
Color Harmonies of #680ADB
Complementary color
Monochromatic Colors of #680ADB
Black with #680ADB
Text Example
Text Example
White with #680ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680ADB; }
p { color: rgb(104,10,219); }
H1.HeaderClassName
{
color: #680ADB;
}
.AnyTagClassName
{
color: #680ADB;
}
</style>
background-color css
<style>
a { background-color: #680ADB; }
a { background-color: rgb(104,10,219); }
div.DivClassName
{
background-color: #680ADB;
}
.BgClassName
{
background-color: #680ADB;
}
</style>
border-color css
<style>
span { border-color: #680ADB; }
span { border-color: rgb(104,10,219); }
td.TdClassName
{
border-color: #680ADB;
}
.TagClassName
{
border-color: #680ADB;
}
</style>