Shades of Shuttle Grey #64676F
Tints of Shuttle Grey #64676F
RGB
CMYK
RGB Variations
Color information
#64676F (or 0x64676F) is known color: Shuttle Grey. HEX triplet: 64, 67 and 6F. RGB value is (100,103,111). Sum of RGB (Red+Green+Blue) = 100+103+111=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 111 - color contains mainly: blue. Hex color #64676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64676F is #9B9890. Grayscale: #666666. Windows color (decimal): -10197137 or 7300964. OLE color: 7300964.
HSL color Cylindrical-coordinate representation of color #64676F: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64676F is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 103 | 111 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.56 |
| HSL | 223.64º | 0.05% | 0.41% | - |
| HSV(B) | 223.64º | 0.1% | 0.44% | - |
| XYZ | 12.98 | 13.56 | 16.97 | - |
| YUV | 103.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 111 | 0.10 | 0.07 | 0 | 0.56 | 223.64 | 0.05 | 0.41 |
| Hex | 64 | 67 | 6F | A | 7 | 0 | 38 | E0 | 5 | 29 |
| Octal | 144 | 147 | 157 | 12 | 7 | 0 | 70 | 340 | 5 | 51 |
| Binary | 1100100 | 1100111 | 1101111 | 1010 | 111 | 0 | 111000 | 11100000 | 101 | 101001 |
Color Harmonies of #64676F
Complementary color
Monochromatic Colors of #64676F
Black with #64676F
Text Example
Text Example
White with #64676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64676F; }
p { color: rgb(100,103,111); }
H1.HeaderClassName
{
color: #64676F;
}
.AnyTagClassName
{
color: #64676F;
}
</style>
background-color css
<style>
a { background-color: #64676F; }
a { background-color: rgb(100,103,111); }
div.DivClassName
{
background-color: #64676F;
}
.BgClassName
{
background-color: #64676F;
}
</style>
border-color css
<style>
span { border-color: #64676F; }
span { border-color: rgb(100,103,111); }
td.TdClassName
{
border-color: #64676F;
}
.TagClassName
{
border-color: #64676F;
}
</style>