Shades of Electric Indigo #690EEF
Tints of Electric Indigo #690EEF
RGB
CMYK
RGB Variations
Color information
#690EEF (or 0x690EEF) is known color: Electric Indigo. HEX triplet: 69, 0E and EF. RGB value is (105,14,239). Sum of RGB (Red+Green+Blue) = 105+14+239=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #690EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EEF is #96F110. Grayscale: #424242. Windows color (decimal): -9892113 or 15666793. OLE color: 15666793.
HSL color Cylindrical-coordinate representation of color #690EEF: hue angle of 264.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EEF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 14 | 239 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.06 |
| HSL | 264.27º | 0.89% | 0.5% | - |
| HSV(B) | 264.27º | 0.94% | 0.94% | - |
| XYZ | 21.56 | 9.55 | 82.37 | - |
| YUV | 66.86 | 225.15 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 239 | 0.56 | 0.94 | 0 | 0.06 | 264.27 | 0.89 | 0.5 |
| Hex | 69 | E | EF | 38 | 5E | 0 | 6 | 108 | 59 | 32 |
| Octal | 151 | 16 | 357 | 70 | 136 | 0 | 6 | 410 | 131 | 62 |
| Binary | 1101001 | 1110 | 11101111 | 111000 | 1011110 | 0 | 110 | 100001000 | 1011001 | 110010 |
Color Harmonies of #690EEF
Complementary color
Monochromatic Colors of #690EEF
Black with #690EEF
Text Example
Text Example
White with #690EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EEF; }
p { color: rgb(105,14,239); }
H1.HeaderClassName
{
color: #690EEF;
}
.AnyTagClassName
{
color: #690EEF;
}
</style>
background-color css
<style>
a { background-color: #690EEF; }
a { background-color: rgb(105,14,239); }
div.DivClassName
{
background-color: #690EEF;
}
.BgClassName
{
background-color: #690EEF;
}
</style>
border-color css
<style>
span { border-color: #690EEF; }
span { border-color: rgb(105,14,239); }
td.TdClassName
{
border-color: #690EEF;
}
.TagClassName
{
border-color: #690EEF;
}
</style>