Shades of Comet #61606D
Tints of Comet #61606D
RGB
CMYK
RGB Variations
Color information
#61606D (or 0x61606D) is known color: Comet. HEX triplet: 61, 60 and 6D. RGB value is (97,96,109). Sum of RGB (Red+Green+Blue) = 97+96+109=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #61606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61606D is #9E9F92. Grayscale: #616161. Windows color (decimal): -10395539 or 7168097. OLE color: 7168097.
HSL color Cylindrical-coordinate representation of color #61606D: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61606D is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 96 | 109 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.57 |
| HSL | 244.62º | 0.06% | 0.4% | - |
| HSV(B) | 244.62º | 0.12% | 0.43% | - |
| XYZ | 11.87 | 12.01 | 16.16 | - |
| YUV | 97.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 109 | 0.11 | 0.12 | 0 | 0.57 | 244.62 | 0.06 | 0.4 |
| Hex | 61 | 60 | 6D | B | C | 0 | 39 | F5 | 6 | 28 |
| Octal | 141 | 140 | 155 | 13 | 14 | 0 | 71 | 365 | 6 | 50 |
| Binary | 1100001 | 1100000 | 1101101 | 1011 | 1100 | 0 | 111001 | 11110101 | 110 | 101000 |
Color Harmonies of #61606D
Complementary color
Monochromatic Colors of #61606D
Black with #61606D
Text Example
Text Example
White with #61606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61606D; }
p { color: rgb(97,96,109); }
H1.HeaderClassName
{
color: #61606D;
}
.AnyTagClassName
{
color: #61606D;
}
</style>
background-color css
<style>
a { background-color: #61606D; }
a { background-color: rgb(97,96,109); }
div.DivClassName
{
background-color: #61606D;
}
.BgClassName
{
background-color: #61606D;
}
</style>
border-color css
<style>
span { border-color: #61606D; }
span { border-color: rgb(97,96,109); }
td.TdClassName
{
border-color: #61606D;
}
.TagClassName
{
border-color: #61606D;
}
</style>