Shades of Indigo #6000A6
Tints of Indigo #6000A6
RGB
CMYK
RGB Variations
Color information
#6000A6 (or 0x6000A6) is known color: Indigo. HEX triplet: 60, 00 and A6. RGB value is (96,0,166). Sum of RGB (Red+Green+Blue) = 96+0+166=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #6000A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000A6 is #9FFF59. Grayscale: #2F2F2F. Windows color (decimal): -10485594 or 10879072. OLE color: 10879072.
HSL color Cylindrical-coordinate representation of color #6000A6: hue angle of 274.7º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000A6 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 0 | 166 | - |
| CMYK | 0.42 | 1 | 0 | 0.35 |
| HSL | 274.7º | 1% | 0.33% | - |
| HSV(B) | 274.7º | 1% | 0.65% | - |
| XYZ | 11.71 | 5.24 | 36.47 | - |
| YUV | 47.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 166 | 0.42 | 1 | 0 | 0.35 | 274.7 | 1 | 0.33 |
| Hex | 60 | 0 | A6 | 2A | 64 | 0 | 23 | 113 | 64 | 21 |
| Octal | 140 | 0 | 246 | 52 | 144 | 0 | 43 | 423 | 144 | 41 |
| Binary | 1100000 | 0 | 10100110 | 101010 | 1100100 | 0 | 100011 | 100010011 | 1100100 | 100001 |
Color Harmonies of #6000A6
Complementary color
Monochromatic Colors of #6000A6
Black with #6000A6
Text Example
Text Example
White with #6000A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000A6; }
p { color: rgb(96,0,166); }
H1.HeaderClassName
{
color: #6000A6;
}
.AnyTagClassName
{
color: #6000A6;
}
</style>
background-color css
<style>
a { background-color: #6000A6; }
a { background-color: rgb(96,0,166); }
div.DivClassName
{
background-color: #6000A6;
}
.BgClassName
{
background-color: #6000A6;
}
</style>
border-color css
<style>
span { border-color: #6000A6; }
span { border-color: rgb(96,0,166); }
td.TdClassName
{
border-color: #6000A6;
}
.TagClassName
{
border-color: #6000A6;
}
</style>