Shades of Comet #63656D
Tints of Comet #63656D
RGB
CMYK
RGB Variations
Color information
#63656D (or 0x63656D) is known color: Comet. HEX triplet: 63, 65 and 6D. RGB value is (99,101,109). Sum of RGB (Red+Green+Blue) = 99+101+109=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #63656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63656D is #9C9A92. Grayscale: #656565. Windows color (decimal): -10263187 or 7169379. OLE color: 7169379.
HSL color Cylindrical-coordinate representation of color #63656D: hue angle of 228º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63656D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 101 | 109 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.57 |
| HSL | 228º | 0.05% | 0.41% | - |
| HSV(B) | 228º | 0.09% | 0.43% | - |
| XYZ | 12.56 | 13.06 | 16.33 | - |
| YUV | 101.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 109 | 0.09 | 0.07 | 0 | 0.57 | 228 | 0.05 | 0.41 |
| Hex | 63 | 65 | 6D | 9 | 7 | 0 | 39 | E4 | 5 | 29 |
| Octal | 143 | 145 | 155 | 11 | 7 | 0 | 71 | 344 | 5 | 51 |
| Binary | 1100011 | 1100101 | 1101101 | 1001 | 111 | 0 | 111001 | 11100100 | 101 | 101001 |
Color Harmonies of #63656D
Complementary color
Monochromatic Colors of #63656D
Black with #63656D
Text Example
Text Example
White with #63656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63656D; }
p { color: rgb(99,101,109); }
H1.HeaderClassName
{
color: #63656D;
}
.AnyTagClassName
{
color: #63656D;
}
</style>
background-color css
<style>
a { background-color: #63656D; }
a { background-color: rgb(99,101,109); }
div.DivClassName
{
background-color: #63656D;
}
.BgClassName
{
background-color: #63656D;
}
</style>
border-color css
<style>
span { border-color: #63656D; }
span { border-color: rgb(99,101,109); }
td.TdClassName
{
border-color: #63656D;
}
.TagClassName
{
border-color: #63656D;
}
</style>