Shades of Comet #636385
Tints of Comet #636385
RGB
CMYK
RGB Variations
Color information
#636385 (or 0x636385) is known color: Comet. HEX triplet: 63, 63 and 85. RGB value is (99,99,133). Sum of RGB (Red+Green+Blue) = 99+99+133=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #636385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636385 is #9C9C7A. Grayscale: #666666. Windows color (decimal): -10263675 or 8741731. OLE color: 8741731.
HSL color Cylindrical-coordinate representation of color #636385: hue angle of 240º 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 #636385 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 99 | 133 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.48 |
| HSL | 240º | 0.15% | 0.45% | - |
| HSV(B) | 240º | 0.26% | 0.52% | - |
| XYZ | 13.84 | 13.27 | 24.02 | - |
| YUV | 102.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 133 | 0.26 | 0.26 | 0 | 0.48 | 240 | 0.15 | 0.45 |
| Hex | 63 | 63 | 85 | 1A | 1A | 0 | 30 | F0 | F | 2D |
| Octal | 143 | 143 | 205 | 32 | 32 | 0 | 60 | 360 | 17 | 55 |
| Binary | 1100011 | 1100011 | 10000101 | 11010 | 11010 | 0 | 110000 | 11110000 | 1111 | 101101 |
Color Harmonies of #636385
Complementary color
Monochromatic Colors of #636385
Black with #636385
Text Example
Text Example
White with #636385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636385; }
p { color: rgb(99,99,133); }
H1.HeaderClassName
{
color: #636385;
}
.AnyTagClassName
{
color: #636385;
}
</style>
background-color css
<style>
a { background-color: #636385; }
a { background-color: rgb(99,99,133); }
div.DivClassName
{
background-color: #636385;
}
.BgClassName
{
background-color: #636385;
}
</style>
border-color css
<style>
span { border-color: #636385; }
span { border-color: rgb(99,99,133); }
td.TdClassName
{
border-color: #636385;
}
.TagClassName
{
border-color: #636385;
}
</style>