Shades of Comet #63647D
Tints of Comet #63647D
RGB
CMYK
RGB Variations
Color information
#63647D (or 0x63647D) is known color: Comet. HEX triplet: 63, 64 and 7D. RGB value is (99,100,125). Sum of RGB (Red+Green+Blue) = 99+100+125=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #63647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63647D is #9C9B82. Grayscale: #666666. Windows color (decimal): -10263427 or 8217699. OLE color: 8217699.
HSL color Cylindrical-coordinate representation of color #63647D: hue angle of 237.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63647D is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 100 | 125 | - |
| CMYK | 0.21 | 0.2 | 0 | 0.51 |
| HSL | 237.69º | 0.12% | 0.44% | - |
| HSV(B) | 237.69º | 0.21% | 0.49% | - |
| XYZ | 13.4 | 13.25 | 21.25 | - |
| YUV | 102.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 125 | 0.21 | 0.2 | 0 | 0.51 | 237.69 | 0.12 | 0.44 |
| Hex | 63 | 64 | 7D | 15 | 14 | 0 | 33 | EE | C | 2C |
| Octal | 143 | 144 | 175 | 25 | 24 | 0 | 63 | 356 | 14 | 54 |
| Binary | 1100011 | 1100100 | 1111101 | 10101 | 10100 | 0 | 110011 | 11101110 | 1100 | 101100 |
Color Harmonies of #63647D
Complementary color
Monochromatic Colors of #63647D
Black with #63647D
Text Example
Text Example
White with #63647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63647D; }
p { color: rgb(99,100,125); }
H1.HeaderClassName
{
color: #63647D;
}
.AnyTagClassName
{
color: #63647D;
}
</style>
background-color css
<style>
a { background-color: #63647D; }
a { background-color: rgb(99,100,125); }
div.DivClassName
{
background-color: #63647D;
}
.BgClassName
{
background-color: #63647D;
}
</style>
border-color css
<style>
span { border-color: #63647D; }
span { border-color: rgb(99,100,125); }
td.TdClassName
{
border-color: #63647D;
}
.TagClassName
{
border-color: #63647D;
}
</style>