Shades of Indigo #6A0BA5
Tints of Indigo #6A0BA5
RGB
CMYK
RGB Variations
Color information
#6A0BA5 (or 0x6A0BA5) is known color: Indigo. HEX triplet: 6A, 0B and A5. RGB value is (106,11,165). Sum of RGB (Red+Green+Blue) = 106+11+165=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #6A0BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0BA5 is #95F45A. Grayscale: #383838. Windows color (decimal): -9827419 or 10816362. OLE color: 10816362.
HSL color Cylindrical-coordinate representation of color #6A0BA5: hue angle of 277.01º 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 #6A0BA5 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 11 | 165 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.35 |
| HSL | 277.01º | 0.88% | 0.35% | - |
| HSV(B) | 277.01º | 0.93% | 0.65% | - |
| XYZ | 12.86 | 6.02 | 36.08 | - |
| YUV | 56.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 165 | 0.36 | 0.93 | 0 | 0.35 | 277.01 | 0.88 | 0.35 |
| Hex | 6A | B | A5 | 24 | 5D | 0 | 23 | 115 | 58 | 23 |
| Octal | 152 | 13 | 245 | 44 | 135 | 0 | 43 | 425 | 130 | 43 |
| Binary | 1101010 | 1011 | 10100101 | 100100 | 1011101 | 0 | 100011 | 100010101 | 1011000 | 100011 |
Color Harmonies of #6A0BA5
Complementary color
Monochromatic Colors of #6A0BA5
Black with #6A0BA5
Text Example
Text Example
White with #6A0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BA5; }
p { color: rgb(106,11,165); }
H1.HeaderClassName
{
color: #6A0BA5;
}
.AnyTagClassName
{
color: #6A0BA5;
}
</style>
background-color css
<style>
a { background-color: #6A0BA5; }
a { background-color: rgb(106,11,165); }
div.DivClassName
{
background-color: #6A0BA5;
}
.BgClassName
{
background-color: #6A0BA5;
}
</style>
border-color css
<style>
span { border-color: #6A0BA5; }
span { border-color: rgb(106,11,165); }
td.TdClassName
{
border-color: #6A0BA5;
}
.TagClassName
{
border-color: #6A0BA5;
}
</style>