Shades of Shuttle Grey #636975
Tints of Shuttle Grey #636975
RGB
CMYK
RGB Variations
Color information
#636975 (or 0x636975) is known color: Shuttle Grey. HEX triplet: 63, 69 and 75. RGB value is (99,105,117). Sum of RGB (Red+Green+Blue) = 99+105+117=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #636975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636975 is #9C968A. Grayscale: #686868. Windows color (decimal): -10262155 or 7694691. OLE color: 7694691.
HSL color Cylindrical-coordinate representation of color #636975: hue angle of 220º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636975 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 105 | 117 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.54 |
| HSL | 220º | 0.08% | 0.42% | - |
| HSV(B) | 220º | 0.15% | 0.46% | - |
| XYZ | 13.41 | 14.04 | 18.83 | - |
| YUV | 104.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 117 | 0.15 | 0.10 | 0 | 0.54 | 220 | 0.08 | 0.42 |
| Hex | 63 | 69 | 75 | F | A | 0 | 36 | DC | 8 | 2A |
| Octal | 143 | 151 | 165 | 17 | 12 | 0 | 66 | 334 | 10 | 52 |
| Binary | 1100011 | 1101001 | 1110101 | 1111 | 1010 | 0 | 110110 | 11011100 | 1000 | 101010 |
Color Harmonies of #636975
Complementary color
Monochromatic Colors of #636975
Black with #636975
Text Example
Text Example
White with #636975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636975; }
p { color: rgb(99,105,117); }
H1.HeaderClassName
{
color: #636975;
}
.AnyTagClassName
{
color: #636975;
}
</style>
background-color css
<style>
a { background-color: #636975; }
a { background-color: rgb(99,105,117); }
div.DivClassName
{
background-color: #636975;
}
.BgClassName
{
background-color: #636975;
}
</style>
border-color css
<style>
span { border-color: #636975; }
span { border-color: rgb(99,105,117); }
td.TdClassName
{
border-color: #636975;
}
.TagClassName
{
border-color: #636975;
}
</style>