Shades of Comet #63627A
Tints of Comet #63627A
RGB
CMYK
RGB Variations
Color information
#63627A (or 0x63627A) is known color: Comet. HEX triplet: 63, 62 and 7A. RGB value is (99,98,122). Sum of RGB (Red+Green+Blue) = 99+98+122=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #63627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63627A is #9C9D85. Grayscale: #646464. Windows color (decimal): -10263942 or 8020579. OLE color: 8020579.
HSL color Cylindrical-coordinate representation of color #63627A: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63627A is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 98 | 122 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.52 |
| HSL | 242.5º | 0.11% | 0.43% | - |
| HSV(B) | 242.5º | 0.2% | 0.48% | - |
| XYZ | 13.03 | 12.79 | 20.2 | - |
| YUV | 101.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 122 | 0.19 | 0.20 | 0 | 0.52 | 242.5 | 0.11 | 0.43 |
| Hex | 63 | 62 | 7A | 13 | 14 | 0 | 34 | F2 | B | 2B |
| Octal | 143 | 142 | 172 | 23 | 24 | 0 | 64 | 362 | 13 | 53 |
| Binary | 1100011 | 1100010 | 1111010 | 10011 | 10100 | 0 | 110100 | 11110010 | 1011 | 101011 |
Color Harmonies of #63627A
Complementary color
Monochromatic Colors of #63627A
Black with #63627A
Text Example
Text Example
White with #63627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63627A; }
p { color: rgb(99,98,122); }
H1.HeaderClassName
{
color: #63627A;
}
.AnyTagClassName
{
color: #63627A;
}
</style>
background-color css
<style>
a { background-color: #63627A; }
a { background-color: rgb(99,98,122); }
div.DivClassName
{
background-color: #63627A;
}
.BgClassName
{
background-color: #63627A;
}
</style>
border-color css
<style>
span { border-color: #63627A; }
span { border-color: rgb(99,98,122); }
td.TdClassName
{
border-color: #63627A;
}
.TagClassName
{
border-color: #63627A;
}
</style>