Shades of Indigo #690899
Tints of Indigo #690899
RGB
CMYK
RGB Variations
Color information
#690899 (or 0x690899) is known color: Indigo. HEX triplet: 69, 08 and 99. RGB value is (105,8,153). Sum of RGB (Red+Green+Blue) = 105+8+153=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #690899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690899 is #96F766. Grayscale: #353535. Windows color (decimal): -9893735 or 10029161. OLE color: 10029161.
HSL color Cylindrical-coordinate representation of color #690899: hue angle of 280.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690899 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 8 | 153 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.4 |
| HSL | 280.14º | 0.9% | 0.32% | - |
| HSV(B) | 280.14º | 0.95% | 0.6% | - |
| XYZ | 11.66 | 5.48 | 30.58 | - |
| YUV | 53.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 153 | 0.31 | 0.95 | 0 | 0.4 | 280.14 | 0.9 | 0.32 |
| Hex | 69 | 8 | 99 | 1F | 5F | 0 | 28 | 118 | 5A | 20 |
| Octal | 151 | 10 | 231 | 37 | 137 | 0 | 50 | 430 | 132 | 40 |
| Binary | 1101001 | 1000 | 10011001 | 11111 | 1011111 | 0 | 101000 | 100011000 | 1011010 | 100000 |
Color Harmonies of #690899
Complementary color
Monochromatic Colors of #690899
Black with #690899
Text Example
Text Example
White with #690899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690899; }
p { color: rgb(105,8,153); }
H1.HeaderClassName
{
color: #690899;
}
.AnyTagClassName
{
color: #690899;
}
</style>
background-color css
<style>
a { background-color: #690899; }
a { background-color: rgb(105,8,153); }
div.DivClassName
{
background-color: #690899;
}
.BgClassName
{
background-color: #690899;
}
</style>
border-color css
<style>
span { border-color: #690899; }
span { border-color: rgb(105,8,153); }
td.TdClassName
{
border-color: #690899;
}
.TagClassName
{
border-color: #690899;
}
</style>