Shades of Indigo #6006A5
Tints of Indigo #6006A5
RGB
CMYK
RGB Variations
Color information
#6006A5 (or 0x6006A5) is known color: Indigo. HEX triplet: 60, 06 and A5. RGB value is (96,6,165). Sum of RGB (Red+Green+Blue) = 96+6+165=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #6006A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006A5 is #9FF95A. Grayscale: #323232. Windows color (decimal): -10484059 or 10815072. OLE color: 10815072.
HSL color Cylindrical-coordinate representation of color #6006A5: hue angle of 273.96º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6006A5 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 6 | 165 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.35 |
| HSL | 273.96º | 0.93% | 0.34% | - |
| HSV(B) | 273.96º | 0.96% | 0.65% | - |
| XYZ | 11.68 | 5.33 | 36.01 | - |
| YUV | 51.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 165 | 0.42 | 0.96 | 0 | 0.35 | 273.96 | 0.93 | 0.34 |
| Hex | 60 | 6 | A5 | 2A | 60 | 0 | 23 | 112 | 5D | 22 |
| Octal | 140 | 6 | 245 | 52 | 140 | 0 | 43 | 422 | 135 | 42 |
| Binary | 1100000 | 110 | 10100101 | 101010 | 1100000 | 0 | 100011 | 100010010 | 1011101 | 100010 |
Color Harmonies of #6006A5
Complementary color
Monochromatic Colors of #6006A5
Black with #6006A5
Text Example
Text Example
White with #6006A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6006A5; }
p { color: rgb(96,6,165); }
H1.HeaderClassName
{
color: #6006A5;
}
.AnyTagClassName
{
color: #6006A5;
}
</style>
background-color css
<style>
a { background-color: #6006A5; }
a { background-color: rgb(96,6,165); }
div.DivClassName
{
background-color: #6006A5;
}
.BgClassName
{
background-color: #6006A5;
}
</style>
border-color css
<style>
span { border-color: #6006A5; }
span { border-color: rgb(96,6,165); }
td.TdClassName
{
border-color: #6006A5;
}
.TagClassName
{
border-color: #6006A5;
}
</style>