Shades of Comet #63667A
Tints of Comet #63667A
RGB
CMYK
RGB Variations
Color information
#63667A (or 0x63667A) is known color: Comet. HEX triplet: 63, 66 and 7A. RGB value is (99,102,122). Sum of RGB (Red+Green+Blue) = 99+102+122=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #63667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63667A is #9C9985. Grayscale: #676767. Windows color (decimal): -10262918 or 8021603. OLE color: 8021603.
HSL color Cylindrical-coordinate representation of color #63667A: hue angle of 232.17º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63667A is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 102 | 122 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.52 |
| HSL | 232.17º | 0.1% | 0.43% | - |
| HSV(B) | 232.17º | 0.19% | 0.48% | - |
| XYZ | 13.41 | 13.56 | 20.32 | - |
| YUV | 103.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 122 | 0.19 | 0.16 | 0 | 0.52 | 232.17 | 0.1 | 0.43 |
| Hex | 63 | 66 | 7A | 13 | 10 | 0 | 34 | E8 | A | 2B |
| Octal | 143 | 146 | 172 | 23 | 20 | 0 | 64 | 350 | 12 | 53 |
| Binary | 1100011 | 1100110 | 1111010 | 10011 | 10000 | 0 | 110100 | 11101000 | 1010 | 101011 |
Color Harmonies of #63667A
Complementary color
Monochromatic Colors of #63667A
Black with #63667A
Text Example
Text Example
White with #63667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63667A; }
p { color: rgb(99,102,122); }
H1.HeaderClassName
{
color: #63667A;
}
.AnyTagClassName
{
color: #63667A;
}
</style>
background-color css
<style>
a { background-color: #63667A; }
a { background-color: rgb(99,102,122); }
div.DivClassName
{
background-color: #63667A;
}
.BgClassName
{
background-color: #63667A;
}
</style>
border-color css
<style>
span { border-color: #63667A; }
span { border-color: rgb(99,102,122); }
td.TdClassName
{
border-color: #63667A;
}
.TagClassName
{
border-color: #63667A;
}
</style>