Shades of Comet #61636A
Tints of Comet #61636A
RGB
CMYK
RGB Variations
Color information
#61636A (or 0x61636A) is known color: Comet. HEX triplet: 61, 63 and 6A. RGB value is (97,99,106). Sum of RGB (Red+Green+Blue) = 97+99+106=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #61636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61636A is #9E9C95. Grayscale: #636363. Windows color (decimal): -10394774 or 6972257. OLE color: 6972257.
HSL color Cylindrical-coordinate representation of color #61636A: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61636A is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 99 | 106 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.58 |
| HSL | 226.67º | 0.04% | 0.4% | - |
| HSV(B) | 226.67º | 0.08% | 0.42% | - |
| XYZ | 11.99 | 12.51 | 15.42 | - |
| YUV | 99.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 106 | 0.08 | 0.07 | 0 | 0.58 | 226.67 | 0.04 | 0.4 |
| Hex | 61 | 63 | 6A | 8 | 7 | 0 | 3A | E3 | 4 | 28 |
| Octal | 141 | 143 | 152 | 10 | 7 | 0 | 72 | 343 | 4 | 50 |
| Binary | 1100001 | 1100011 | 1101010 | 1000 | 111 | 0 | 111010 | 11100011 | 100 | 101000 |
Color Harmonies of #61636A
Complementary color
Monochromatic Colors of #61636A
Black with #61636A
Text Example
Text Example
White with #61636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61636A; }
p { color: rgb(97,99,106); }
H1.HeaderClassName
{
color: #61636A;
}
.AnyTagClassName
{
color: #61636A;
}
</style>
background-color css
<style>
a { background-color: #61636A; }
a { background-color: rgb(97,99,106); }
div.DivClassName
{
background-color: #61636A;
}
.BgClassName
{
background-color: #61636A;
}
</style>
border-color css
<style>
span { border-color: #61636A; }
span { border-color: rgb(97,99,106); }
td.TdClassName
{
border-color: #61636A;
}
.TagClassName
{
border-color: #61636A;
}
</style>