Shades of Indigo #690BA4
Tints of Indigo #690BA4
RGB
CMYK
RGB Variations
Color information
#690BA4 (or 0x690BA4) is known color: Indigo. HEX triplet: 69, 0B and A4. RGB value is (105,11,164). Sum of RGB (Red+Green+Blue) = 105+11+164=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #690BA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690BA4 is #96F45B. Grayscale: #383838. Windows color (decimal): -9892956 or 10750825. OLE color: 10750825.
HSL color Cylindrical-coordinate representation of color #690BA4: hue angle of 276.86º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690BA4 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 11 | 164 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.36 |
| HSL | 276.86º | 0.87% | 0.34% | - |
| HSV(B) | 276.86º | 0.93% | 0.64% | - |
| XYZ | 12.65 | 5.92 | 35.6 | - |
| YUV | 56.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 164 | 0.36 | 0.93 | 0 | 0.36 | 276.86 | 0.87 | 0.34 |
| Hex | 69 | B | A4 | 24 | 5D | 0 | 24 | 115 | 57 | 22 |
| Octal | 151 | 13 | 244 | 44 | 135 | 0 | 44 | 425 | 127 | 42 |
| Binary | 1101001 | 1011 | 10100100 | 100100 | 1011101 | 0 | 100100 | 100010101 | 1010111 | 100010 |
Color Harmonies of #690BA4
Complementary color
Monochromatic Colors of #690BA4
Black with #690BA4
Text Example
Text Example
White with #690BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BA4; }
p { color: rgb(105,11,164); }
H1.HeaderClassName
{
color: #690BA4;
}
.AnyTagClassName
{
color: #690BA4;
}
</style>
background-color css
<style>
a { background-color: #690BA4; }
a { background-color: rgb(105,11,164); }
div.DivClassName
{
background-color: #690BA4;
}
.BgClassName
{
background-color: #690BA4;
}
</style>
border-color css
<style>
span { border-color: #690BA4; }
span { border-color: rgb(105,11,164); }
td.TdClassName
{
border-color: #690BA4;
}
.TagClassName
{
border-color: #690BA4;
}
</style>