Shades of Electric Indigo #690EFB
Tints of Electric Indigo #690EFB
RGB
CMYK
RGB Variations
Color information
#690EFB (or 0x690EFB) is known color: Electric Indigo. HEX triplet: 69, 0E and FB. RGB value is (105,14,251). Sum of RGB (Red+Green+Blue) = 105+14+251=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #690EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EFB is #96F104. Grayscale: #434343. Windows color (decimal): -9892101 or 16453225. OLE color: 16453225.
HSL color Cylindrical-coordinate representation of color #690EFB: hue angle of 263.04º degrees, saturation: 0.97, 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 #690EFB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 14 | 251 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.02 |
| HSL | 263.04º | 0.97% | 0.52% | - |
| HSV(B) | 263.04º | 0.94% | 0.98% | - |
| XYZ | 23.4 | 10.28 | 92.02 | - |
| YUV | 68.23 | 231.15 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 251 | 0.58 | 0.94 | 0 | 0.02 | 263.04 | 0.97 | 0.52 |
| Hex | 69 | E | FB | 3A | 5E | 0 | 2 | 107 | 61 | 34 |
| Octal | 151 | 16 | 373 | 72 | 136 | 0 | 2 | 407 | 141 | 64 |
| Binary | 1101001 | 1110 | 11111011 | 111010 | 1011110 | 0 | 10 | 100000111 | 1100001 | 110100 |
Color Harmonies of #690EFB
Complementary color
Monochromatic Colors of #690EFB
Black with #690EFB
Text Example
Text Example
White with #690EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EFB; }
p { color: rgb(105,14,251); }
H1.HeaderClassName
{
color: #690EFB;
}
.AnyTagClassName
{
color: #690EFB;
}
</style>
background-color css
<style>
a { background-color: #690EFB; }
a { background-color: rgb(105,14,251); }
div.DivClassName
{
background-color: #690EFB;
}
.BgClassName
{
background-color: #690EFB;
}
</style>
border-color css
<style>
span { border-color: #690EFB; }
span { border-color: rgb(105,14,251); }
td.TdClassName
{
border-color: #690EFB;
}
.TagClassName
{
border-color: #690EFB;
}
</style>