Shades of Indigo #6102AC
Tints of Indigo #6102AC
RGB
CMYK
RGB Variations
Color information
#6102AC (or 0x6102AC) is known color: Indigo. HEX triplet: 61, 02 and AC. RGB value is (97,2,172). Sum of RGB (Red+Green+Blue) = 97+2+172=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #6102AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6102AC is #9EFD53. Grayscale: #313131. Windows color (decimal): -10419540 or 11272801. OLE color: 11272801.
HSL color Cylindrical-coordinate representation of color #6102AC: hue angle of 273.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102AC is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 2 | 172 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.33 |
| HSL | 273.53º | 0.98% | 0.34% | - |
| HSV(B) | 273.53º | 0.99% | 0.67% | - |
| XYZ | 12.4 | 5.56 | 39.45 | - |
| YUV | 49.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 172 | 0.44 | 0.99 | 0 | 0.33 | 273.53 | 0.98 | 0.34 |
| Hex | 61 | 2 | AC | 2C | 63 | 0 | 21 | 112 | 62 | 22 |
| Octal | 141 | 2 | 254 | 54 | 143 | 0 | 41 | 422 | 142 | 42 |
| Binary | 1100001 | 10 | 10101100 | 101100 | 1100011 | 0 | 100001 | 100010010 | 1100010 | 100010 |
Color Harmonies of #6102AC
Complementary color
Monochromatic Colors of #6102AC
Black with #6102AC
Text Example
Text Example
White with #6102AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102AC; }
p { color: rgb(97,2,172); }
H1.HeaderClassName
{
color: #6102AC;
}
.AnyTagClassName
{
color: #6102AC;
}
</style>
background-color css
<style>
a { background-color: #6102AC; }
a { background-color: rgb(97,2,172); }
div.DivClassName
{
background-color: #6102AC;
}
.BgClassName
{
background-color: #6102AC;
}
</style>
border-color css
<style>
span { border-color: #6102AC; }
span { border-color: rgb(97,2,172); }
td.TdClassName
{
border-color: #6102AC;
}
.TagClassName
{
border-color: #6102AC;
}
</style>