Shades of Indigo #6601AB
Tints of Indigo #6601AB
RGB
CMYK
RGB Variations
Color information
#6601AB (or 0x6601AB) is known color: Indigo. HEX triplet: 66, 01 and AB. RGB value is (102,1,171). Sum of RGB (Red+Green+Blue) = 102+1+171=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #6601AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6601AB is #99FE54. Grayscale: #323232. Windows color (decimal): -10092117 or 11207014. OLE color: 11207014.
HSL color Cylindrical-coordinate representation of color #6601AB: hue angle of 275.65º degrees, saturation: 0.99, 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 #6601AB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 1 | 171 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.33 |
| HSL | 275.65º | 0.99% | 0.34% | - |
| HSV(B) | 275.65º | 0.99% | 0.67% | - |
| XYZ | 12.84 | 5.79 | 38.97 | - |
| YUV | 50.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 171 | 0.40 | 0.99 | 0 | 0.33 | 275.65 | 0.99 | 0.34 |
| Hex | 66 | 1 | AB | 28 | 63 | 0 | 21 | 114 | 63 | 22 |
| Octal | 146 | 1 | 253 | 50 | 143 | 0 | 41 | 424 | 143 | 42 |
| Binary | 1100110 | 1 | 10101011 | 101000 | 1100011 | 0 | 100001 | 100010100 | 1100011 | 100010 |
Color Harmonies of #6601AB
Complementary color
Monochromatic Colors of #6601AB
Black with #6601AB
Text Example
Text Example
White with #6601AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6601AB; }
p { color: rgb(102,1,171); }
H1.HeaderClassName
{
color: #6601AB;
}
.AnyTagClassName
{
color: #6601AB;
}
</style>
background-color css
<style>
a { background-color: #6601AB; }
a { background-color: rgb(102,1,171); }
div.DivClassName
{
background-color: #6601AB;
}
.BgClassName
{
background-color: #6601AB;
}
</style>
border-color css
<style>
span { border-color: #6601AB; }
span { border-color: rgb(102,1,171); }
td.TdClassName
{
border-color: #6601AB;
}
.TagClassName
{
border-color: #6601AB;
}
</style>