Shades of Comet #63667C
Tints of Comet #63667C
RGB
CMYK
RGB Variations
Color information
#63667C (or 0x63667C) is known color: Comet. HEX triplet: 63, 66 and 7C. RGB value is (99,102,124). Sum of RGB (Red+Green+Blue) = 99+102+124=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #63667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63667C is #9C9983. Grayscale: #676767. Windows color (decimal): -10262916 or 8152675. OLE color: 8152675.
HSL color Cylindrical-coordinate representation of color #63667C: hue angle of 232.8º 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 #63667C is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 102 | 124 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.51 |
| HSL | 232.8º | 0.11% | 0.44% | - |
| HSV(B) | 232.8º | 0.2% | 0.49% | - |
| XYZ | 13.54 | 13.61 | 20.98 | - |
| YUV | 103.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 124 | 0.20 | 0.18 | 0 | 0.51 | 232.8 | 0.11 | 0.44 |
| Hex | 63 | 66 | 7C | 14 | 12 | 0 | 33 | E9 | B | 2C |
| Octal | 143 | 146 | 174 | 24 | 22 | 0 | 63 | 351 | 13 | 54 |
| Binary | 1100011 | 1100110 | 1111100 | 10100 | 10010 | 0 | 110011 | 11101001 | 1011 | 101100 |
Color Harmonies of #63667C
Complementary color
Monochromatic Colors of #63667C
Black with #63667C
Text Example
Text Example
White with #63667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63667C; }
p { color: rgb(99,102,124); }
H1.HeaderClassName
{
color: #63667C;
}
.AnyTagClassName
{
color: #63667C;
}
</style>
background-color css
<style>
a { background-color: #63667C; }
a { background-color: rgb(99,102,124); }
div.DivClassName
{
background-color: #63667C;
}
.BgClassName
{
background-color: #63667C;
}
</style>
border-color css
<style>
span { border-color: #63667C; }
span { border-color: rgb(99,102,124); }
td.TdClassName
{
border-color: #63667C;
}
.TagClassName
{
border-color: #63667C;
}
</style>