Shades of Comet #61636F
Tints of Comet #61636F
RGB
CMYK
RGB Variations
Color information
#61636F (or 0x61636F) is known color: Comet. HEX triplet: 61, 63 and 6F. RGB value is (97,99,111). Sum of RGB (Red+Green+Blue) = 97+99+111=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: blue. Hex color #61636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61636F is #9E9C90. Grayscale: #636363. Windows color (decimal): -10394769 or 7299937. OLE color: 7299937.
HSL color Cylindrical-coordinate representation of color #61636F: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61636F is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 99 | 111 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.56 |
| HSL | 231.43º | 0.07% | 0.41% | - |
| HSV(B) | 231.43º | 0.13% | 0.44% | - |
| XYZ | 12.26 | 12.61 | 16.83 | - |
| YUV | 99.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 111 | 0.13 | 0.11 | 0 | 0.56 | 231.43 | 0.07 | 0.41 |
| Hex | 61 | 63 | 6F | D | B | 0 | 38 | E7 | 7 | 29 |
| Octal | 141 | 143 | 157 | 15 | 13 | 0 | 70 | 347 | 7 | 51 |
| Binary | 1100001 | 1100011 | 1101111 | 1101 | 1011 | 0 | 111000 | 11100111 | 111 | 101001 |
Color Harmonies of #61636F
Complementary color
Monochromatic Colors of #61636F
Black with #61636F
Text Example
Text Example
White with #61636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61636F; }
p { color: rgb(97,99,111); }
H1.HeaderClassName
{
color: #61636F;
}
.AnyTagClassName
{
color: #61636F;
}
</style>
background-color css
<style>
a { background-color: #61636F; }
a { background-color: rgb(97,99,111); }
div.DivClassName
{
background-color: #61636F;
}
.BgClassName
{
background-color: #61636F;
}
</style>
border-color css
<style>
span { border-color: #61636F; }
span { border-color: rgb(97,99,111); }
td.TdClassName
{
border-color: #61636F;
}
.TagClassName
{
border-color: #61636F;
}
</style>