Shades of Comet #63648D
Tints of Comet #63648D
RGB
CMYK
RGB Variations
Color information
#63648D (or 0x63648D) is known color: Comet. HEX triplet: 63, 64 and 8D. RGB value is (99,100,141). Sum of RGB (Red+Green+Blue) = 99+100+141=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #63648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63648D is #9C9B72. Grayscale: #686868. Windows color (decimal): -10263411 or 9266275. OLE color: 9266275.
HSL color Cylindrical-coordinate representation of color #63648D: hue angle of 238.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63648D is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 100 | 141 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.45 |
| HSL | 238.57º | 0.18% | 0.47% | - |
| HSV(B) | 238.57º | 0.3% | 0.55% | - |
| XYZ | 14.51 | 13.69 | 27.08 | - |
| YUV | 104.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 141 | 0.30 | 0.29 | 0 | 0.45 | 238.57 | 0.18 | 0.47 |
| Hex | 63 | 64 | 8D | 1E | 1D | 0 | 2D | EF | 12 | 2F |
| Octal | 143 | 144 | 215 | 36 | 35 | 0 | 55 | 357 | 22 | 57 |
| Binary | 1100011 | 1100100 | 10001101 | 11110 | 11101 | 0 | 101101 | 11101111 | 10010 | 101111 |
Color Harmonies of #63648D
Complementary color
Monochromatic Colors of #63648D
Black with #63648D
Text Example
Text Example
White with #63648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63648D; }
p { color: rgb(99,100,141); }
H1.HeaderClassName
{
color: #63648D;
}
.AnyTagClassName
{
color: #63648D;
}
</style>
background-color css
<style>
a { background-color: #63648D; }
a { background-color: rgb(99,100,141); }
div.DivClassName
{
background-color: #63648D;
}
.BgClassName
{
background-color: #63648D;
}
</style>
border-color css
<style>
span { border-color: #63648D; }
span { border-color: rgb(99,100,141); }
td.TdClassName
{
border-color: #63648D;
}
.TagClassName
{
border-color: #63648D;
}
</style>