Shades of Indigo #690994
Tints of Indigo #690994
RGB
CMYK
RGB Variations
Color information
#690994 (or 0x690994) is known color: Indigo. HEX triplet: 69, 09 and 94. RGB value is (105,9,148). Sum of RGB (Red+Green+Blue) = 105+9+148=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #690994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690994 is #96F66B. Grayscale: #353535. Windows color (decimal): -9893484 or 9701737. OLE color: 9701737.
HSL color Cylindrical-coordinate representation of color #690994: hue angle of 281.44º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690994 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 9 | 148 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.42 |
| HSL | 281.44º | 0.89% | 0.31% | - |
| HSV(B) | 281.44º | 0.94% | 0.58% | - |
| XYZ | 11.27 | 5.34 | 28.45 | - |
| YUV | 53.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 148 | 0.29 | 0.94 | 0 | 0.42 | 281.44 | 0.89 | 0.31 |
| Hex | 69 | 9 | 94 | 1D | 5E | 0 | 2A | 119 | 59 | 1F |
| Octal | 151 | 11 | 224 | 35 | 136 | 0 | 52 | 431 | 131 | 37 |
| Binary | 1101001 | 1001 | 10010100 | 11101 | 1011110 | 0 | 101010 | 100011001 | 1011001 | 11111 |
Color Harmonies of #690994
Complementary color
Monochromatic Colors of #690994
Black with #690994
Text Example
Text Example
White with #690994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690994; }
p { color: rgb(105,9,148); }
H1.HeaderClassName
{
color: #690994;
}
.AnyTagClassName
{
color: #690994;
}
</style>
background-color css
<style>
a { background-color: #690994; }
a { background-color: rgb(105,9,148); }
div.DivClassName
{
background-color: #690994;
}
.BgClassName
{
background-color: #690994;
}
</style>
border-color css
<style>
span { border-color: #690994; }
span { border-color: rgb(105,9,148); }
td.TdClassName
{
border-color: #690994;
}
.TagClassName
{
border-color: #690994;
}
</style>