Shades of Shuttle Grey #66696D
Tints of Shuttle Grey #66696D
RGB
CMYK
RGB Variations
Color information
#66696D (or 0x66696D) is known color: Shuttle Grey. HEX triplet: 66, 69 and 6D. RGB value is (102,105,109). Sum of RGB (Red+Green+Blue) = 102+105+109=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #66696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66696D is #999692. Grayscale: #686868. Windows color (decimal): -10065555 or 7170406. OLE color: 7170406.
HSL color Cylindrical-coordinate representation of color #66696D: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66696D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 105 | 109 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.57 |
| HSL | 214.29º | 0.03% | 0.41% | - |
| HSV(B) | 214.29º | 0.06% | 0.43% | - |
| XYZ | 13.29 | 14.03 | 16.48 | - |
| YUV | 104.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 109 | 0.06 | 0.04 | 0 | 0.57 | 214.29 | 0.03 | 0.41 |
| Hex | 66 | 69 | 6D | 6 | 4 | 0 | 39 | D6 | 3 | 29 |
| Octal | 146 | 151 | 155 | 6 | 4 | 0 | 71 | 326 | 3 | 51 |
| Binary | 1100110 | 1101001 | 1101101 | 110 | 100 | 0 | 111001 | 11010110 | 11 | 101001 |
Color Harmonies of #66696D
Complementary color
Monochromatic Colors of #66696D
Black with #66696D
Text Example
Text Example
White with #66696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66696D; }
p { color: rgb(102,105,109); }
H1.HeaderClassName
{
color: #66696D;
}
.AnyTagClassName
{
color: #66696D;
}
</style>
background-color css
<style>
a { background-color: #66696D; }
a { background-color: rgb(102,105,109); }
div.DivClassName
{
background-color: #66696D;
}
.BgClassName
{
background-color: #66696D;
}
</style>
border-color css
<style>
span { border-color: #66696D; }
span { border-color: rgb(102,105,109); }
td.TdClassName
{
border-color: #66696D;
}
.TagClassName
{
border-color: #66696D;
}
</style>