Shades of Electric Indigo #680BDB
Tints of Electric Indigo #680BDB
RGB
CMYK
RGB Variations
Color information
#680BDB (or 0x680BDB) is known color: Electric Indigo. HEX triplet: 68, 0B and DB. RGB value is (104,11,219). Sum of RGB (Red+Green+Blue) = 104+11+219=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #680BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BDB is #97F424. Grayscale: #3D3D3D. Windows color (decimal): -9958437 or 14355304. OLE color: 14355304.
HSL color Cylindrical-coordinate representation of color #680BDB: hue angle of 266.83º degrees, saturation: 0.9, 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 #680BDB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 11 | 219 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.83º | 0.9% | 0.45% | - |
| HSV(B) | 266.83º | 0.95% | 0.86% | - |
| XYZ | 18.61 | 8.3 | 67.64 | - |
| YUV | 62.52 | 216.31 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 219 | 0.53 | 0.95 | 0 | 0.14 | 266.83 | 0.9 | 0.45 |
| Hex | 68 | B | DB | 35 | 5F | 0 | E | 10B | 5A | 2D |
| Octal | 150 | 13 | 333 | 65 | 137 | 0 | 16 | 413 | 132 | 55 |
| Binary | 1101000 | 1011 | 11011011 | 110101 | 1011111 | 0 | 1110 | 100001011 | 1011010 | 101101 |
Color Harmonies of #680BDB
Complementary color
Monochromatic Colors of #680BDB
Black with #680BDB
Text Example
Text Example
White with #680BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BDB; }
p { color: rgb(104,11,219); }
H1.HeaderClassName
{
color: #680BDB;
}
.AnyTagClassName
{
color: #680BDB;
}
</style>
background-color css
<style>
a { background-color: #680BDB; }
a { background-color: rgb(104,11,219); }
div.DivClassName
{
background-color: #680BDB;
}
.BgClassName
{
background-color: #680BDB;
}
</style>
border-color css
<style>
span { border-color: #680BDB; }
span { border-color: rgb(104,11,219); }
td.TdClassName
{
border-color: #680BDB;
}
.TagClassName
{
border-color: #680BDB;
}
</style>