Shades of Comet #625E7C
Tints of Comet #625E7C
RGB
CMYK
RGB Variations
Color information
#625E7C (or 0x625E7C) is known color: Comet. HEX triplet: 62, 5E and 7C. RGB value is (98,94,124). Sum of RGB (Red+Green+Blue) = 98+94+124=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #625E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E7C is #9DA183. Grayscale: #626262. Windows color (decimal): -10330500 or 8150626. OLE color: 8150626.
HSL color Cylindrical-coordinate representation of color #625E7C: hue angle of 248º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625E7C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 94 | 124 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.51 |
| HSL | 248º | 0.14% | 0.43% | - |
| HSV(B) | 248º | 0.24% | 0.49% | - |
| XYZ | 12.68 | 12.06 | 20.73 | - |
| YUV | 98.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 124 | 0.21 | 0.24 | 0 | 0.51 | 248 | 0.14 | 0.43 |
| Hex | 62 | 5E | 7C | 15 | 18 | 0 | 33 | F8 | E | 2B |
| Octal | 142 | 136 | 174 | 25 | 30 | 0 | 63 | 370 | 16 | 53 |
| Binary | 1100010 | 1011110 | 1111100 | 10101 | 11000 | 0 | 110011 | 11111000 | 1110 | 101011 |
Color Harmonies of #625E7C
Complementary color
Monochromatic Colors of #625E7C
Black with #625E7C
Text Example
Text Example
White with #625E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E7C; }
p { color: rgb(98,94,124); }
H1.HeaderClassName
{
color: #625E7C;
}
.AnyTagClassName
{
color: #625E7C;
}
</style>
background-color css
<style>
a { background-color: #625E7C; }
a { background-color: rgb(98,94,124); }
div.DivClassName
{
background-color: #625E7C;
}
.BgClassName
{
background-color: #625E7C;
}
</style>
border-color css
<style>
span { border-color: #625E7C; }
span { border-color: rgb(98,94,124); }
td.TdClassName
{
border-color: #625E7C;
}
.TagClassName
{
border-color: #625E7C;
}
</style>