Shades of Shuttle Grey #686A6D
Tints of Shuttle Grey #686A6D
RGB
CMYK
RGB Variations
Color information
#686A6D (or 0x686A6D) is known color: Shuttle Grey. HEX triplet: 68, 6A and 6D. RGB value is (104,106,109). Sum of RGB (Red+Green+Blue) = 104+106+109=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #686A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A6D is #979592. Grayscale: #696969. Windows color (decimal): -9934227 or 7170664. OLE color: 7170664.
HSL color Cylindrical-coordinate representation of color #686A6D: hue angle of 216º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686A6D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 106 | 109 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.57 |
| HSL | 216º | 0.02% | 0.42% | - |
| HSV(B) | 216º | 0.05% | 0.43% | - |
| XYZ | 13.62 | 14.36 | 16.52 | - |
| YUV | 105.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 109 | 0.05 | 0.03 | 0 | 0.57 | 216 | 0.02 | 0.42 |
| Hex | 68 | 6A | 6D | 5 | 3 | 0 | 39 | D8 | 2 | 2A |
| Octal | 150 | 152 | 155 | 5 | 3 | 0 | 71 | 330 | 2 | 52 |
| Binary | 1101000 | 1101010 | 1101101 | 101 | 11 | 0 | 111001 | 11011000 | 10 | 101010 |
Color Harmonies of #686A6D
Complementary color
Monochromatic Colors of #686A6D
Black with #686A6D
Text Example
Text Example
White with #686A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A6D; }
p { color: rgb(104,106,109); }
H1.HeaderClassName
{
color: #686A6D;
}
.AnyTagClassName
{
color: #686A6D;
}
</style>
background-color css
<style>
a { background-color: #686A6D; }
a { background-color: rgb(104,106,109); }
div.DivClassName
{
background-color: #686A6D;
}
.BgClassName
{
background-color: #686A6D;
}
</style>
border-color css
<style>
span { border-color: #686A6D; }
span { border-color: rgb(104,106,109); }
td.TdClassName
{
border-color: #686A6D;
}
.TagClassName
{
border-color: #686A6D;
}
</style>