Shades of Indigo #6600AC
Tints of Indigo #6600AC
RGB
CMYK
RGB Variations
Color information
#6600AC (or 0x6600AC) is known color: Indigo. HEX triplet: 66, 00 and AC. RGB value is (102,0,172). Sum of RGB (Red+Green+Blue) = 102+0+172=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #6600AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6600AC is #99FF53. Grayscale: #313131. Windows color (decimal): -10092372 or 11272294. OLE color: 11272294.
HSL color Cylindrical-coordinate representation of color #6600AC: hue angle of 275.58º 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 #6600AC is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 0 | 172 | - |
| CMYK | 0.41 | 1 | 0 | 0.33 |
| HSL | 275.58º | 1% | 0.34% | - |
| HSV(B) | 275.58º | 1% | 0.67% | - |
| XYZ | 12.93 | 5.8 | 39.47 | - |
| YUV | 50.11 | 196.79 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 172 | 0.41 | 1 | 0 | 0.33 | 275.58 | 1 | 0.34 |
| Hex | 66 | 0 | AC | 29 | 64 | 0 | 21 | 114 | 64 | 22 |
| Octal | 146 | 0 | 254 | 51 | 144 | 0 | 41 | 424 | 144 | 42 |
| Binary | 1100110 | 0 | 10101100 | 101001 | 1100100 | 0 | 100001 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6600AC
Complementary color
Monochromatic Colors of #6600AC
Black with #6600AC
Text Example
Text Example
White with #6600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600AC; }
p { color: rgb(102,0,172); }
H1.HeaderClassName
{
color: #6600AC;
}
.AnyTagClassName
{
color: #6600AC;
}
</style>
background-color css
<style>
a { background-color: #6600AC; }
a { background-color: rgb(102,0,172); }
div.DivClassName
{
background-color: #6600AC;
}
.BgClassName
{
background-color: #6600AC;
}
</style>
border-color css
<style>
span { border-color: #6600AC; }
span { border-color: rgb(102,0,172); }
td.TdClassName
{
border-color: #6600AC;
}
.TagClassName
{
border-color: #6600AC;
}
</style>