Shades of Comet #606273
Tints of Comet #606273
RGB
CMYK
RGB Variations
Color information
#606273 (or 0x606273) is known color: Comet. HEX triplet: 60, 62 and 73. RGB value is (96,98,115). Sum of RGB (Red+Green+Blue) = 96+98+115=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #606273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606273 is #9F9D8C. Grayscale: #636363. Windows color (decimal): -10460557 or 7561824. OLE color: 7561824.
HSL color Cylindrical-coordinate representation of color #606273: hue angle of 233.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606273 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 98 | 115 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.55 |
| HSL | 233.68º | 0.09% | 0.41% | - |
| HSV(B) | 233.68º | 0.17% | 0.45% | - |
| XYZ | 12.29 | 12.46 | 17.98 | - |
| YUV | 99.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 115 | 0.17 | 0.15 | 0 | 0.55 | 233.68 | 0.09 | 0.41 |
| Hex | 60 | 62 | 73 | 11 | F | 0 | 37 | EA | 9 | 29 |
| Octal | 140 | 142 | 163 | 21 | 17 | 0 | 67 | 352 | 11 | 51 |
| Binary | 1100000 | 1100010 | 1110011 | 10001 | 1111 | 0 | 110111 | 11101010 | 1001 | 101001 |
Color Harmonies of #606273
Complementary color
Monochromatic Colors of #606273
Black with #606273
Text Example
Text Example
White with #606273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606273; }
p { color: rgb(96,98,115); }
H1.HeaderClassName
{
color: #606273;
}
.AnyTagClassName
{
color: #606273;
}
</style>
background-color css
<style>
a { background-color: #606273; }
a { background-color: rgb(96,98,115); }
div.DivClassName
{
background-color: #606273;
}
.BgClassName
{
background-color: #606273;
}
</style>
border-color css
<style>
span { border-color: #606273; }
span { border-color: rgb(96,98,115); }
td.TdClassName
{
border-color: #606273;
}
.TagClassName
{
border-color: #606273;
}
</style>