Shades of Shuttle Grey #64696E
Tints of Shuttle Grey #64696E
RGB
CMYK
RGB Variations
Color information
#64696E (or 0x64696E) is known color: Shuttle Grey. HEX triplet: 64, 69 and 6E. RGB value is (100,105,110). Sum of RGB (Red+Green+Blue) = 100+105+110=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 110 - color contains mainly: blue. Hex color #64696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64696E is #9B9691. Grayscale: #686868. Windows color (decimal): -10196626 or 7235940. OLE color: 7235940.
HSL color Cylindrical-coordinate representation of color #64696E: hue angle of 210º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #64696E is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 105 | 110 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.57 |
| HSL | 210º | 0.05% | 0.41% | - |
| HSV(B) | 210º | 0.09% | 0.43% | - |
| XYZ | 13.12 | 13.94 | 16.75 | - |
| YUV | 104.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 110 | 0.09 | 0.05 | 0 | 0.57 | 210 | 0.05 | 0.41 |
| Hex | 64 | 69 | 6E | 9 | 5 | 0 | 39 | D2 | 5 | 29 |
| Octal | 144 | 151 | 156 | 11 | 5 | 0 | 71 | 322 | 5 | 51 |
| Binary | 1100100 | 1101001 | 1101110 | 1001 | 101 | 0 | 111001 | 11010010 | 101 | 101001 |
Color Harmonies of #64696E
Complementary color
Monochromatic Colors of #64696E
Black with #64696E
Text Example
Text Example
White with #64696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64696E; }
p { color: rgb(100,105,110); }
H1.HeaderClassName
{
color: #64696E;
}
.AnyTagClassName
{
color: #64696E;
}
</style>
background-color css
<style>
a { background-color: #64696E; }
a { background-color: rgb(100,105,110); }
div.DivClassName
{
background-color: #64696E;
}
.BgClassName
{
background-color: #64696E;
}
</style>
border-color css
<style>
span { border-color: #64696E; }
span { border-color: rgb(100,105,110); }
td.TdClassName
{
border-color: #64696E;
}
.TagClassName
{
border-color: #64696E;
}
</style>