Shades of Indigo #6900A0
Tints of Indigo #6900A0
RGB
CMYK
RGB Variations
Color information
#6900A0 (or 0x6900A0) is known color: Indigo. HEX triplet: 69, 00 and A0. RGB value is (105,0,160). Sum of RGB (Red+Green+Blue) = 105+0+160=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #6900A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900A0 is #96FF5F. Grayscale: #313131. Windows color (decimal): -9895776 or 10485865. OLE color: 10485865.
HSL color Cylindrical-coordinate representation of color #6900A0: hue angle of 279.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900A0 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 0 | 160 | - |
| CMYK | 0.34 | 1 | 0 | 0.37 |
| HSL | 279.38º | 1% | 0.31% | - |
| HSV(B) | 279.38º | 1% | 0.63% | - |
| XYZ | 12.17 | 5.54 | 33.69 | - |
| YUV | 49.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 160 | 0.34 | 1 | 0 | 0.37 | 279.38 | 1 | 0.31 |
| Hex | 69 | 0 | A0 | 22 | 64 | 0 | 25 | 117 | 64 | 1F |
| Octal | 151 | 0 | 240 | 42 | 144 | 0 | 45 | 427 | 144 | 37 |
| Binary | 1101001 | 0 | 10100000 | 100010 | 1100100 | 0 | 100101 | 100010111 | 1100100 | 11111 |
Color Harmonies of #6900A0
Complementary color
Monochromatic Colors of #6900A0
Black with #6900A0
Text Example
Text Example
White with #6900A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900A0; }
p { color: rgb(105,0,160); }
H1.HeaderClassName
{
color: #6900A0;
}
.AnyTagClassName
{
color: #6900A0;
}
</style>
background-color css
<style>
a { background-color: #6900A0; }
a { background-color: rgb(105,0,160); }
div.DivClassName
{
background-color: #6900A0;
}
.BgClassName
{
background-color: #6900A0;
}
</style>
border-color css
<style>
span { border-color: #6900A0; }
span { border-color: rgb(105,0,160); }
td.TdClassName
{
border-color: #6900A0;
}
.TagClassName
{
border-color: #6900A0;
}
</style>