Shades of Comet #636580
Tints of Comet #636580
RGB
CMYK
RGB Variations
Color information
#636580 (or 0x636580) is known color: Comet. HEX triplet: 63, 65 and 80. RGB value is (99,101,128). Sum of RGB (Red+Green+Blue) = 99+101+128=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #636580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636580 is #9C9A7F. Grayscale: #676767. Windows color (decimal): -10263168 or 8414563. OLE color: 8414563.
HSL color Cylindrical-coordinate representation of color #636580: hue angle of 235.86º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636580 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 101 | 128 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.50 |
| HSL | 235.86º | 0.13% | 0.45% | - |
| HSV(B) | 235.86º | 0.23% | 0.5% | - |
| XYZ | 13.7 | 13.52 | 22.31 | - |
| YUV | 103.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 128 | 0.23 | 0.21 | 0 | 0.50 | 235.86 | 0.13 | 0.45 |
| Hex | 63 | 65 | 80 | 17 | 15 | 0 | 32 | EC | D | 2D |
| Octal | 143 | 145 | 200 | 27 | 25 | 0 | 62 | 354 | 15 | 55 |
| Binary | 1100011 | 1100101 | 10000000 | 10111 | 10101 | 0 | 110010 | 11101100 | 1101 | 101101 |
Color Harmonies of #636580
Complementary color
Monochromatic Colors of #636580
Black with #636580
Text Example
Text Example
White with #636580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636580; }
p { color: rgb(99,101,128); }
H1.HeaderClassName
{
color: #636580;
}
.AnyTagClassName
{
color: #636580;
}
</style>
background-color css
<style>
a { background-color: #636580; }
a { background-color: rgb(99,101,128); }
div.DivClassName
{
background-color: #636580;
}
.BgClassName
{
background-color: #636580;
}
</style>
border-color css
<style>
span { border-color: #636580; }
span { border-color: rgb(99,101,128); }
td.TdClassName
{
border-color: #636580;
}
.TagClassName
{
border-color: #636580;
}
</style>