Shades of Comet #606176
Tints of Comet #606176
RGB
CMYK
RGB Variations
Color information
#606176 (or 0x606176) is known color: Comet. HEX triplet: 60, 61 and 76. RGB value is (96,97,118). Sum of RGB (Red+Green+Blue) = 96+97+118=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #606176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606176 is #9F9E89. Grayscale: #636363. Windows color (decimal): -10460810 or 7758176. OLE color: 7758176.
HSL color Cylindrical-coordinate representation of color #606176: hue angle of 237.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606176 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 97 | 118 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.54 |
| HSL | 237.27º | 0.1% | 0.42% | - |
| HSV(B) | 237.27º | 0.19% | 0.46% | - |
| XYZ | 12.37 | 12.34 | 18.87 | - |
| YUV | 99.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 118 | 0.19 | 0.18 | 0 | 0.54 | 237.27 | 0.1 | 0.42 |
| Hex | 60 | 61 | 76 | 13 | 12 | 0 | 36 | ED | A | 2A |
| Octal | 140 | 141 | 166 | 23 | 22 | 0 | 66 | 355 | 12 | 52 |
| Binary | 1100000 | 1100001 | 1110110 | 10011 | 10010 | 0 | 110110 | 11101101 | 1010 | 101010 |
Color Harmonies of #606176
Complementary color
Monochromatic Colors of #606176
Black with #606176
Text Example
Text Example
White with #606176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606176; }
p { color: rgb(96,97,118); }
H1.HeaderClassName
{
color: #606176;
}
.AnyTagClassName
{
color: #606176;
}
</style>
background-color css
<style>
a { background-color: #606176; }
a { background-color: rgb(96,97,118); }
div.DivClassName
{
background-color: #606176;
}
.BgClassName
{
background-color: #606176;
}
</style>
border-color css
<style>
span { border-color: #606176; }
span { border-color: rgb(96,97,118); }
td.TdClassName
{
border-color: #606176;
}
.TagClassName
{
border-color: #606176;
}
</style>