Shades of Indigo #690799
Tints of Indigo #690799
RGB
CMYK
RGB Variations
Color information
#690799 (or 0x690799) is known color: Indigo. HEX triplet: 69, 07 and 99. RGB value is (105,7,153). Sum of RGB (Red+Green+Blue) = 105+7+153=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #690799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690799 is #96F866. Grayscale: #343434. Windows color (decimal): -9893991 or 10028905. OLE color: 10028905.
HSL color Cylindrical-coordinate representation of color #690799: hue angle of 280.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690799 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 7 | 153 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.4 |
| HSL | 280.27º | 0.91% | 0.31% | - |
| HSV(B) | 280.27º | 0.95% | 0.6% | - |
| XYZ | 11.65 | 5.46 | 30.58 | - |
| YUV | 52.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 153 | 0.31 | 0.95 | 0 | 0.4 | 280.27 | 0.91 | 0.31 |
| Hex | 69 | 7 | 99 | 1F | 5F | 0 | 28 | 118 | 5B | 1F |
| Octal | 151 | 7 | 231 | 37 | 137 | 0 | 50 | 430 | 133 | 37 |
| Binary | 1101001 | 111 | 10011001 | 11111 | 1011111 | 0 | 101000 | 100011000 | 1011011 | 11111 |
Color Harmonies of #690799
Complementary color
Monochromatic Colors of #690799
Black with #690799
Text Example
Text Example
White with #690799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690799; }
p { color: rgb(105,7,153); }
H1.HeaderClassName
{
color: #690799;
}
.AnyTagClassName
{
color: #690799;
}
</style>
background-color css
<style>
a { background-color: #690799; }
a { background-color: rgb(105,7,153); }
div.DivClassName
{
background-color: #690799;
}
.BgClassName
{
background-color: #690799;
}
</style>
border-color css
<style>
span { border-color: #690799; }
span { border-color: rgb(105,7,153); }
td.TdClassName
{
border-color: #690799;
}
.TagClassName
{
border-color: #690799;
}
</style>