Shades of Indigo #690BA5
Tints of Indigo #690BA5
RGB
CMYK
RGB Variations
Color information
#690BA5 (or 0x690BA5) is known color: Indigo. HEX triplet: 69, 0B and A5. RGB value is (105,11,165). Sum of RGB (Red+Green+Blue) = 105+11+165=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #690BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690BA5 is #96F45A. Grayscale: #383838. Windows color (decimal): -9892955 or 10816361. OLE color: 10816361.
HSL color Cylindrical-coordinate representation of color #690BA5: hue angle of 276.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690BA5 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 11 | 165 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.35 |
| HSL | 276.62º | 0.88% | 0.35% | - |
| HSV(B) | 276.62º | 0.93% | 0.65% | - |
| XYZ | 12.74 | 5.96 | 36.08 | - |
| YUV | 56.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 165 | 0.36 | 0.93 | 0 | 0.35 | 276.62 | 0.88 | 0.35 |
| Hex | 69 | B | A5 | 24 | 5D | 0 | 23 | 115 | 58 | 23 |
| Octal | 151 | 13 | 245 | 44 | 135 | 0 | 43 | 425 | 130 | 43 |
| Binary | 1101001 | 1011 | 10100101 | 100100 | 1011101 | 0 | 100011 | 100010101 | 1011000 | 100011 |
Color Harmonies of #690BA5
Complementary color
Monochromatic Colors of #690BA5
Black with #690BA5
Text Example
Text Example
White with #690BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BA5; }
p { color: rgb(105,11,165); }
H1.HeaderClassName
{
color: #690BA5;
}
.AnyTagClassName
{
color: #690BA5;
}
</style>
background-color css
<style>
a { background-color: #690BA5; }
a { background-color: rgb(105,11,165); }
div.DivClassName
{
background-color: #690BA5;
}
.BgClassName
{
background-color: #690BA5;
}
</style>
border-color css
<style>
span { border-color: #690BA5; }
span { border-color: rgb(105,11,165); }
td.TdClassName
{
border-color: #690BA5;
}
.TagClassName
{
border-color: #690BA5;
}
</style>