Shades of Shuttle Grey #65686D
Tints of Shuttle Grey #65686D
RGB
CMYK
RGB Variations
Color information
#65686D (or 0x65686D) is known color: Shuttle Grey. HEX triplet: 65, 68 and 6D. RGB value is (101,104,109). Sum of RGB (Red+Green+Blue) = 101+104+109=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #65686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65686D is #9A9792. Grayscale: #676767. Windows color (decimal): -10131347 or 7170149. OLE color: 7170149.
HSL color Cylindrical-coordinate representation of color #65686D: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #65686D is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 104 | 109 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.57 |
| HSL | 217.5º | 0.04% | 0.41% | - |
| HSV(B) | 217.5º | 0.07% | 0.43% | - |
| XYZ | 13.08 | 13.77 | 16.44 | - |
| YUV | 103.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 109 | 0.07 | 0.05 | 0 | 0.57 | 217.5 | 0.04 | 0.41 |
| Hex | 65 | 68 | 6D | 7 | 5 | 0 | 39 | DA | 4 | 29 |
| Octal | 145 | 150 | 155 | 7 | 5 | 0 | 71 | 332 | 4 | 51 |
| Binary | 1100101 | 1101000 | 1101101 | 111 | 101 | 0 | 111001 | 11011010 | 100 | 101001 |
Color Harmonies of #65686D
Complementary color
Monochromatic Colors of #65686D
Black with #65686D
Text Example
Text Example
White with #65686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65686D; }
p { color: rgb(101,104,109); }
H1.HeaderClassName
{
color: #65686D;
}
.AnyTagClassName
{
color: #65686D;
}
</style>
background-color css
<style>
a { background-color: #65686D; }
a { background-color: rgb(101,104,109); }
div.DivClassName
{
background-color: #65686D;
}
.BgClassName
{
background-color: #65686D;
}
</style>
border-color css
<style>
span { border-color: #65686D; }
span { border-color: rgb(101,104,109); }
td.TdClassName
{
border-color: #65686D;
}
.TagClassName
{
border-color: #65686D;
}
</style>