Shades of Comet #61636D
Tints of Comet #61636D
RGB
CMYK
RGB Variations
Color information
#61636D (or 0x61636D) is known color: Comet. HEX triplet: 61, 63 and 6D. RGB value is (97,99,109). Sum of RGB (Red+Green+Blue) = 97+99+109=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #61636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61636D is #9E9C92. Grayscale: #636363. Windows color (decimal): -10394771 or 7168865. OLE color: 7168865.
HSL color Cylindrical-coordinate representation of color #61636D: hue angle of 230º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61636D is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 99 | 109 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.57 |
| HSL | 230º | 0.06% | 0.4% | - |
| HSV(B) | 230º | 0.11% | 0.43% | - |
| XYZ | 12.15 | 12.57 | 16.25 | - |
| YUV | 99.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 109 | 0.11 | 0.09 | 0 | 0.57 | 230 | 0.06 | 0.4 |
| Hex | 61 | 63 | 6D | B | 9 | 0 | 39 | E6 | 6 | 28 |
| Octal | 141 | 143 | 155 | 13 | 11 | 0 | 71 | 346 | 6 | 50 |
| Binary | 1100001 | 1100011 | 1101101 | 1011 | 1001 | 0 | 111001 | 11100110 | 110 | 101000 |
Color Harmonies of #61636D
Complementary color
Monochromatic Colors of #61636D
Black with #61636D
Text Example
Text Example
White with #61636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61636D; }
p { color: rgb(97,99,109); }
H1.HeaderClassName
{
color: #61636D;
}
.AnyTagClassName
{
color: #61636D;
}
</style>
background-color css
<style>
a { background-color: #61636D; }
a { background-color: rgb(97,99,109); }
div.DivClassName
{
background-color: #61636D;
}
.BgClassName
{
background-color: #61636D;
}
</style>
border-color css
<style>
span { border-color: #61636D; }
span { border-color: rgb(97,99,109); }
td.TdClassName
{
border-color: #61636D;
}
.TagClassName
{
border-color: #61636D;
}
</style>