Shades of Shuttle Grey #636A76
Tints of Shuttle Grey #636A76
RGB
CMYK
RGB Variations
Color information
#636A76 (or 0x636A76) is known color: Shuttle Grey. HEX triplet: 63, 6A and 76. RGB value is (99,106,118). Sum of RGB (Red+Green+Blue) = 99+106+118=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #636A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A76 is #9C9589. Grayscale: #696969. Windows color (decimal): -10261898 or 7760483. OLE color: 7760483.
HSL color Cylindrical-coordinate representation of color #636A76: hue angle of 217.89º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #636A76 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 106 | 118 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.54 |
| HSL | 217.89º | 0.09% | 0.43% | - |
| HSV(B) | 217.89º | 0.16% | 0.46% | - |
| XYZ | 13.57 | 14.27 | 19.18 | - |
| YUV | 105.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 118 | 0.16 | 0.10 | 0 | 0.54 | 217.89 | 0.09 | 0.43 |
| Hex | 63 | 6A | 76 | 10 | A | 0 | 36 | DA | 9 | 2B |
| Octal | 143 | 152 | 166 | 20 | 12 | 0 | 66 | 332 | 11 | 53 |
| Binary | 1100011 | 1101010 | 1110110 | 10000 | 1010 | 0 | 110110 | 11011010 | 1001 | 101011 |
Color Harmonies of #636A76
Complementary color
Monochromatic Colors of #636A76
Black with #636A76
Text Example
Text Example
White with #636A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A76; }
p { color: rgb(99,106,118); }
H1.HeaderClassName
{
color: #636A76;
}
.AnyTagClassName
{
color: #636A76;
}
</style>
background-color css
<style>
a { background-color: #636A76; }
a { background-color: rgb(99,106,118); }
div.DivClassName
{
background-color: #636A76;
}
.BgClassName
{
background-color: #636A76;
}
</style>
border-color css
<style>
span { border-color: #636A76; }
span { border-color: rgb(99,106,118); }
td.TdClassName
{
border-color: #636A76;
}
.TagClassName
{
border-color: #636A76;
}
</style>