Shades of Comet #606170
Tints of Comet #606170
RGB
CMYK
RGB Variations
Color information
#606170 (or 0x606170) is known color: Comet. HEX triplet: 60, 61 and 70. RGB value is (96,97,112). Sum of RGB (Red+Green+Blue) = 96+97+112=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #606170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606170 is #9F9E8F. Grayscale: #626262. Windows color (decimal): -10460816 or 7364960. OLE color: 7364960.
HSL color Cylindrical-coordinate representation of color #606170: hue angle of 236.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606170 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 97 | 112 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.56 |
| HSL | 236.25º | 0.08% | 0.41% | - |
| HSV(B) | 236.25º | 0.14% | 0.44% | - |
| XYZ | 12.02 | 12.21 | 17.05 | - |
| YUV | 98.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 112 | 0.14 | 0.13 | 0 | 0.56 | 236.25 | 0.08 | 0.41 |
| Hex | 60 | 61 | 70 | E | D | 0 | 38 | EC | 8 | 29 |
| Octal | 140 | 141 | 160 | 16 | 15 | 0 | 70 | 354 | 10 | 51 |
| Binary | 1100000 | 1100001 | 1110000 | 1110 | 1101 | 0 | 111000 | 11101100 | 1000 | 101001 |
Color Harmonies of #606170
Complementary color
Monochromatic Colors of #606170
Black with #606170
Text Example
Text Example
White with #606170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606170; }
p { color: rgb(96,97,112); }
H1.HeaderClassName
{
color: #606170;
}
.AnyTagClassName
{
color: #606170;
}
</style>
background-color css
<style>
a { background-color: #606170; }
a { background-color: rgb(96,97,112); }
div.DivClassName
{
background-color: #606170;
}
.BgClassName
{
background-color: #606170;
}
</style>
border-color css
<style>
span { border-color: #606170; }
span { border-color: rgb(96,97,112); }
td.TdClassName
{
border-color: #606170;
}
.TagClassName
{
border-color: #606170;
}
</style>