Shades of Comet #61637F
Tints of Comet #61637F
RGB
CMYK
RGB Variations
Color information
#61637F (or 0x61637F) is known color: Comet. HEX triplet: 61, 63 and 7F. RGB value is (97,99,127). Sum of RGB (Red+Green+Blue) = 97+99+127=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #61637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61637F is #9E9C80. Grayscale: #656565. Windows color (decimal): -10394753 or 8348513. OLE color: 8348513.
HSL color Cylindrical-coordinate representation of color #61637F: hue angle of 236º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61637F is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 99 | 127 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.50 |
| HSL | 236º | 0.13% | 0.44% | - |
| HSV(B) | 236º | 0.24% | 0.5% | - |
| XYZ | 13.22 | 13 | 21.89 | - |
| YUV | 101.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 127 | 0.24 | 0.22 | 0 | 0.50 | 236 | 0.13 | 0.44 |
| Hex | 61 | 63 | 7F | 18 | 16 | 0 | 32 | EC | D | 2C |
| Octal | 141 | 143 | 177 | 30 | 26 | 0 | 62 | 354 | 15 | 54 |
| Binary | 1100001 | 1100011 | 1111111 | 11000 | 10110 | 0 | 110010 | 11101100 | 1101 | 101100 |
Color Harmonies of #61637F
Complementary color
Monochromatic Colors of #61637F
Black with #61637F
Text Example
Text Example
White with #61637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61637F; }
p { color: rgb(97,99,127); }
H1.HeaderClassName
{
color: #61637F;
}
.AnyTagClassName
{
color: #61637F;
}
</style>
background-color css
<style>
a { background-color: #61637F; }
a { background-color: rgb(97,99,127); }
div.DivClassName
{
background-color: #61637F;
}
.BgClassName
{
background-color: #61637F;
}
</style>
border-color css
<style>
span { border-color: #61637F; }
span { border-color: rgb(97,99,127); }
td.TdClassName
{
border-color: #61637F;
}
.TagClassName
{
border-color: #61637F;
}
</style>