Shades of Indigo #6100AC
Tints of Indigo #6100AC
RGB
CMYK
RGB Variations
Color information
#6100AC (or 0x6100AC) is known color: Indigo. HEX triplet: 61, 00 and AC. RGB value is (97,0,172). Sum of RGB (Red+Green+Blue) = 97+0+172=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #6100AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6100AC is #9EFF53. Grayscale: #303030. Windows color (decimal): -10420052 or 11272289. OLE color: 11272289.
HSL color Cylindrical-coordinate representation of color #6100AC: hue angle of 273.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100AC is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 0 | 172 | - |
| CMYK | 0.44 | 1 | 0 | 0.33 |
| HSL | 273.84º | 1% | 0.34% | - |
| HSV(B) | 273.84º | 1% | 0.67% | - |
| XYZ | 12.38 | 5.52 | 39.44 | - |
| YUV | 48.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 172 | 0.44 | 1 | 0 | 0.33 | 273.84 | 1 | 0.34 |
| Hex | 61 | 0 | AC | 2C | 64 | 0 | 21 | 112 | 64 | 22 |
| Octal | 141 | 0 | 254 | 54 | 144 | 0 | 41 | 422 | 144 | 42 |
| Binary | 1100001 | 0 | 10101100 | 101100 | 1100100 | 0 | 100001 | 100010010 | 1100100 | 100010 |
Color Harmonies of #6100AC
Complementary color
Monochromatic Colors of #6100AC
Black with #6100AC
Text Example
Text Example
White with #6100AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100AC; }
p { color: rgb(97,0,172); }
H1.HeaderClassName
{
color: #6100AC;
}
.AnyTagClassName
{
color: #6100AC;
}
</style>
background-color css
<style>
a { background-color: #6100AC; }
a { background-color: rgb(97,0,172); }
div.DivClassName
{
background-color: #6100AC;
}
.BgClassName
{
background-color: #6100AC;
}
</style>
border-color css
<style>
span { border-color: #6100AC; }
span { border-color: rgb(97,0,172); }
td.TdClassName
{
border-color: #6100AC;
}
.TagClassName
{
border-color: #6100AC;
}
</style>