Shades of Indigo #690196
Tints of Indigo #690196
RGB
CMYK
RGB Variations
Color information
#690196 (or 0x690196) is known color: Indigo. HEX triplet: 69, 01 and 96. RGB value is (105,1,150). Sum of RGB (Red+Green+Blue) = 105+1+150=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #690196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690196 is #96FE69. Grayscale: #303030. Windows color (decimal): -9895530 or 9830761. OLE color: 9830761.
HSL color Cylindrical-coordinate representation of color #690196: hue angle of 281.88º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690196 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 1 | 150 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.41 |
| HSL | 281.88º | 0.99% | 0.3% | - |
| HSV(B) | 281.88º | 0.99% | 0.59% | - |
| XYZ | 11.34 | 5.23 | 29.27 | - |
| YUV | 49.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 150 | 0.30 | 0.99 | 0 | 0.41 | 281.88 | 0.99 | 0.3 |
| Hex | 69 | 1 | 96 | 1E | 63 | 0 | 29 | 11A | 63 | 1E |
| Octal | 151 | 1 | 226 | 36 | 143 | 0 | 51 | 432 | 143 | 36 |
| Binary | 1101001 | 1 | 10010110 | 11110 | 1100011 | 0 | 101001 | 100011010 | 1100011 | 11110 |
Color Harmonies of #690196
Complementary color
Monochromatic Colors of #690196
Black with #690196
Text Example
Text Example
White with #690196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690196; }
p { color: rgb(105,1,150); }
H1.HeaderClassName
{
color: #690196;
}
.AnyTagClassName
{
color: #690196;
}
</style>
background-color css
<style>
a { background-color: #690196; }
a { background-color: rgb(105,1,150); }
div.DivClassName
{
background-color: #690196;
}
.BgClassName
{
background-color: #690196;
}
</style>
border-color css
<style>
span { border-color: #690196; }
span { border-color: rgb(105,1,150); }
td.TdClassName
{
border-color: #690196;
}
.TagClassName
{
border-color: #690196;
}
</style>