Shades of Comet #626273
Tints of Comet #626273
RGB
CMYK
RGB Variations
Color information
#626273 (or 0x626273) is known color: Comet. HEX triplet: 62, 62 and 73. RGB value is (98,98,115). Sum of RGB (Red+Green+Blue) = 98+98+115=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #626273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626273 is #9D9D8C. Grayscale: #636363. Windows color (decimal): -10329485 or 7561826. OLE color: 7561826.
HSL color Cylindrical-coordinate representation of color #626273: hue angle of 240º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626273 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 98 | 115 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.55 |
| HSL | 240º | 0.08% | 0.42% | - |
| HSV(B) | 240º | 0.15% | 0.45% | - |
| XYZ | 12.5 | 12.57 | 17.99 | - |
| YUV | 99.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 115 | 0.15 | 0.15 | 0 | 0.55 | 240 | 0.08 | 0.42 |
| Hex | 62 | 62 | 73 | F | F | 0 | 37 | F0 | 8 | 2A |
| Octal | 142 | 142 | 163 | 17 | 17 | 0 | 67 | 360 | 10 | 52 |
| Binary | 1100010 | 1100010 | 1110011 | 1111 | 1111 | 0 | 110111 | 11110000 | 1000 | 101010 |
Color Harmonies of #626273
Complementary color
Monochromatic Colors of #626273
Black with #626273
Text Example
Text Example
White with #626273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626273; }
p { color: rgb(98,98,115); }
H1.HeaderClassName
{
color: #626273;
}
.AnyTagClassName
{
color: #626273;
}
</style>
background-color css
<style>
a { background-color: #626273; }
a { background-color: rgb(98,98,115); }
div.DivClassName
{
background-color: #626273;
}
.BgClassName
{
background-color: #626273;
}
</style>
border-color css
<style>
span { border-color: #626273; }
span { border-color: rgb(98,98,115); }
td.TdClassName
{
border-color: #626273;
}
.TagClassName
{
border-color: #626273;
}
</style>