Shades of Shuttle Grey #64686D
Tints of Shuttle Grey #64686D
RGB
CMYK
RGB Variations
Color information
#64686D (or 0x64686D) is known color: Shuttle Grey. HEX triplet: 64, 68 and 6D. RGB value is (100,104,109). Sum of RGB (Red+Green+Blue) = 100+104+109=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #64686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64686D is #9B9792. Grayscale: #676767. Windows color (decimal): -10196883 or 7170148. OLE color: 7170148.
HSL color Cylindrical-coordinate representation of color #64686D: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64686D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 104 | 109 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.57 |
| HSL | 213.33º | 0.04% | 0.41% | - |
| HSV(B) | 213.33º | 0.08% | 0.43% | - |
| XYZ | 12.97 | 13.71 | 16.43 | - |
| YUV | 103.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 109 | 0.08 | 0.05 | 0 | 0.57 | 213.33 | 0.04 | 0.41 |
| Hex | 64 | 68 | 6D | 8 | 5 | 0 | 39 | D5 | 4 | 29 |
| Octal | 144 | 150 | 155 | 10 | 5 | 0 | 71 | 325 | 4 | 51 |
| Binary | 1100100 | 1101000 | 1101101 | 1000 | 101 | 0 | 111001 | 11010101 | 100 | 101001 |
Color Harmonies of #64686D
Complementary color
Monochromatic Colors of #64686D
Black with #64686D
Text Example
Text Example
White with #64686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64686D; }
p { color: rgb(100,104,109); }
H1.HeaderClassName
{
color: #64686D;
}
.AnyTagClassName
{
color: #64686D;
}
</style>
background-color css
<style>
a { background-color: #64686D; }
a { background-color: rgb(100,104,109); }
div.DivClassName
{
background-color: #64686D;
}
.BgClassName
{
background-color: #64686D;
}
</style>
border-color css
<style>
span { border-color: #64686D; }
span { border-color: rgb(100,104,109); }
td.TdClassName
{
border-color: #64686D;
}
.TagClassName
{
border-color: #64686D;
}
</style>