Shades of Shuttle Grey #68696B
Tints of Shuttle Grey #68696B
RGB
CMYK
RGB Variations
Color information
#68696B (or 0x68696B) is known color: Shuttle Grey. HEX triplet: 68, 69 and 6B. RGB value is (104,105,107). Sum of RGB (Red+Green+Blue) = 104+105+107=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 107 - color contains mainly: blue. Hex color #68696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68696B is #979694. Grayscale: #686868. Windows color (decimal): -9934485 or 7039336. OLE color: 7039336.
HSL color Cylindrical-coordinate representation of color #68696B: hue angle of 220º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #68696B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 105 | 107 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.58 |
| HSL | 220º | 0.01% | 0.41% | - |
| HSV(B) | 220º | 0.03% | 0.42% | - |
| XYZ | 13.41 | 14.11 | 15.93 | - |
| YUV | 104.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 107 | 0.03 | 0.02 | 0 | 0.58 | 220 | 0.01 | 0.41 |
| Hex | 68 | 69 | 6B | 3 | 2 | 0 | 3A | DC | 1 | 29 |
| Octal | 150 | 151 | 153 | 3 | 2 | 0 | 72 | 334 | 1 | 51 |
| Binary | 1101000 | 1101001 | 1101011 | 11 | 10 | 0 | 111010 | 11011100 | 1 | 101001 |
Color Harmonies of #68696B
Complementary color
Monochromatic Colors of #68696B
Black with #68696B
Text Example
Text Example
White with #68696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68696B; }
p { color: rgb(104,105,107); }
H1.HeaderClassName
{
color: #68696B;
}
.AnyTagClassName
{
color: #68696B;
}
</style>
background-color css
<style>
a { background-color: #68696B; }
a { background-color: rgb(104,105,107); }
div.DivClassName
{
background-color: #68696B;
}
.BgClassName
{
background-color: #68696B;
}
</style>
border-color css
<style>
span { border-color: #68696B; }
span { border-color: rgb(104,105,107); }
td.TdClassName
{
border-color: #68696B;
}
.TagClassName
{
border-color: #68696B;
}
</style>