Shades of Indigo #690099
Tints of Indigo #690099
RGB
CMYK
RGB Variations
Color information
#690099 (or 0x690099) is known color: Indigo. HEX triplet: 69, 00 and 99. RGB value is (105,0,153). Sum of RGB (Red+Green+Blue) = 105+0+153=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #690099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690099 is #96FF66. Grayscale: #303030. Windows color (decimal): -9895783 or 10027113. OLE color: 10027113.
HSL color Cylindrical-coordinate representation of color #690099: hue angle of 281.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690099 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 0 | 153 | - |
| CMYK | 0.31 | 1 | 0 | 0.4 |
| HSL | 281.18º | 1% | 0.3% | - |
| HSV(B) | 281.18º | 1% | 0.6% | - |
| XYZ | 11.58 | 5.3 | 30.55 | - |
| YUV | 48.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 153 | 0.31 | 1 | 0 | 0.4 | 281.18 | 1 | 0.3 |
| Hex | 69 | 0 | 99 | 1F | 64 | 0 | 28 | 119 | 64 | 1E |
| Octal | 151 | 0 | 231 | 37 | 144 | 0 | 50 | 431 | 144 | 36 |
| Binary | 1101001 | 0 | 10011001 | 11111 | 1100100 | 0 | 101000 | 100011001 | 1100100 | 11110 |
Color Harmonies of #690099
Complementary color
Monochromatic Colors of #690099
Black with #690099
Text Example
Text Example
White with #690099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690099; }
p { color: rgb(105,0,153); }
H1.HeaderClassName
{
color: #690099;
}
.AnyTagClassName
{
color: #690099;
}
</style>
background-color css
<style>
a { background-color: #690099; }
a { background-color: rgb(105,0,153); }
div.DivClassName
{
background-color: #690099;
}
.BgClassName
{
background-color: #690099;
}
</style>
border-color css
<style>
span { border-color: #690099; }
span { border-color: rgb(105,0,153); }
td.TdClassName
{
border-color: #690099;
}
.TagClassName
{
border-color: #690099;
}
</style>