Shades of Comet #625E7A
Tints of Comet #625E7A
RGB
CMYK
RGB Variations
Color information
#625E7A (or 0x625E7A) is known color: Comet. HEX triplet: 62, 5E and 7A. RGB value is (98,94,122). Sum of RGB (Red+Green+Blue) = 98+94+122=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #625E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E7A is #9DA185. Grayscale: #626262. Windows color (decimal): -10330502 or 8019554. OLE color: 8019554.
HSL color Cylindrical-coordinate representation of color #625E7A: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #625E7A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 94 | 122 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.52 |
| HSL | 248.57º | 0.13% | 0.42% | - |
| HSV(B) | 248.57º | 0.23% | 0.48% | - |
| XYZ | 12.55 | 12.01 | 20.07 | - |
| YUV | 98.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 122 | 0.20 | 0.23 | 0 | 0.52 | 248.57 | 0.13 | 0.42 |
| Hex | 62 | 5E | 7A | 14 | 17 | 0 | 34 | F9 | D | 2A |
| Octal | 142 | 136 | 172 | 24 | 27 | 0 | 64 | 371 | 15 | 52 |
| Binary | 1100010 | 1011110 | 1111010 | 10100 | 10111 | 0 | 110100 | 11111001 | 1101 | 101010 |
Color Harmonies of #625E7A
Complementary color
Monochromatic Colors of #625E7A
Black with #625E7A
Text Example
Text Example
White with #625E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E7A; }
p { color: rgb(98,94,122); }
H1.HeaderClassName
{
color: #625E7A;
}
.AnyTagClassName
{
color: #625E7A;
}
</style>
background-color css
<style>
a { background-color: #625E7A; }
a { background-color: rgb(98,94,122); }
div.DivClassName
{
background-color: #625E7A;
}
.BgClassName
{
background-color: #625E7A;
}
</style>
border-color css
<style>
span { border-color: #625E7A; }
span { border-color: rgb(98,94,122); }
td.TdClassName
{
border-color: #625E7A;
}
.TagClassName
{
border-color: #625E7A;
}
</style>