Shades of Comet #63638A
Tints of Comet #63638A
RGB
CMYK
RGB Variations
Color information
#63638A (or 0x63638A) is known color: Comet. HEX triplet: 63, 63 and 8A. RGB value is (99,99,138). Sum of RGB (Red+Green+Blue) = 99+99+138=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #63638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63638A is #9C9C75. Grayscale: #676767. Windows color (decimal): -10263670 or 9069411. OLE color: 9069411.
HSL color Cylindrical-coordinate representation of color #63638A: hue angle of 240º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63638A is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 99 | 138 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.46 |
| HSL | 240º | 0.16% | 0.46% | - |
| HSV(B) | 240º | 0.28% | 0.54% | - |
| XYZ | 14.19 | 13.41 | 25.89 | - |
| YUV | 103.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 138 | 0.28 | 0.28 | 0 | 0.46 | 240 | 0.16 | 0.46 |
| Hex | 63 | 63 | 8A | 1C | 1C | 0 | 2E | F0 | 10 | 2E |
| Octal | 143 | 143 | 212 | 34 | 34 | 0 | 56 | 360 | 20 | 56 |
| Binary | 1100011 | 1100011 | 10001010 | 11100 | 11100 | 0 | 101110 | 11110000 | 10000 | 101110 |
Color Harmonies of #63638A
Complementary color
Monochromatic Colors of #63638A
Black with #63638A
Text Example
Text Example
White with #63638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63638A; }
p { color: rgb(99,99,138); }
H1.HeaderClassName
{
color: #63638A;
}
.AnyTagClassName
{
color: #63638A;
}
</style>
background-color css
<style>
a { background-color: #63638A; }
a { background-color: rgb(99,99,138); }
div.DivClassName
{
background-color: #63638A;
}
.BgClassName
{
background-color: #63638A;
}
</style>
border-color css
<style>
span { border-color: #63638A; }
span { border-color: rgb(99,99,138); }
td.TdClassName
{
border-color: #63638A;
}
.TagClassName
{
border-color: #63638A;
}
</style>