Shades of Indigo #690B9F
Tints of Indigo #690B9F
RGB
CMYK
RGB Variations
Color information
#690B9F (or 0x690B9F) is known color: Indigo. HEX triplet: 69, 0B and 9F. RGB value is (105,11,159). Sum of RGB (Red+Green+Blue) = 105+11+159=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #690B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B9F is #96F460. Grayscale: #373737. Windows color (decimal): -9892961 or 10423145. OLE color: 10423145.
HSL color Cylindrical-coordinate representation of color #690B9F: hue angle of 278.11º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690B9F is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 11 | 159 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.38 |
| HSL | 278.11º | 0.87% | 0.33% | - |
| HSV(B) | 278.11º | 0.93% | 0.62% | - |
| XYZ | 12.2 | 5.75 | 33.27 | - |
| YUV | 55.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 159 | 0.34 | 0.93 | 0 | 0.38 | 278.11 | 0.87 | 0.33 |
| Hex | 69 | B | 9F | 22 | 5D | 0 | 26 | 116 | 57 | 21 |
| Octal | 151 | 13 | 237 | 42 | 135 | 0 | 46 | 426 | 127 | 41 |
| Binary | 1101001 | 1011 | 10011111 | 100010 | 1011101 | 0 | 100110 | 100010110 | 1010111 | 100001 |
Color Harmonies of #690B9F
Complementary color
Monochromatic Colors of #690B9F
Black with #690B9F
Text Example
Text Example
White with #690B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B9F; }
p { color: rgb(105,11,159); }
H1.HeaderClassName
{
color: #690B9F;
}
.AnyTagClassName
{
color: #690B9F;
}
</style>
background-color css
<style>
a { background-color: #690B9F; }
a { background-color: rgb(105,11,159); }
div.DivClassName
{
background-color: #690B9F;
}
.BgClassName
{
background-color: #690B9F;
}
</style>
border-color css
<style>
span { border-color: #690B9F; }
span { border-color: rgb(105,11,159); }
td.TdClassName
{
border-color: #690B9F;
}
.TagClassName
{
border-color: #690B9F;
}
</style>