Shades of Shuttle Grey #696C70
Tints of Shuttle Grey #696C70
RGB
CMYK
RGB Variations
Color information
#696C70 (or 0x696C70) is known color: Shuttle Grey. HEX triplet: 69, 6C and 70. RGB value is (105,108,112). Sum of RGB (Red+Green+Blue) = 105+108+112=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: blue. Hex color #696C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C70 is #96938F. Grayscale: #6B6B6B. Windows color (decimal): -9868176 or 7367785. OLE color: 7367785.
HSL color Cylindrical-coordinate representation of color #696C70: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696C70 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 108 | 112 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.56 |
| HSL | 214.29º | 0.03% | 0.43% | - |
| HSV(B) | 214.29º | 0.06% | 0.44% | - |
| XYZ | 14.11 | 14.9 | 17.46 | - |
| YUV | 107.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 112 | 0.06 | 0.04 | 0 | 0.56 | 214.29 | 0.03 | 0.43 |
| Hex | 69 | 6C | 70 | 6 | 4 | 0 | 38 | D6 | 3 | 2B |
| Octal | 151 | 154 | 160 | 6 | 4 | 0 | 70 | 326 | 3 | 53 |
| Binary | 1101001 | 1101100 | 1110000 | 110 | 100 | 0 | 111000 | 11010110 | 11 | 101011 |
Color Harmonies of #696C70
Complementary color
Monochromatic Colors of #696C70
Black with #696C70
Text Example
Text Example
White with #696C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C70; }
p { color: rgb(105,108,112); }
H1.HeaderClassName
{
color: #696C70;
}
.AnyTagClassName
{
color: #696C70;
}
</style>
background-color css
<style>
a { background-color: #696C70; }
a { background-color: rgb(105,108,112); }
div.DivClassName
{
background-color: #696C70;
}
.BgClassName
{
background-color: #696C70;
}
</style>
border-color css
<style>
span { border-color: #696C70; }
span { border-color: rgb(105,108,112); }
td.TdClassName
{
border-color: #696C70;
}
.TagClassName
{
border-color: #696C70;
}
</style>