Shades of Electric Indigo #690FE8
Tints of Electric Indigo #690FE8
RGB
CMYK
RGB Variations
Color information
#690FE8 (or 0x690FE8) is known color: Electric Indigo. HEX triplet: 69, 0F and E8. RGB value is (105,15,232). Sum of RGB (Red+Green+Blue) = 105+15+232=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #690FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FE8 is #96F017. Grayscale: #414141. Windows color (decimal): -9891864 or 15208297. OLE color: 15208297.
HSL color Cylindrical-coordinate representation of color #690FE8: hue angle of 264.88º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690FE8 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 15 | 232 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.09 |
| HSL | 264.88º | 0.88% | 0.48% | - |
| HSV(B) | 264.88º | 0.94% | 0.91% | - |
| XYZ | 20.56 | 9.17 | 77.03 | - |
| YUV | 66.65 | 221.32 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 232 | 0.55 | 0.94 | 0 | 0.09 | 264.88 | 0.88 | 0.48 |
| Hex | 69 | F | E8 | 37 | 5E | 0 | 9 | 109 | 58 | 30 |
| Octal | 151 | 17 | 350 | 67 | 136 | 0 | 11 | 411 | 130 | 60 |
| Binary | 1101001 | 1111 | 11101000 | 110111 | 1011110 | 0 | 1001 | 100001001 | 1011000 | 110000 |
Color Harmonies of #690FE8
Complementary color
Monochromatic Colors of #690FE8
Black with #690FE8
Text Example
Text Example
White with #690FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FE8; }
p { color: rgb(105,15,232); }
H1.HeaderClassName
{
color: #690FE8;
}
.AnyTagClassName
{
color: #690FE8;
}
</style>
background-color css
<style>
a { background-color: #690FE8; }
a { background-color: rgb(105,15,232); }
div.DivClassName
{
background-color: #690FE8;
}
.BgClassName
{
background-color: #690FE8;
}
</style>
border-color css
<style>
span { border-color: #690FE8; }
span { border-color: rgb(105,15,232); }
td.TdClassName
{
border-color: #690FE8;
}
.TagClassName
{
border-color: #690FE8;
}
</style>