Shades of Shuttle Grey #646A72
Tints of Shuttle Grey #646A72
RGB
CMYK
RGB Variations
Color information
#646A72 (or 0x646A72) is known color: Shuttle Grey. HEX triplet: 64, 6A and 72. RGB value is (100,106,114). Sum of RGB (Red+Green+Blue) = 100+106+114=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #646A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A72 is #9B958D. Grayscale: #696969. Windows color (decimal): -10196366 or 7498340. OLE color: 7498340.
HSL color Cylindrical-coordinate representation of color #646A72: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646A72 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 106 | 114 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.55 |
| HSL | 214.29º | 0.07% | 0.42% | - |
| HSV(B) | 214.29º | 0.12% | 0.45% | - |
| XYZ | 13.45 | 14.23 | 17.96 | - |
| YUV | 105.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 114 | 0.12 | 0.07 | 0 | 0.55 | 214.29 | 0.07 | 0.42 |
| Hex | 64 | 6A | 72 | C | 7 | 0 | 37 | D6 | 7 | 2A |
| Octal | 144 | 152 | 162 | 14 | 7 | 0 | 67 | 326 | 7 | 52 |
| Binary | 1100100 | 1101010 | 1110010 | 1100 | 111 | 0 | 110111 | 11010110 | 111 | 101010 |
Color Harmonies of #646A72
Complementary color
Monochromatic Colors of #646A72
Black with #646A72
Text Example
Text Example
White with #646A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A72; }
p { color: rgb(100,106,114); }
H1.HeaderClassName
{
color: #646A72;
}
.AnyTagClassName
{
color: #646A72;
}
</style>
background-color css
<style>
a { background-color: #646A72; }
a { background-color: rgb(100,106,114); }
div.DivClassName
{
background-color: #646A72;
}
.BgClassName
{
background-color: #646A72;
}
</style>
border-color css
<style>
span { border-color: #646A72; }
span { border-color: rgb(100,106,114); }
td.TdClassName
{
border-color: #646A72;
}
.TagClassName
{
border-color: #646A72;
}
</style>