Shades of Comet #626572
Tints of Comet #626572
RGB
CMYK
RGB Variations
Color information
#626572 (or 0x626572) is known color: Comet. HEX triplet: 62, 65 and 72. RGB value is (98,101,114). Sum of RGB (Red+Green+Blue) = 98+101+114=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #626572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626572 is #9D9A8D. Grayscale: #656565. Windows color (decimal): -10328718 or 7497058. OLE color: 7497058.
HSL color Cylindrical-coordinate representation of color #626572: hue angle of 228.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626572 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 101 | 114 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.55 |
| HSL | 228.75º | 0.08% | 0.42% | - |
| HSV(B) | 228.75º | 0.14% | 0.45% | - |
| XYZ | 12.73 | 13.12 | 17.78 | - |
| YUV | 101.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 114 | 0.14 | 0.11 | 0 | 0.55 | 228.75 | 0.08 | 0.42 |
| Hex | 62 | 65 | 72 | E | B | 0 | 37 | E5 | 8 | 2A |
| Octal | 142 | 145 | 162 | 16 | 13 | 0 | 67 | 345 | 10 | 52 |
| Binary | 1100010 | 1100101 | 1110010 | 1110 | 1011 | 0 | 110111 | 11100101 | 1000 | 101010 |
Color Harmonies of #626572
Complementary color
Monochromatic Colors of #626572
Black with #626572
Text Example
Text Example
White with #626572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626572; }
p { color: rgb(98,101,114); }
H1.HeaderClassName
{
color: #626572;
}
.AnyTagClassName
{
color: #626572;
}
</style>
background-color css
<style>
a { background-color: #626572; }
a { background-color: rgb(98,101,114); }
div.DivClassName
{
background-color: #626572;
}
.BgClassName
{
background-color: #626572;
}
</style>
border-color css
<style>
span { border-color: #626572; }
span { border-color: rgb(98,101,114); }
td.TdClassName
{
border-color: #626572;
}
.TagClassName
{
border-color: #626572;
}
</style>