Shades of Shuttle Grey #64676B
Tints of Shuttle Grey #64676B
RGB
CMYK
RGB Variations
Color information
#64676B (or 0x64676B) is known color: Shuttle Grey. HEX triplet: 64, 67 and 6B. RGB value is (100,103,107). Sum of RGB (Red+Green+Blue) = 100+103+107=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #64676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64676B is #9B9894. Grayscale: #666666. Windows color (decimal): -10197141 or 7038820. OLE color: 7038820.
HSL color Cylindrical-coordinate representation of color #64676B: hue angle of 214.29º degrees, saturation: 0.03, 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 #64676B is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 103 | 107 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.58 |
| HSL | 214.29º | 0.03% | 0.41% | - |
| HSV(B) | 214.29º | 0.07% | 0.42% | - |
| XYZ | 12.76 | 13.47 | 15.84 | - |
| YUV | 102.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 107 | 0.07 | 0.04 | 0 | 0.58 | 214.29 | 0.03 | 0.41 |
| Hex | 64 | 67 | 6B | 7 | 4 | 0 | 3A | D6 | 3 | 29 |
| Octal | 144 | 147 | 153 | 7 | 4 | 0 | 72 | 326 | 3 | 51 |
| Binary | 1100100 | 1100111 | 1101011 | 111 | 100 | 0 | 111010 | 11010110 | 11 | 101001 |
Color Harmonies of #64676B
Complementary color
Monochromatic Colors of #64676B
Black with #64676B
Text Example
Text Example
White with #64676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64676B; }
p { color: rgb(100,103,107); }
H1.HeaderClassName
{
color: #64676B;
}
.AnyTagClassName
{
color: #64676B;
}
</style>
background-color css
<style>
a { background-color: #64676B; }
a { background-color: rgb(100,103,107); }
div.DivClassName
{
background-color: #64676B;
}
.BgClassName
{
background-color: #64676B;
}
</style>
border-color css
<style>
span { border-color: #64676B; }
span { border-color: rgb(100,103,107); }
td.TdClassName
{
border-color: #64676B;
}
.TagClassName
{
border-color: #64676B;
}
</style>