Shades of Indigo #660888
Tints of Indigo #660888
RGB
CMYK
RGB Variations
Color information
#660888 (or 0x660888) is known color: Indigo. HEX triplet: 66, 08 and 88. RGB value is (102,8,136). Sum of RGB (Red+Green+Blue) = 102+8+136=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #660888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660888 is #99F777. Grayscale: #323232. Windows color (decimal): -10090360 or 8915046. OLE color: 8915046.
HSL color Cylindrical-coordinate representation of color #660888: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660888 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 8 | 136 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.47 |
| HSL | 284.06º | 0.89% | 0.28% | - |
| HSV(B) | 284.06º | 0.94% | 0.53% | - |
| XYZ | 10.01 | 4.78 | 23.69 | - |
| YUV | 50.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 136 | 0.25 | 0.94 | 0 | 0.47 | 284.06 | 0.89 | 0.28 |
| Hex | 66 | 8 | 88 | 19 | 5E | 0 | 2F | 11C | 59 | 1C |
| Octal | 146 | 10 | 210 | 31 | 136 | 0 | 57 | 434 | 131 | 34 |
| Binary | 1100110 | 1000 | 10001000 | 11001 | 1011110 | 0 | 101111 | 100011100 | 1011001 | 11100 |
Color Harmonies of #660888
Complementary color
Monochromatic Colors of #660888
Black with #660888
Text Example
Text Example
White with #660888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660888; }
p { color: rgb(102,8,136); }
H1.HeaderClassName
{
color: #660888;
}
.AnyTagClassName
{
color: #660888;
}
</style>
background-color css
<style>
a { background-color: #660888; }
a { background-color: rgb(102,8,136); }
div.DivClassName
{
background-color: #660888;
}
.BgClassName
{
background-color: #660888;
}
</style>
border-color css
<style>
span { border-color: #660888; }
span { border-color: rgb(102,8,136); }
td.TdClassName
{
border-color: #660888;
}
.TagClassName
{
border-color: #660888;
}
</style>