Shades of Electric Indigo #690EDB
Tints of Electric Indigo #690EDB
RGB
CMYK
RGB Variations
Color information
#690EDB (or 0x690EDB) is known color: Electric Indigo. HEX triplet: 69, 0E and DB. RGB value is (105,14,219). Sum of RGB (Red+Green+Blue) = 105+14+219=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #690EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EDB is #96F124. Grayscale: #3F3F3F. Windows color (decimal): -9892133 or 14356073. OLE color: 14356073.
HSL color Cylindrical-coordinate representation of color #690EDB: hue angle of 266.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EDB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 14 | 219 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.14 |
| HSL | 266.63º | 0.88% | 0.46% | - |
| HSV(B) | 266.63º | 0.94% | 0.86% | - |
| XYZ | 18.77 | 8.43 | 67.66 | - |
| YUV | 64.58 | 215.15 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 219 | 0.52 | 0.94 | 0 | 0.14 | 266.63 | 0.88 | 0.46 |
| Hex | 69 | E | DB | 34 | 5E | 0 | E | 10B | 58 | 2E |
| Octal | 151 | 16 | 333 | 64 | 136 | 0 | 16 | 413 | 130 | 56 |
| Binary | 1101001 | 1110 | 11011011 | 110100 | 1011110 | 0 | 1110 | 100001011 | 1011000 | 101110 |
Color Harmonies of #690EDB
Complementary color
Monochromatic Colors of #690EDB
Black with #690EDB
Text Example
Text Example
White with #690EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EDB; }
p { color: rgb(105,14,219); }
H1.HeaderClassName
{
color: #690EDB;
}
.AnyTagClassName
{
color: #690EDB;
}
</style>
background-color css
<style>
a { background-color: #690EDB; }
a { background-color: rgb(105,14,219); }
div.DivClassName
{
background-color: #690EDB;
}
.BgClassName
{
background-color: #690EDB;
}
</style>
border-color css
<style>
span { border-color: #690EDB; }
span { border-color: rgb(105,14,219); }
td.TdClassName
{
border-color: #690EDB;
}
.TagClassName
{
border-color: #690EDB;
}
</style>