Shades of Indigo #690894
Tints of Indigo #690894
RGB
CMYK
RGB Variations
Color information
#690894 (or 0x690894) is known color: Indigo. HEX triplet: 69, 08 and 94. RGB value is (105,8,148). Sum of RGB (Red+Green+Blue) = 105+8+148=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #690894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690894 is #96F76B. Grayscale: #343434. Windows color (decimal): -9893740 or 9701481. OLE color: 9701481.
HSL color Cylindrical-coordinate representation of color #690894: hue angle of 281.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690894 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 8 | 148 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.42 |
| HSL | 281.57º | 0.9% | 0.31% | - |
| HSV(B) | 281.57º | 0.95% | 0.58% | - |
| XYZ | 11.26 | 5.32 | 28.45 | - |
| YUV | 52.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 148 | 0.29 | 0.95 | 0 | 0.42 | 281.57 | 0.9 | 0.31 |
| Hex | 69 | 8 | 94 | 1D | 5F | 0 | 2A | 11A | 5A | 1F |
| Octal | 151 | 10 | 224 | 35 | 137 | 0 | 52 | 432 | 132 | 37 |
| Binary | 1101001 | 1000 | 10010100 | 11101 | 1011111 | 0 | 101010 | 100011010 | 1011010 | 11111 |
Color Harmonies of #690894
Complementary color
Monochromatic Colors of #690894
Black with #690894
Text Example
Text Example
White with #690894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690894; }
p { color: rgb(105,8,148); }
H1.HeaderClassName
{
color: #690894;
}
.AnyTagClassName
{
color: #690894;
}
</style>
background-color css
<style>
a { background-color: #690894; }
a { background-color: rgb(105,8,148); }
div.DivClassName
{
background-color: #690894;
}
.BgClassName
{
background-color: #690894;
}
</style>
border-color css
<style>
span { border-color: #690894; }
span { border-color: rgb(105,8,148); }
td.TdClassName
{
border-color: #690894;
}
.TagClassName
{
border-color: #690894;
}
</style>