Shades of Comet #60616E
Tints of Comet #60616E
RGB
CMYK
RGB Variations
Color information
#60616E (or 0x60616E) is known color: Comet. HEX triplet: 60, 61 and 6E. RGB value is (96,97,110). Sum of RGB (Red+Green+Blue) = 96+97+110=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #60616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60616E is #9F9E91. Grayscale: #626262. Windows color (decimal): -10460818 or 7233888. OLE color: 7233888.
HSL color Cylindrical-coordinate representation of color #60616E: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60616E is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 97 | 110 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.57 |
| HSL | 235.71º | 0.07% | 0.4% | - |
| HSV(B) | 235.71º | 0.13% | 0.43% | - |
| XYZ | 11.91 | 12.16 | 16.47 | - |
| YUV | 98.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 110 | 0.13 | 0.12 | 0 | 0.57 | 235.71 | 0.07 | 0.4 |
| Hex | 60 | 61 | 6E | D | C | 0 | 39 | EC | 7 | 28 |
| Octal | 140 | 141 | 156 | 15 | 14 | 0 | 71 | 354 | 7 | 50 |
| Binary | 1100000 | 1100001 | 1101110 | 1101 | 1100 | 0 | 111001 | 11101100 | 111 | 101000 |
Color Harmonies of #60616E
Complementary color
Monochromatic Colors of #60616E
Black with #60616E
Text Example
Text Example
White with #60616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60616E; }
p { color: rgb(96,97,110); }
H1.HeaderClassName
{
color: #60616E;
}
.AnyTagClassName
{
color: #60616E;
}
</style>
background-color css
<style>
a { background-color: #60616E; }
a { background-color: rgb(96,97,110); }
div.DivClassName
{
background-color: #60616E;
}
.BgClassName
{
background-color: #60616E;
}
</style>
border-color css
<style>
span { border-color: #60616E; }
span { border-color: rgb(96,97,110); }
td.TdClassName
{
border-color: #60616E;
}
.TagClassName
{
border-color: #60616E;
}
</style>