Shades of Indigo #690299
Tints of Indigo #690299
RGB
CMYK
RGB Variations
Color information
#690299 (or 0x690299) is known color: Indigo. HEX triplet: 69, 02 and 99. RGB value is (105,2,153). Sum of RGB (Red+Green+Blue) = 105+2+153=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #690299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690299 is #96FD66. Grayscale: #313131. Windows color (decimal): -9895271 or 10027625. OLE color: 10027625.
HSL color Cylindrical-coordinate representation of color #690299: hue angle of 280.93º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690299 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 2 | 153 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.4 |
| HSL | 280.93º | 0.97% | 0.3% | - |
| HSV(B) | 280.93º | 0.99% | 0.6% | - |
| XYZ | 11.6 | 5.35 | 30.56 | - |
| YUV | 50.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 153 | 0.31 | 0.99 | 0 | 0.4 | 280.93 | 0.97 | 0.3 |
| Hex | 69 | 2 | 99 | 1F | 63 | 0 | 28 | 119 | 61 | 1E |
| Octal | 151 | 2 | 231 | 37 | 143 | 0 | 50 | 431 | 141 | 36 |
| Binary | 1101001 | 10 | 10011001 | 11111 | 1100011 | 0 | 101000 | 100011001 | 1100001 | 11110 |
Color Harmonies of #690299
Complementary color
Monochromatic Colors of #690299
Black with #690299
Text Example
Text Example
White with #690299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690299; }
p { color: rgb(105,2,153); }
H1.HeaderClassName
{
color: #690299;
}
.AnyTagClassName
{
color: #690299;
}
</style>
background-color css
<style>
a { background-color: #690299; }
a { background-color: rgb(105,2,153); }
div.DivClassName
{
background-color: #690299;
}
.BgClassName
{
background-color: #690299;
}
</style>
border-color css
<style>
span { border-color: #690299; }
span { border-color: rgb(105,2,153); }
td.TdClassName
{
border-color: #690299;
}
.TagClassName
{
border-color: #690299;
}
</style>