Shades of Electric Indigo #690EFA
Tints of Electric Indigo #690EFA
RGB
CMYK
RGB Variations
Color information
#690EFA (or 0x690EFA) is known color: Electric Indigo. HEX triplet: 69, 0E and FA. RGB value is (105,14,250). Sum of RGB (Red+Green+Blue) = 105+14+250=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #690EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EFA is #96F105. Grayscale: #434343. Windows color (decimal): -9892102 or 16387689. OLE color: 16387689.
HSL color Cylindrical-coordinate representation of color #690EFA: hue angle of 263.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EFA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 14 | 250 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.02 |
| HSL | 263.14º | 0.96% | 0.52% | - |
| HSV(B) | 263.14º | 0.94% | 0.98% | - |
| XYZ | 23.24 | 10.22 | 91.19 | - |
| YUV | 68.11 | 230.65 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 250 | 0.58 | 0.94 | 0 | 0.02 | 263.14 | 0.96 | 0.52 |
| Hex | 69 | E | FA | 3A | 5E | 0 | 2 | 107 | 60 | 34 |
| Octal | 151 | 16 | 372 | 72 | 136 | 0 | 2 | 407 | 140 | 64 |
| Binary | 1101001 | 1110 | 11111010 | 111010 | 1011110 | 0 | 10 | 100000111 | 1100000 | 110100 |
Color Harmonies of #690EFA
Complementary color
Monochromatic Colors of #690EFA
Black with #690EFA
Text Example
Text Example
White with #690EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EFA; }
p { color: rgb(105,14,250); }
H1.HeaderClassName
{
color: #690EFA;
}
.AnyTagClassName
{
color: #690EFA;
}
</style>
background-color css
<style>
a { background-color: #690EFA; }
a { background-color: rgb(105,14,250); }
div.DivClassName
{
background-color: #690EFA;
}
.BgClassName
{
background-color: #690EFA;
}
</style>
border-color css
<style>
span { border-color: #690EFA; }
span { border-color: rgb(105,14,250); }
td.TdClassName
{
border-color: #690EFA;
}
.TagClassName
{
border-color: #690EFA;
}
</style>