Shades of Electric Indigo #690EFD
Tints of Electric Indigo #690EFD
RGB
CMYK
RGB Variations
Color information
#690EFD (or 0x690EFD) is known color: Electric Indigo. HEX triplet: 69, 0E and FD. RGB value is (105,14,253). Sum of RGB (Red+Green+Blue) = 105+14+253=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #690EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EFD is #96F102. Grayscale: #434343. Windows color (decimal): -9892099 or 16584297. OLE color: 16584297.
HSL color Cylindrical-coordinate representation of color #690EFD: hue angle of 262.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EFD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 14 | 253 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.01 |
| HSL | 262.85º | 0.98% | 0.52% | - |
| HSV(B) | 262.85º | 0.94% | 0.99% | - |
| XYZ | 23.71 | 10.41 | 93.69 | - |
| YUV | 68.46 | 232.15 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 253 | 0.58 | 0.94 | 0 | 0.01 | 262.85 | 0.98 | 0.52 |
| Hex | 69 | E | FD | 3A | 5E | 0 | 1 | 107 | 62 | 34 |
| Octal | 151 | 16 | 375 | 72 | 136 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1101001 | 1110 | 11111101 | 111010 | 1011110 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #690EFD
Complementary color
Monochromatic Colors of #690EFD
Black with #690EFD
Text Example
Text Example
White with #690EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EFD; }
p { color: rgb(105,14,253); }
H1.HeaderClassName
{
color: #690EFD;
}
.AnyTagClassName
{
color: #690EFD;
}
</style>
background-color css
<style>
a { background-color: #690EFD; }
a { background-color: rgb(105,14,253); }
div.DivClassName
{
background-color: #690EFD;
}
.BgClassName
{
background-color: #690EFD;
}
</style>
border-color css
<style>
span { border-color: #690EFD; }
span { border-color: rgb(105,14,253); }
td.TdClassName
{
border-color: #690EFD;
}
.TagClassName
{
border-color: #690EFD;
}
</style>