Shades of Comet #63657C
Tints of Comet #63657C
RGB
CMYK
RGB Variations
Color information
#63657C (or 0x63657C) is known color: Comet. HEX triplet: 63, 65 and 7C. RGB value is (99,101,124). Sum of RGB (Red+Green+Blue) = 99+101+124=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #63657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63657C is #9C9A83. Grayscale: #666666. Windows color (decimal): -10263172 or 8152419. OLE color: 8152419.
HSL color Cylindrical-coordinate representation of color #63657C: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63657C is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 101 | 124 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.51 |
| HSL | 235.2º | 0.11% | 0.44% | - |
| HSV(B) | 235.2º | 0.2% | 0.49% | - |
| XYZ | 13.44 | 13.42 | 20.95 | - |
| YUV | 103.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 124 | 0.20 | 0.19 | 0 | 0.51 | 235.2 | 0.11 | 0.44 |
| Hex | 63 | 65 | 7C | 14 | 13 | 0 | 33 | EB | B | 2C |
| Octal | 143 | 145 | 174 | 24 | 23 | 0 | 63 | 353 | 13 | 54 |
| Binary | 1100011 | 1100101 | 1111100 | 10100 | 10011 | 0 | 110011 | 11101011 | 1011 | 101100 |
Color Harmonies of #63657C
Complementary color
Monochromatic Colors of #63657C
Black with #63657C
Text Example
Text Example
White with #63657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63657C; }
p { color: rgb(99,101,124); }
H1.HeaderClassName
{
color: #63657C;
}
.AnyTagClassName
{
color: #63657C;
}
</style>
background-color css
<style>
a { background-color: #63657C; }
a { background-color: rgb(99,101,124); }
div.DivClassName
{
background-color: #63657C;
}
.BgClassName
{
background-color: #63657C;
}
</style>
border-color css
<style>
span { border-color: #63657C; }
span { border-color: rgb(99,101,124); }
td.TdClassName
{
border-color: #63657C;
}
.TagClassName
{
border-color: #63657C;
}
</style>