Shades of Indigo #6506AA
Tints of Indigo #6506AA
RGB
CMYK
RGB Variations
Color information
#6506AA (or 0x6506AA) is known color: Indigo. HEX triplet: 65, 06 and AA. RGB value is (101,6,170). Sum of RGB (Red+Green+Blue) = 101+6+170=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #6506AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6506AA is #9AF955. Grayscale: #343434. Windows color (decimal): -10156374 or 11142757. OLE color: 11142757.
HSL color Cylindrical-coordinate representation of color #6506AA: hue angle of 274.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6506AA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 6 | 170 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.33 |
| HSL | 274.76º | 0.93% | 0.35% | - |
| HSV(B) | 274.76º | 0.96% | 0.67% | - |
| XYZ | 12.69 | 5.8 | 38.48 | - |
| YUV | 53.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 170 | 0.41 | 0.96 | 0 | 0.33 | 274.76 | 0.93 | 0.35 |
| Hex | 65 | 6 | AA | 29 | 60 | 0 | 21 | 113 | 5D | 23 |
| Octal | 145 | 6 | 252 | 51 | 140 | 0 | 41 | 423 | 135 | 43 |
| Binary | 1100101 | 110 | 10101010 | 101001 | 1100000 | 0 | 100001 | 100010011 | 1011101 | 100011 |
Color Harmonies of #6506AA
Complementary color
Monochromatic Colors of #6506AA
Black with #6506AA
Text Example
Text Example
White with #6506AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6506AA; }
p { color: rgb(101,6,170); }
H1.HeaderClassName
{
color: #6506AA;
}
.AnyTagClassName
{
color: #6506AA;
}
</style>
background-color css
<style>
a { background-color: #6506AA; }
a { background-color: rgb(101,6,170); }
div.DivClassName
{
background-color: #6506AA;
}
.BgClassName
{
background-color: #6506AA;
}
</style>
border-color css
<style>
span { border-color: #6506AA; }
span { border-color: rgb(101,6,170); }
td.TdClassName
{
border-color: #6506AA;
}
.TagClassName
{
border-color: #6506AA;
}
</style>