Shades of Shuttle Grey #686B6F
Tints of Shuttle Grey #686B6F
RGB
CMYK
RGB Variations
Color information
#686B6F (or 0x686B6F) is known color: Shuttle Grey. HEX triplet: 68, 6B and 6F. RGB value is (104,107,111). Sum of RGB (Red+Green+Blue) = 104+107+111=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 111 - color contains mainly: blue. Hex color #686B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B6F is #979490. Grayscale: #6A6A6A. Windows color (decimal): -9933969 or 7301992. OLE color: 7301992.
HSL color Cylindrical-coordinate representation of color #686B6F: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686B6F is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 107 | 111 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.56 |
| HSL | 214.29º | 0.03% | 0.42% | - |
| HSV(B) | 214.29º | 0.06% | 0.44% | - |
| XYZ | 13.84 | 14.61 | 17.13 | - |
| YUV | 106.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 111 | 0.06 | 0.04 | 0 | 0.56 | 214.29 | 0.03 | 0.42 |
| Hex | 68 | 6B | 6F | 6 | 4 | 0 | 38 | D6 | 3 | 2A |
| Octal | 150 | 153 | 157 | 6 | 4 | 0 | 70 | 326 | 3 | 52 |
| Binary | 1101000 | 1101011 | 1101111 | 110 | 100 | 0 | 111000 | 11010110 | 11 | 101010 |
Color Harmonies of #686B6F
Complementary color
Monochromatic Colors of #686B6F
Black with #686B6F
Text Example
Text Example
White with #686B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B6F; }
p { color: rgb(104,107,111); }
H1.HeaderClassName
{
color: #686B6F;
}
.AnyTagClassName
{
color: #686B6F;
}
</style>
background-color css
<style>
a { background-color: #686B6F; }
a { background-color: rgb(104,107,111); }
div.DivClassName
{
background-color: #686B6F;
}
.BgClassName
{
background-color: #686B6F;
}
</style>
border-color css
<style>
span { border-color: #686B6F; }
span { border-color: rgb(104,107,111); }
td.TdClassName
{
border-color: #686B6F;
}
.TagClassName
{
border-color: #686B6F;
}
</style>