Shades of Electric Indigo #690EFE
Tints of Electric Indigo #690EFE
RGB
CMYK
RGB Variations
Color information
#690EFE (or 0x690EFE) is known color: Electric Indigo. HEX triplet: 69, 0E and FE. RGB value is (105,14,254). Sum of RGB (Red+Green+Blue) = 105+14+254=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #690EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EFE is #96F101. Grayscale: #434343. Windows color (decimal): -9892098 or 16649833. OLE color: 16649833.
HSL color Cylindrical-coordinate representation of color #690EFE: hue angle of 262.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690EFE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 14 | 254 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.00 |
| HSL | 262.75º | 0.99% | 0.53% | - |
| HSV(B) | 262.75º | 0.94% | 1% | - |
| XYZ | 23.87 | 10.47 | 94.53 | - |
| YUV | 68.57 | 232.65 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 254 | 0.59 | 0.94 | 0 | 0.00 | 262.75 | 0.99 | 0.53 |
| Hex | 69 | E | FE | 3B | 5E | 0 | 0 | 107 | 63 | 35 |
| Octal | 151 | 16 | 376 | 73 | 136 | 0 | 0 | 407 | 143 | 65 |
| Binary | 1101001 | 1110 | 11111110 | 111011 | 1011110 | 0 | 0 | 100000111 | 1100011 | 110101 |
Color Harmonies of #690EFE
Complementary color
Monochromatic Colors of #690EFE
Black with #690EFE
Text Example
Text Example
White with #690EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EFE; }
p { color: rgb(105,14,254); }
H1.HeaderClassName
{
color: #690EFE;
}
.AnyTagClassName
{
color: #690EFE;
}
</style>
background-color css
<style>
a { background-color: #690EFE; }
a { background-color: rgb(105,14,254); }
div.DivClassName
{
background-color: #690EFE;
}
.BgClassName
{
background-color: #690EFE;
}
</style>
border-color css
<style>
span { border-color: #690EFE; }
span { border-color: rgb(105,14,254); }
td.TdClassName
{
border-color: #690EFE;
}
.TagClassName
{
border-color: #690EFE;
}
</style>