Shades of Comet #63647E
Tints of Comet #63647E
RGB
CMYK
RGB Variations
Color information
#63647E (or 0x63647E) is known color: Comet. HEX triplet: 63, 64 and 7E. RGB value is (99,100,126). Sum of RGB (Red+Green+Blue) = 99+100+126=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #63647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63647E is #9C9B81. Grayscale: #666666. Windows color (decimal): -10263426 or 8283235. OLE color: 8283235.
HSL color Cylindrical-coordinate representation of color #63647E: hue angle of 237.78º 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 #63647E is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 100 | 126 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.51 |
| HSL | 237.78º | 0.12% | 0.44% | - |
| HSV(B) | 237.78º | 0.21% | 0.49% | - |
| XYZ | 13.47 | 13.27 | 21.59 | - |
| YUV | 102.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 126 | 0.21 | 0.21 | 0 | 0.51 | 237.78 | 0.12 | 0.44 |
| Hex | 63 | 64 | 7E | 15 | 15 | 0 | 33 | EE | C | 2C |
| Octal | 143 | 144 | 176 | 25 | 25 | 0 | 63 | 356 | 14 | 54 |
| Binary | 1100011 | 1100100 | 1111110 | 10101 | 10101 | 0 | 110011 | 11101110 | 1100 | 101100 |
Color Harmonies of #63647E
Complementary color
Monochromatic Colors of #63647E
Black with #63647E
Text Example
Text Example
White with #63647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63647E; }
p { color: rgb(99,100,126); }
H1.HeaderClassName
{
color: #63647E;
}
.AnyTagClassName
{
color: #63647E;
}
</style>
background-color css
<style>
a { background-color: #63647E; }
a { background-color: rgb(99,100,126); }
div.DivClassName
{
background-color: #63647E;
}
.BgClassName
{
background-color: #63647E;
}
</style>
border-color css
<style>
span { border-color: #63647E; }
span { border-color: rgb(99,100,126); }
td.TdClassName
{
border-color: #63647E;
}
.TagClassName
{
border-color: #63647E;
}
</style>