Shades of Comet #636685
Tints of Comet #636685
RGB
CMYK
RGB Variations
Color information
#636685 (or 0x636685) is known color: Comet. HEX triplet: 63, 66 and 85. RGB value is (99,102,133). Sum of RGB (Red+Green+Blue) = 99+102+133=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #636685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636685 is #9C997A. Grayscale: #686868. Windows color (decimal): -10262907 or 8742499. OLE color: 8742499.
HSL color Cylindrical-coordinate representation of color #636685: hue angle of 234.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636685 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 102 | 133 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.48 |
| HSL | 234.71º | 0.15% | 0.45% | - |
| HSV(B) | 234.71º | 0.26% | 0.52% | - |
| XYZ | 14.13 | 13.85 | 24.12 | - |
| YUV | 104.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 133 | 0.26 | 0.23 | 0 | 0.48 | 234.71 | 0.15 | 0.45 |
| Hex | 63 | 66 | 85 | 1A | 17 | 0 | 30 | EB | F | 2D |
| Octal | 143 | 146 | 205 | 32 | 27 | 0 | 60 | 353 | 17 | 55 |
| Binary | 1100011 | 1100110 | 10000101 | 11010 | 10111 | 0 | 110000 | 11101011 | 1111 | 101101 |
Color Harmonies of #636685
Complementary color
Monochromatic Colors of #636685
Black with #636685
Text Example
Text Example
White with #636685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636685; }
p { color: rgb(99,102,133); }
H1.HeaderClassName
{
color: #636685;
}
.AnyTagClassName
{
color: #636685;
}
</style>
background-color css
<style>
a { background-color: #636685; }
a { background-color: rgb(99,102,133); }
div.DivClassName
{
background-color: #636685;
}
.BgClassName
{
background-color: #636685;
}
</style>
border-color css
<style>
span { border-color: #636685; }
span { border-color: rgb(99,102,133); }
td.TdClassName
{
border-color: #636685;
}
.TagClassName
{
border-color: #636685;
}
</style>