Shades of Electric Indigo #690FEB
Tints of Electric Indigo #690FEB
RGB
CMYK
RGB Variations
Color information
#690FEB (or 0x690FEB) is known color: Electric Indigo. HEX triplet: 69, 0F and EB. RGB value is (105,15,235). Sum of RGB (Red+Green+Blue) = 105+15+235=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #690FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FEB is #96F014. Grayscale: #424242. Windows color (decimal): -9891861 or 15404905. OLE color: 15404905.
HSL color Cylindrical-coordinate representation of color #690FEB: hue angle of 264.55º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FEB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 15 | 235 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.08 |
| HSL | 264.55º | 0.88% | 0.49% | - |
| HSV(B) | 264.55º | 0.94% | 0.92% | - |
| XYZ | 20.99 | 9.34 | 79.29 | - |
| YUV | 66.99 | 222.82 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 235 | 0.55 | 0.94 | 0 | 0.08 | 264.55 | 0.88 | 0.49 |
| Hex | 69 | F | EB | 37 | 5E | 0 | 8 | 109 | 58 | 31 |
| Octal | 151 | 17 | 353 | 67 | 136 | 0 | 10 | 411 | 130 | 61 |
| Binary | 1101001 | 1111 | 11101011 | 110111 | 1011110 | 0 | 1000 | 100001001 | 1011000 | 110001 |
Color Harmonies of #690FEB
Complementary color
Monochromatic Colors of #690FEB
Black with #690FEB
Text Example
Text Example
White with #690FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FEB; }
p { color: rgb(105,15,235); }
H1.HeaderClassName
{
color: #690FEB;
}
.AnyTagClassName
{
color: #690FEB;
}
</style>
background-color css
<style>
a { background-color: #690FEB; }
a { background-color: rgb(105,15,235); }
div.DivClassName
{
background-color: #690FEB;
}
.BgClassName
{
background-color: #690FEB;
}
</style>
border-color css
<style>
span { border-color: #690FEB; }
span { border-color: rgb(105,15,235); }
td.TdClassName
{
border-color: #690FEB;
}
.TagClassName
{
border-color: #690FEB;
}
</style>