Shades of Indigo #660690
Tints of Indigo #660690
RGB
CMYK
RGB Variations
Color information
#660690 (or 0x660690) is known color: Indigo. HEX triplet: 66, 06 and 90. RGB value is (102,6,144). Sum of RGB (Red+Green+Blue) = 102+6+144=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #660690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660690 is #99F96F. Grayscale: #313131. Windows color (decimal): -10090864 or 9438822. OLE color: 9438822.
HSL color Cylindrical-coordinate representation of color #660690: hue angle of 281.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660690 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 6 | 144 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.44 |
| HSL | 281.74º | 0.92% | 0.29% | - |
| HSV(B) | 281.74º | 0.96% | 0.56% | - |
| XYZ | 10.58 | 4.97 | 26.79 | - |
| YUV | 50.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 144 | 0.29 | 0.96 | 0 | 0.44 | 281.74 | 0.92 | 0.29 |
| Hex | 66 | 6 | 90 | 1D | 60 | 0 | 2C | 11A | 5C | 1D |
| Octal | 146 | 6 | 220 | 35 | 140 | 0 | 54 | 432 | 134 | 35 |
| Binary | 1100110 | 110 | 10010000 | 11101 | 1100000 | 0 | 101100 | 100011010 | 1011100 | 11101 |
Color Harmonies of #660690
Complementary color
Monochromatic Colors of #660690
Black with #660690
Text Example
Text Example
White with #660690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660690; }
p { color: rgb(102,6,144); }
H1.HeaderClassName
{
color: #660690;
}
.AnyTagClassName
{
color: #660690;
}
</style>
background-color css
<style>
a { background-color: #660690; }
a { background-color: rgb(102,6,144); }
div.DivClassName
{
background-color: #660690;
}
.BgClassName
{
background-color: #660690;
}
</style>
border-color css
<style>
span { border-color: #660690; }
span { border-color: rgb(102,6,144); }
td.TdClassName
{
border-color: #660690;
}
.TagClassName
{
border-color: #660690;
}
</style>