Shades of Indigo #660998
Tints of Indigo #660998
RGB
CMYK
RGB Variations
Color information
#660998 (or 0x660998) is known color: Indigo. HEX triplet: 66, 09 and 98. RGB value is (102,9,152). Sum of RGB (Red+Green+Blue) = 102+9+152=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #660998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660998 is #99F667. Grayscale: #343434. Windows color (decimal): -10090088 or 9963878. OLE color: 9963878.
HSL color Cylindrical-coordinate representation of color #660998: hue angle of 279.02º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660998 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 9 | 152 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.40 |
| HSL | 279.02º | 0.89% | 0.32% | - |
| HSV(B) | 279.02º | 0.94% | 0.6% | - |
| XYZ | 11.24 | 5.29 | 30.13 | - |
| YUV | 53.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 152 | 0.33 | 0.94 | 0 | 0.40 | 279.02 | 0.89 | 0.32 |
| Hex | 66 | 9 | 98 | 21 | 5E | 0 | 28 | 117 | 59 | 20 |
| Octal | 146 | 11 | 230 | 41 | 136 | 0 | 50 | 427 | 131 | 40 |
| Binary | 1100110 | 1001 | 10011000 | 100001 | 1011110 | 0 | 101000 | 100010111 | 1011001 | 100000 |
Color Harmonies of #660998
Complementary color
Monochromatic Colors of #660998
Black with #660998
Text Example
Text Example
White with #660998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660998; }
p { color: rgb(102,9,152); }
H1.HeaderClassName
{
color: #660998;
}
.AnyTagClassName
{
color: #660998;
}
</style>
background-color css
<style>
a { background-color: #660998; }
a { background-color: rgb(102,9,152); }
div.DivClassName
{
background-color: #660998;
}
.BgClassName
{
background-color: #660998;
}
</style>
border-color css
<style>
span { border-color: #660998; }
span { border-color: rgb(102,9,152); }
td.TdClassName
{
border-color: #660998;
}
.TagClassName
{
border-color: #660998;
}
</style>