Shades of Indigo #6610A0
Tints of Indigo #6610A0
RGB
CMYK
RGB Variations
Color information
#6610A0 (or 0x6610A0) is known color: Indigo. HEX triplet: 66, 10 and A0. RGB value is (102,16,160). Sum of RGB (Red+Green+Blue) = 102+16+160=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #6610A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610A0 is #99EF5F. Grayscale: #393939. Windows color (decimal): -10088288 or 10489958. OLE color: 10489958.
HSL color Cylindrical-coordinate representation of color #6610A0: hue angle of 275.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6610A0 is Cyan = 0.36, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 16 | 160 | - |
| CMYK | 0.36 | 0.9 | 0 | 0.37 |
| HSL | 275.83º | 0.82% | 0.35% | - |
| HSV(B) | 275.83º | 0.9% | 0.63% | - |
| XYZ | 12.01 | 5.73 | 33.73 | - |
| YUV | 58.13 | 185.49 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 160 | 0.36 | 0.9 | 0 | 0.37 | 275.83 | 0.82 | 0.35 |
| Hex | 66 | 10 | A0 | 24 | 5A | 0 | 25 | 114 | 52 | 23 |
| Octal | 146 | 20 | 240 | 44 | 132 | 0 | 45 | 424 | 122 | 43 |
| Binary | 1100110 | 10000 | 10100000 | 100100 | 1011010 | 0 | 100101 | 100010100 | 1010010 | 100011 |
Color Harmonies of #6610A0
Complementary color
Monochromatic Colors of #6610A0
Black with #6610A0
Text Example
Text Example
White with #6610A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610A0; }
p { color: rgb(102,16,160); }
H1.HeaderClassName
{
color: #6610A0;
}
.AnyTagClassName
{
color: #6610A0;
}
</style>
background-color css
<style>
a { background-color: #6610A0; }
a { background-color: rgb(102,16,160); }
div.DivClassName
{
background-color: #6610A0;
}
.BgClassName
{
background-color: #6610A0;
}
</style>
border-color css
<style>
span { border-color: #6610A0; }
span { border-color: rgb(102,16,160); }
td.TdClassName
{
border-color: #6610A0;
}
.TagClassName
{
border-color: #6610A0;
}
</style>