Shades of Indigo #690F91
Tints of Indigo #690F91
RGB
CMYK
RGB Variations
Color information
#690F91 (or 0x690F91) is known color: Indigo. HEX triplet: 69, 0F and 91. RGB value is (105,15,145). Sum of RGB (Red+Green+Blue) = 105+15+145=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #690F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F91 is #96F06E. Grayscale: #383838. Windows color (decimal): -9891951 or 9506665. OLE color: 9506665.
HSL color Cylindrical-coordinate representation of color #690F91: hue angle of 281.54º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690F91 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 15 | 145 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.43 |
| HSL | 281.54º | 0.81% | 0.31% | - |
| HSV(B) | 281.54º | 0.9% | 0.57% | - |
| XYZ | 11.11 | 5.39 | 27.24 | - |
| YUV | 56.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 145 | 0.28 | 0.90 | 0 | 0.43 | 281.54 | 0.81 | 0.31 |
| Hex | 69 | F | 91 | 1C | 5A | 0 | 2B | 11A | 51 | 1F |
| Octal | 151 | 17 | 221 | 34 | 132 | 0 | 53 | 432 | 121 | 37 |
| Binary | 1101001 | 1111 | 10010001 | 11100 | 1011010 | 0 | 101011 | 100011010 | 1010001 | 11111 |
Color Harmonies of #690F91
Complementary color
Monochromatic Colors of #690F91
Black with #690F91
Text Example
Text Example
White with #690F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F91; }
p { color: rgb(105,15,145); }
H1.HeaderClassName
{
color: #690F91;
}
.AnyTagClassName
{
color: #690F91;
}
</style>
background-color css
<style>
a { background-color: #690F91; }
a { background-color: rgb(105,15,145); }
div.DivClassName
{
background-color: #690F91;
}
.BgClassName
{
background-color: #690F91;
}
</style>
border-color css
<style>
span { border-color: #690F91; }
span { border-color: rgb(105,15,145); }
td.TdClassName
{
border-color: #690F91;
}
.TagClassName
{
border-color: #690F91;
}
</style>