Shades of Shuttle Grey #636A74
Tints of Shuttle Grey #636A74
RGB
CMYK
RGB Variations
Color information
#636A74 (or 0x636A74) is known color: Shuttle Grey. HEX triplet: 63, 6A and 74. RGB value is (99,106,116). Sum of RGB (Red+Green+Blue) = 99+106+116=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #636A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A74 is #9C958B. Grayscale: #696969. Windows color (decimal): -10261900 or 7629411. OLE color: 7629411.
HSL color Cylindrical-coordinate representation of color #636A74: hue angle of 215.29º 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 #636A74 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 106 | 116 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.55 |
| HSL | 215.29º | 0.08% | 0.42% | - |
| HSV(B) | 215.29º | 0.15% | 0.45% | - |
| XYZ | 13.45 | 14.22 | 18.56 | - |
| YUV | 105.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 116 | 0.15 | 0.09 | 0 | 0.55 | 215.29 | 0.08 | 0.42 |
| Hex | 63 | 6A | 74 | F | 9 | 0 | 37 | D7 | 8 | 2A |
| Octal | 143 | 152 | 164 | 17 | 11 | 0 | 67 | 327 | 10 | 52 |
| Binary | 1100011 | 1101010 | 1110100 | 1111 | 1001 | 0 | 110111 | 11010111 | 1000 | 101010 |
Color Harmonies of #636A74
Complementary color
Monochromatic Colors of #636A74
Black with #636A74
Text Example
Text Example
White with #636A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A74; }
p { color: rgb(99,106,116); }
H1.HeaderClassName
{
color: #636A74;
}
.AnyTagClassName
{
color: #636A74;
}
</style>
background-color css
<style>
a { background-color: #636A74; }
a { background-color: rgb(99,106,116); }
div.DivClassName
{
background-color: #636A74;
}
.BgClassName
{
background-color: #636A74;
}
</style>
border-color css
<style>
span { border-color: #636A74; }
span { border-color: rgb(99,106,116); }
td.TdClassName
{
border-color: #636A74;
}
.TagClassName
{
border-color: #636A74;
}
</style>