Shades of Shuttle Grey #636971
Tints of Shuttle Grey #636971
RGB
CMYK
RGB Variations
Color information
#636971 (or 0x636971) is known color: Shuttle Grey. HEX triplet: 63, 69 and 71. RGB value is (99,105,113). Sum of RGB (Red+Green+Blue) = 99+105+113=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #636971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636971 is #9C968E. Grayscale: #686868. Windows color (decimal): -10262159 or 7432547. OLE color: 7432547.
HSL color Cylindrical-coordinate representation of color #636971: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636971 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 105 | 113 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.56 |
| HSL | 214.29º | 0.07% | 0.42% | - |
| HSV(B) | 214.29º | 0.12% | 0.44% | - |
| XYZ | 13.18 | 13.95 | 17.62 | - |
| YUV | 104.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 113 | 0.12 | 0.07 | 0 | 0.56 | 214.29 | 0.07 | 0.42 |
| Hex | 63 | 69 | 71 | C | 7 | 0 | 38 | D6 | 7 | 2A |
| Octal | 143 | 151 | 161 | 14 | 7 | 0 | 70 | 326 | 7 | 52 |
| Binary | 1100011 | 1101001 | 1110001 | 1100 | 111 | 0 | 111000 | 11010110 | 111 | 101010 |
Color Harmonies of #636971
Complementary color
Monochromatic Colors of #636971
Black with #636971
Text Example
Text Example
White with #636971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636971; }
p { color: rgb(99,105,113); }
H1.HeaderClassName
{
color: #636971;
}
.AnyTagClassName
{
color: #636971;
}
</style>
background-color css
<style>
a { background-color: #636971; }
a { background-color: rgb(99,105,113); }
div.DivClassName
{
background-color: #636971;
}
.BgClassName
{
background-color: #636971;
}
</style>
border-color css
<style>
span { border-color: #636971; }
span { border-color: rgb(99,105,113); }
td.TdClassName
{
border-color: #636971;
}
.TagClassName
{
border-color: #636971;
}
</style>