Shades of Shuttle Grey #64686C
Tints of Shuttle Grey #64686C
RGB
CMYK
RGB Variations
Color information
#64686C (or 0x64686C) is known color: Shuttle Grey. HEX triplet: 64, 68 and 6C. RGB value is (100,104,108). Sum of RGB (Red+Green+Blue) = 100+104+108=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #64686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64686C is #9B9793. Grayscale: #676767. Windows color (decimal): -10196884 or 7104612. OLE color: 7104612.
HSL color Cylindrical-coordinate representation of color #64686C: hue angle of 210º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64686C is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 104 | 108 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.58 |
| HSL | 210º | 0.04% | 0.41% | - |
| HSV(B) | 210º | 0.07% | 0.42% | - |
| XYZ | 12.91 | 13.69 | 16.15 | - |
| YUV | 103.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 108 | 0.07 | 0.04 | 0 | 0.58 | 210 | 0.04 | 0.41 |
| Hex | 64 | 68 | 6C | 7 | 4 | 0 | 3A | D2 | 4 | 29 |
| Octal | 144 | 150 | 154 | 7 | 4 | 0 | 72 | 322 | 4 | 51 |
| Binary | 1100100 | 1101000 | 1101100 | 111 | 100 | 0 | 111010 | 11010010 | 100 | 101001 |
Color Harmonies of #64686C
Complementary color
Monochromatic Colors of #64686C
Black with #64686C
Text Example
Text Example
White with #64686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64686C; }
p { color: rgb(100,104,108); }
H1.HeaderClassName
{
color: #64686C;
}
.AnyTagClassName
{
color: #64686C;
}
</style>
background-color css
<style>
a { background-color: #64686C; }
a { background-color: rgb(100,104,108); }
div.DivClassName
{
background-color: #64686C;
}
.BgClassName
{
background-color: #64686C;
}
</style>
border-color css
<style>
span { border-color: #64686C; }
span { border-color: rgb(100,104,108); }
td.TdClassName
{
border-color: #64686C;
}
.TagClassName
{
border-color: #64686C;
}
</style>