Shades of Electric Indigo #690EDA
Tints of Electric Indigo #690EDA
RGB
CMYK
RGB Variations
Color information
#690EDA (or 0x690EDA) is known color: Electric Indigo. HEX triplet: 69, 0E and DA. RGB value is (105,14,218). Sum of RGB (Red+Green+Blue) = 105+14+218=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #690EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690EDA is #96F125. Grayscale: #3F3F3F. Windows color (decimal): -9892134 or 14290537. OLE color: 14290537.
HSL color Cylindrical-coordinate representation of color #690EDA: hue angle of 266.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EDA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 14 | 218 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.15 |
| HSL | 266.76º | 0.88% | 0.45% | - |
| HSV(B) | 266.76º | 0.94% | 0.85% | - |
| XYZ | 18.64 | 8.38 | 66.96 | - |
| YUV | 64.47 | 214.65 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 218 | 0.52 | 0.94 | 0 | 0.15 | 266.76 | 0.88 | 0.45 |
| Hex | 69 | E | DA | 34 | 5E | 0 | F | 10B | 58 | 2D |
| Octal | 151 | 16 | 332 | 64 | 136 | 0 | 17 | 413 | 130 | 55 |
| Binary | 1101001 | 1110 | 11011010 | 110100 | 1011110 | 0 | 1111 | 100001011 | 1011000 | 101101 |
Color Harmonies of #690EDA
Complementary color
Monochromatic Colors of #690EDA
Black with #690EDA
Text Example
Text Example
White with #690EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EDA; }
p { color: rgb(105,14,218); }
H1.HeaderClassName
{
color: #690EDA;
}
.AnyTagClassName
{
color: #690EDA;
}
</style>
background-color css
<style>
a { background-color: #690EDA; }
a { background-color: rgb(105,14,218); }
div.DivClassName
{
background-color: #690EDA;
}
.BgClassName
{
background-color: #690EDA;
}
</style>
border-color css
<style>
span { border-color: #690EDA; }
span { border-color: rgb(105,14,218); }
td.TdClassName
{
border-color: #690EDA;
}
.TagClassName
{
border-color: #690EDA;
}
</style>