Shades of Indigo #690895
Tints of Indigo #690895
RGB
CMYK
RGB Variations
Color information
#690895 (or 0x690895) is known color: Indigo. HEX triplet: 69, 08 and 95. RGB value is (105,8,149). Sum of RGB (Red+Green+Blue) = 105+8+149=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #690895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690895 is #96F76A. Grayscale: #343434. Windows color (decimal): -9893739 or 9767017. OLE color: 9767017.
HSL color Cylindrical-coordinate representation of color #690895: hue angle of 281.28º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690895 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 8 | 149 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.42 |
| HSL | 281.28º | 0.9% | 0.31% | - |
| HSV(B) | 281.28º | 0.95% | 0.58% | - |
| XYZ | 11.34 | 5.35 | 28.87 | - |
| YUV | 53.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 149 | 0.30 | 0.95 | 0 | 0.42 | 281.28 | 0.9 | 0.31 |
| Hex | 69 | 8 | 95 | 1E | 5F | 0 | 2A | 119 | 5A | 1F |
| Octal | 151 | 10 | 225 | 36 | 137 | 0 | 52 | 431 | 132 | 37 |
| Binary | 1101001 | 1000 | 10010101 | 11110 | 1011111 | 0 | 101010 | 100011001 | 1011010 | 11111 |
Color Harmonies of #690895
Complementary color
Monochromatic Colors of #690895
Black with #690895
Text Example
Text Example
White with #690895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690895; }
p { color: rgb(105,8,149); }
H1.HeaderClassName
{
color: #690895;
}
.AnyTagClassName
{
color: #690895;
}
</style>
background-color css
<style>
a { background-color: #690895; }
a { background-color: rgb(105,8,149); }
div.DivClassName
{
background-color: #690895;
}
.BgClassName
{
background-color: #690895;
}
</style>
border-color css
<style>
span { border-color: #690895; }
span { border-color: rgb(105,8,149); }
td.TdClassName
{
border-color: #690895;
}
.TagClassName
{
border-color: #690895;
}
</style>