Shades of Indigo #690396
Tints of Indigo #690396
RGB
CMYK
RGB Variations
Color information
#690396 (or 0x690396) is known color: Indigo. HEX triplet: 69, 03 and 96. RGB value is (105,3,150). Sum of RGB (Red+Green+Blue) = 105+3+150=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #690396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690396 is #96FC69. Grayscale: #313131. Windows color (decimal): -9895018 or 9831273. OLE color: 9831273.
HSL color Cylindrical-coordinate representation of color #690396: hue angle of 281.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690396 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 3 | 150 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.41 |
| HSL | 281.63º | 0.96% | 0.3% | - |
| HSV(B) | 281.63º | 0.98% | 0.59% | - |
| XYZ | 11.36 | 5.27 | 29.27 | - |
| YUV | 50.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 150 | 0.30 | 0.98 | 0 | 0.41 | 281.63 | 0.96 | 0.3 |
| Hex | 69 | 3 | 96 | 1E | 62 | 0 | 29 | 11A | 60 | 1E |
| Octal | 151 | 3 | 226 | 36 | 142 | 0 | 51 | 432 | 140 | 36 |
| Binary | 1101001 | 11 | 10010110 | 11110 | 1100010 | 0 | 101001 | 100011010 | 1100000 | 11110 |
Color Harmonies of #690396
Complementary color
Monochromatic Colors of #690396
Black with #690396
Text Example
Text Example
White with #690396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690396; }
p { color: rgb(105,3,150); }
H1.HeaderClassName
{
color: #690396;
}
.AnyTagClassName
{
color: #690396;
}
</style>
background-color css
<style>
a { background-color: #690396; }
a { background-color: rgb(105,3,150); }
div.DivClassName
{
background-color: #690396;
}
.BgClassName
{
background-color: #690396;
}
</style>
border-color css
<style>
span { border-color: #690396; }
span { border-color: rgb(105,3,150); }
td.TdClassName
{
border-color: #690396;
}
.TagClassName
{
border-color: #690396;
}
</style>