Shades of Indigo #66098C
Tints of Indigo #66098C
RGB
CMYK
RGB Variations
Color information
#66098C (or 0x66098C) is known color: Indigo. HEX triplet: 66, 09 and 8C. RGB value is (102,9,140). Sum of RGB (Red+Green+Blue) = 102+9+140=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #66098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098C is #99F673. Grayscale: #333333. Windows color (decimal): -10090100 or 9177446. OLE color: 9177446.
HSL color Cylindrical-coordinate representation of color #66098C: hue angle of 282.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66098C is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 9 | 140 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.45 |
| HSL | 282.6º | 0.88% | 0.29% | - |
| HSV(B) | 282.6º | 0.94% | 0.55% | - |
| XYZ | 10.31 | 4.91 | 25.22 | - |
| YUV | 51.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 140 | 0.27 | 0.94 | 0 | 0.45 | 282.6 | 0.88 | 0.29 |
| Hex | 66 | 9 | 8C | 1B | 5E | 0 | 2D | 11B | 58 | 1D |
| Octal | 146 | 11 | 214 | 33 | 136 | 0 | 55 | 433 | 130 | 35 |
| Binary | 1100110 | 1001 | 10001100 | 11011 | 1011110 | 0 | 101101 | 100011011 | 1011000 | 11101 |
Color Harmonies of #66098C
Complementary color
Monochromatic Colors of #66098C
Black with #66098C
Text Example
Text Example
White with #66098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66098C; }
p { color: rgb(102,9,140); }
H1.HeaderClassName
{
color: #66098C;
}
.AnyTagClassName
{
color: #66098C;
}
</style>
background-color css
<style>
a { background-color: #66098C; }
a { background-color: rgb(102,9,140); }
div.DivClassName
{
background-color: #66098C;
}
.BgClassName
{
background-color: #66098C;
}
</style>
border-color css
<style>
span { border-color: #66098C; }
span { border-color: rgb(102,9,140); }
td.TdClassName
{
border-color: #66098C;
}
.TagClassName
{
border-color: #66098C;
}
</style>