Shades of Comet #63607E
Tints of Comet #63607E
RGB
CMYK
RGB Variations
Color information
#63607E (or 0x63607E) is known color: Comet. HEX triplet: 63, 60 and 7E. RGB value is (99,96,126). Sum of RGB (Red+Green+Blue) = 99+96+126=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #63607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63607E is #9C9F81. Grayscale: #646464. Windows color (decimal): -10264450 or 8282211. OLE color: 8282211.
HSL color Cylindrical-coordinate representation of color #63607E: hue angle of 246º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63607E is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 96 | 126 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.51 |
| HSL | 246º | 0.14% | 0.44% | - |
| HSV(B) | 246º | 0.24% | 0.49% | - |
| XYZ | 13.09 | 12.52 | 21.47 | - |
| YUV | 100.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 126 | 0.21 | 0.24 | 0 | 0.51 | 246 | 0.14 | 0.44 |
| Hex | 63 | 60 | 7E | 15 | 18 | 0 | 33 | F6 | E | 2C |
| Octal | 143 | 140 | 176 | 25 | 30 | 0 | 63 | 366 | 16 | 54 |
| Binary | 1100011 | 1100000 | 1111110 | 10101 | 11000 | 0 | 110011 | 11110110 | 1110 | 101100 |
Color Harmonies of #63607E
Complementary color
Monochromatic Colors of #63607E
Black with #63607E
Text Example
Text Example
White with #63607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63607E; }
p { color: rgb(99,96,126); }
H1.HeaderClassName
{
color: #63607E;
}
.AnyTagClassName
{
color: #63607E;
}
</style>
background-color css
<style>
a { background-color: #63607E; }
a { background-color: rgb(99,96,126); }
div.DivClassName
{
background-color: #63607E;
}
.BgClassName
{
background-color: #63607E;
}
</style>
border-color css
<style>
span { border-color: #63607E; }
span { border-color: rgb(99,96,126); }
td.TdClassName
{
border-color: #63607E;
}
.TagClassName
{
border-color: #63607E;
}
</style>