Shades of Electric Indigo #690FEC
Tints of Electric Indigo #690FEC
RGB
CMYK
RGB Variations
Color information
#690FEC (or 0x690FEC) is known color: Electric Indigo. HEX triplet: 69, 0F and EC. RGB value is (105,15,236). Sum of RGB (Red+Green+Blue) = 105+15+236=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #690FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEC is #96F013. Grayscale: #424242. Windows color (decimal): -9891860 or 15470441. OLE color: 15470441.
HSL color Cylindrical-coordinate representation of color #690FEC: hue angle of 264.43º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FEC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 15 | 236 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.07 |
| HSL | 264.43º | 0.88% | 0.49% | - |
| HSV(B) | 264.43º | 0.94% | 0.93% | - |
| XYZ | 21.14 | 9.4 | 80.06 | - |
| YUV | 67.1 | 223.32 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 236 | 0.56 | 0.94 | 0 | 0.07 | 264.43 | 0.88 | 0.49 |
| Hex | 69 | F | EC | 38 | 5E | 0 | 7 | 108 | 58 | 31 |
| Octal | 151 | 17 | 354 | 70 | 136 | 0 | 7 | 410 | 130 | 61 |
| Binary | 1101001 | 1111 | 11101100 | 111000 | 1011110 | 0 | 111 | 100001000 | 1011000 | 110001 |
Color Harmonies of #690FEC
Complementary color
Monochromatic Colors of #690FEC
Black with #690FEC
Text Example
Text Example
White with #690FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FEC; }
p { color: rgb(105,15,236); }
H1.HeaderClassName
{
color: #690FEC;
}
.AnyTagClassName
{
color: #690FEC;
}
</style>
background-color css
<style>
a { background-color: #690FEC; }
a { background-color: rgb(105,15,236); }
div.DivClassName
{
background-color: #690FEC;
}
.BgClassName
{
background-color: #690FEC;
}
</style>
border-color css
<style>
span { border-color: #690FEC; }
span { border-color: rgb(105,15,236); }
td.TdClassName
{
border-color: #690FEC;
}
.TagClassName
{
border-color: #690FEC;
}
</style>