Shades of Electric Indigo #690EFF
Tints of Electric Indigo #690EFF
RGB
CMYK
RGB Variations
Color information
#690EFF (or 0x690EFF) is known color: Electric Indigo. HEX triplet: 69, 0E and FF. RGB value is (105,14,255). Sum of RGB (Red+Green+Blue) = 105+14+255=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #690EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690EFF is #96F100. Grayscale: #434343. Windows color (decimal): -9892097 or 16715369. OLE color: 16715369.
HSL color Cylindrical-coordinate representation of color #690EFF: hue angle of 262.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690EFF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 14 | 255 | - |
| CMYK | 0.59 | 0.95 | 0 | 0 |
| HSL | 262.66º | 1% | 0.53% | - |
| HSV(B) | 262.66º | 0.95% | 1% | - |
| XYZ | 24.03 | 10.54 | 95.37 | - |
| YUV | 68.68 | 233.15 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 255 | 0.59 | 0.95 | 0 | 0 | 262.66 | 1 | 0.53 |
| Hex | 69 | E | FF | 3B | 5F | 0 | 0 | 107 | 64 | 35 |
| Octal | 151 | 16 | 377 | 73 | 137 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101001 | 1110 | 11111111 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #690EFF
Complementary color
Monochromatic Colors of #690EFF
Black with #690EFF
Text Example
Text Example
White with #690EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690EFF; }
p { color: rgb(105,14,255); }
H1.HeaderClassName
{
color: #690EFF;
}
.AnyTagClassName
{
color: #690EFF;
}
</style>
background-color css
<style>
a { background-color: #690EFF; }
a { background-color: rgb(105,14,255); }
div.DivClassName
{
background-color: #690EFF;
}
.BgClassName
{
background-color: #690EFF;
}
</style>
border-color css
<style>
span { border-color: #690EFF; }
span { border-color: rgb(105,14,255); }
td.TdClassName
{
border-color: #690EFF;
}
.TagClassName
{
border-color: #690EFF;
}
</style>