Shades of Electric Indigo #690EEA
Tints of Electric Indigo #690EEA
RGB
CMYK
RGB Variations
Color information
#690EEA (or 0x690EEA) is known color: Electric Indigo. HEX triplet: 69, 0E and EA. RGB value is (105,14,234). Sum of RGB (Red+Green+Blue) = 105+14+234=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #690EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EEA is #96F115. Grayscale: #414141. Windows color (decimal): -9892118 or 15339113. OLE color: 15339113.
HSL color Cylindrical-coordinate representation of color #690EEA: hue angle of 264.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EEA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 14 | 234 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.08 |
| HSL | 264.82º | 0.89% | 0.49% | - |
| HSV(B) | 264.82º | 0.94% | 0.92% | - |
| XYZ | 20.83 | 9.26 | 78.53 | - |
| YUV | 66.29 | 222.65 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 234 | 0.55 | 0.94 | 0 | 0.08 | 264.82 | 0.89 | 0.49 |
| Hex | 69 | E | EA | 37 | 5E | 0 | 8 | 109 | 59 | 31 |
| Octal | 151 | 16 | 352 | 67 | 136 | 0 | 10 | 411 | 131 | 61 |
| Binary | 1101001 | 1110 | 11101010 | 110111 | 1011110 | 0 | 1000 | 100001001 | 1011001 | 110001 |
Color Harmonies of #690EEA
Complementary color
Monochromatic Colors of #690EEA
Black with #690EEA
Text Example
Text Example
White with #690EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EEA; }
p { color: rgb(105,14,234); }
H1.HeaderClassName
{
color: #690EEA;
}
.AnyTagClassName
{
color: #690EEA;
}
</style>
background-color css
<style>
a { background-color: #690EEA; }
a { background-color: rgb(105,14,234); }
div.DivClassName
{
background-color: #690EEA;
}
.BgClassName
{
background-color: #690EEA;
}
</style>
border-color css
<style>
span { border-color: #690EEA; }
span { border-color: rgb(105,14,234); }
td.TdClassName
{
border-color: #690EEA;
}
.TagClassName
{
border-color: #690EEA;
}
</style>