Shades of Comet #636374
Tints of Comet #636374
RGB
CMYK
RGB Variations
Color information
#636374 (or 0x636374) is known color: Comet. HEX triplet: 63, 63 and 74. RGB value is (99,99,116). Sum of RGB (Red+Green+Blue) = 99+99+116=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #636374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636374 is #9C9C8B. Grayscale: #646464. Windows color (decimal): -10263692 or 7627619. OLE color: 7627619.
HSL color Cylindrical-coordinate representation of color #636374: hue angle of 240º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636374 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 99 | 116 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.55 |
| HSL | 240º | 0.08% | 0.42% | - |
| HSV(B) | 240º | 0.15% | 0.45% | - |
| XYZ | 12.76 | 12.84 | 18.33 | - |
| YUV | 100.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 116 | 0.15 | 0.15 | 0 | 0.55 | 240 | 0.08 | 0.42 |
| Hex | 63 | 63 | 74 | F | F | 0 | 37 | F0 | 8 | 2A |
| Octal | 143 | 143 | 164 | 17 | 17 | 0 | 67 | 360 | 10 | 52 |
| Binary | 1100011 | 1100011 | 1110100 | 1111 | 1111 | 0 | 110111 | 11110000 | 1000 | 101010 |
Color Harmonies of #636374
Complementary color
Monochromatic Colors of #636374
Black with #636374
Text Example
Text Example
White with #636374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636374; }
p { color: rgb(99,99,116); }
H1.HeaderClassName
{
color: #636374;
}
.AnyTagClassName
{
color: #636374;
}
</style>
background-color css
<style>
a { background-color: #636374; }
a { background-color: rgb(99,99,116); }
div.DivClassName
{
background-color: #636374;
}
.BgClassName
{
background-color: #636374;
}
</style>
border-color css
<style>
span { border-color: #636374; }
span { border-color: rgb(99,99,116); }
td.TdClassName
{
border-color: #636374;
}
.TagClassName
{
border-color: #636374;
}
</style>