Shades of Comet #606077
Tints of Comet #606077
RGB
CMYK
RGB Variations
Color information
#606077 (or 0x606077) is known color: Comet. HEX triplet: 60, 60 and 77. RGB value is (96,96,119). Sum of RGB (Red+Green+Blue) = 96+96+119=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #606077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606077 is #9F9F88. Grayscale: #626262. Windows color (decimal): -10461065 or 7823456. OLE color: 7823456.
HSL color Cylindrical-coordinate representation of color #606077: hue angle of 240º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606077 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 96 | 119 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.53 |
| HSL | 240º | 0.11% | 0.42% | - |
| HSV(B) | 240º | 0.19% | 0.47% | - |
| XYZ | 12.34 | 12.18 | 19.15 | - |
| YUV | 98.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 119 | 0.19 | 0.19 | 0 | 0.53 | 240 | 0.11 | 0.42 |
| Hex | 60 | 60 | 77 | 13 | 13 | 0 | 35 | F0 | B | 2A |
| Octal | 140 | 140 | 167 | 23 | 23 | 0 | 65 | 360 | 13 | 52 |
| Binary | 1100000 | 1100000 | 1110111 | 10011 | 10011 | 0 | 110101 | 11110000 | 1011 | 101010 |
Color Harmonies of #606077
Complementary color
Monochromatic Colors of #606077
Black with #606077
Text Example
Text Example
White with #606077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606077; }
p { color: rgb(96,96,119); }
H1.HeaderClassName
{
color: #606077;
}
.AnyTagClassName
{
color: #606077;
}
</style>
background-color css
<style>
a { background-color: #606077; }
a { background-color: rgb(96,96,119); }
div.DivClassName
{
background-color: #606077;
}
.BgClassName
{
background-color: #606077;
}
</style>
border-color css
<style>
span { border-color: #606077; }
span { border-color: rgb(96,96,119); }
td.TdClassName
{
border-color: #606077;
}
.TagClassName
{
border-color: #606077;
}
</style>