Shades of Indigo #6001A0
Tints of Indigo #6001A0
RGB
CMYK
RGB Variations
Color information
#6001A0 (or 0x6001A0) is known color: Indigo. HEX triplet: 60, 01 and A0. RGB value is (96,1,160). Sum of RGB (Red+Green+Blue) = 96+1+160=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #6001A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001A0 is #9FFE5F. Grayscale: #2E2E2E. Windows color (decimal): -10485344 or 10486112. OLE color: 10486112.
HSL color Cylindrical-coordinate representation of color #6001A0: hue angle of 275.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001A0 is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 1 | 160 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.37 |
| HSL | 275.85º | 0.99% | 0.32% | - |
| HSV(B) | 275.85º | 0.99% | 0.63% | - |
| XYZ | 11.18 | 5.05 | 33.64 | - |
| YUV | 47.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 160 | 0.4 | 0.99 | 0 | 0.37 | 275.85 | 0.99 | 0.32 |
| Hex | 60 | 1 | A0 | 28 | 63 | 0 | 25 | 114 | 63 | 20 |
| Octal | 140 | 1 | 240 | 50 | 143 | 0 | 45 | 424 | 143 | 40 |
| Binary | 1100000 | 1 | 10100000 | 101000 | 1100011 | 0 | 100101 | 100010100 | 1100011 | 100000 |
Color Harmonies of #6001A0
Complementary color
Monochromatic Colors of #6001A0
Black with #6001A0
Text Example
Text Example
White with #6001A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001A0; }
p { color: rgb(96,1,160); }
H1.HeaderClassName
{
color: #6001A0;
}
.AnyTagClassName
{
color: #6001A0;
}
</style>
background-color css
<style>
a { background-color: #6001A0; }
a { background-color: rgb(96,1,160); }
div.DivClassName
{
background-color: #6001A0;
}
.BgClassName
{
background-color: #6001A0;
}
</style>
border-color css
<style>
span { border-color: #6001A0; }
span { border-color: rgb(96,1,160); }
td.TdClassName
{
border-color: #6001A0;
}
.TagClassName
{
border-color: #6001A0;
}
</style>