Shades of Comet #636882
Tints of Comet #636882
RGB
CMYK
RGB Variations
Color information
#636882 (or 0x636882) is known color: Comet. HEX triplet: 63, 68 and 82. RGB value is (99,104,130). Sum of RGB (Red+Green+Blue) = 99+104+130=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #636882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636882 is #9C977D. Grayscale: #696969. Windows color (decimal): -10262398 or 8546403. OLE color: 8546403.
HSL color Cylindrical-coordinate representation of color #636882: hue angle of 230.32º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636882 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 104 | 130 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.49 |
| HSL | 230.32º | 0.14% | 0.45% | - |
| HSV(B) | 230.32º | 0.24% | 0.51% | - |
| XYZ | 14.13 | 14.16 | 23.11 | - |
| YUV | 105.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 130 | 0.24 | 0.2 | 0 | 0.49 | 230.32 | 0.14 | 0.45 |
| Hex | 63 | 68 | 82 | 18 | 14 | 0 | 31 | E6 | E | 2D |
| Octal | 143 | 150 | 202 | 30 | 24 | 0 | 61 | 346 | 16 | 55 |
| Binary | 1100011 | 1101000 | 10000010 | 11000 | 10100 | 0 | 110001 | 11100110 | 1110 | 101101 |
Color Harmonies of #636882
Complementary color
Monochromatic Colors of #636882
Black with #636882
Text Example
Text Example
White with #636882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636882; }
p { color: rgb(99,104,130); }
H1.HeaderClassName
{
color: #636882;
}
.AnyTagClassName
{
color: #636882;
}
</style>
background-color css
<style>
a { background-color: #636882; }
a { background-color: rgb(99,104,130); }
div.DivClassName
{
background-color: #636882;
}
.BgClassName
{
background-color: #636882;
}
</style>
border-color css
<style>
span { border-color: #636882; }
span { border-color: rgb(99,104,130); }
td.TdClassName
{
border-color: #636882;
}
.TagClassName
{
border-color: #636882;
}
</style>