Shades of Comet #60606E
Tints of Comet #60606E
RGB
CMYK
RGB Variations
Color information
#60606E (or 0x60606E) is known color: Comet. HEX triplet: 60, 60 and 6E. RGB value is (96,96,110). Sum of RGB (Red+Green+Blue) = 96+96+110=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #60606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60606E is #9F9F91. Grayscale: #616161. Windows color (decimal): -10461074 or 7233632. OLE color: 7233632.
HSL color Cylindrical-coordinate representation of color #60606E: hue angle of 240º 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 #60606E is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 96 | 110 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.57 |
| HSL | 240º | 0.07% | 0.4% | - |
| HSV(B) | 240º | 0.13% | 0.43% | - |
| XYZ | 11.82 | 11.98 | 16.44 | - |
| YUV | 97.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 110 | 0.13 | 0.13 | 0 | 0.57 | 240 | 0.07 | 0.4 |
| Hex | 60 | 60 | 6E | D | D | 0 | 39 | F0 | 7 | 28 |
| Octal | 140 | 140 | 156 | 15 | 15 | 0 | 71 | 360 | 7 | 50 |
| Binary | 1100000 | 1100000 | 1101110 | 1101 | 1101 | 0 | 111001 | 11110000 | 111 | 101000 |
Color Harmonies of #60606E
Complementary color
Monochromatic Colors of #60606E
Black with #60606E
Text Example
Text Example
White with #60606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60606E; }
p { color: rgb(96,96,110); }
H1.HeaderClassName
{
color: #60606E;
}
.AnyTagClassName
{
color: #60606E;
}
</style>
background-color css
<style>
a { background-color: #60606E; }
a { background-color: rgb(96,96,110); }
div.DivClassName
{
background-color: #60606E;
}
.BgClassName
{
background-color: #60606E;
}
</style>
border-color css
<style>
span { border-color: #60606E; }
span { border-color: rgb(96,96,110); }
td.TdClassName
{
border-color: #60606E;
}
.TagClassName
{
border-color: #60606E;
}
</style>