Shades of Comet #62607C
Tints of Comet #62607C
RGB
CMYK
RGB Variations
Color information
#62607C (or 0x62607C) is known color: Comet. HEX triplet: 62, 60 and 7C. RGB value is (98,96,124). Sum of RGB (Red+Green+Blue) = 98+96+124=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #62607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62607C is #9D9F83. Grayscale: #636363. Windows color (decimal): -10329988 or 8151138. OLE color: 8151138.
HSL color Cylindrical-coordinate representation of color #62607C: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62607C is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 96 | 124 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.51 |
| HSL | 244.29º | 0.13% | 0.43% | - |
| HSV(B) | 244.29º | 0.23% | 0.49% | - |
| XYZ | 12.86 | 12.42 | 20.79 | - |
| YUV | 99.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 124 | 0.21 | 0.23 | 0 | 0.51 | 244.29 | 0.13 | 0.43 |
| Hex | 62 | 60 | 7C | 15 | 17 | 0 | 33 | F4 | D | 2B |
| Octal | 142 | 140 | 174 | 25 | 27 | 0 | 63 | 364 | 15 | 53 |
| Binary | 1100010 | 1100000 | 1111100 | 10101 | 10111 | 0 | 110011 | 11110100 | 1101 | 101011 |
Color Harmonies of #62607C
Complementary color
Monochromatic Colors of #62607C
Black with #62607C
Text Example
Text Example
White with #62607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62607C; }
p { color: rgb(98,96,124); }
H1.HeaderClassName
{
color: #62607C;
}
.AnyTagClassName
{
color: #62607C;
}
</style>
background-color css
<style>
a { background-color: #62607C; }
a { background-color: rgb(98,96,124); }
div.DivClassName
{
background-color: #62607C;
}
.BgClassName
{
background-color: #62607C;
}
</style>
border-color css
<style>
span { border-color: #62607C; }
span { border-color: rgb(98,96,124); }
td.TdClassName
{
border-color: #62607C;
}
.TagClassName
{
border-color: #62607C;
}
</style>