Shades of Shuttle Grey #65696D
Tints of Shuttle Grey #65696D
RGB
CMYK
RGB Variations
Color information
#65696D (or 0x65696D) is known color: Shuttle Grey. HEX triplet: 65, 69 and 6D. RGB value is (101,105,109). Sum of RGB (Red+Green+Blue) = 101+105+109=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #65696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65696D is #9A9692. Grayscale: #686868. Windows color (decimal): -10131091 or 7170405. OLE color: 7170405.
HSL color Cylindrical-coordinate representation of color #65696D: hue angle of 210º 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 #65696D is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 105 | 109 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.57 |
| HSL | 210º | 0.04% | 0.41% | - |
| HSV(B) | 210º | 0.07% | 0.43% | - |
| XYZ | 13.18 | 13.97 | 16.47 | - |
| YUV | 104.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 109 | 0.07 | 0.04 | 0 | 0.57 | 210 | 0.04 | 0.41 |
| Hex | 65 | 69 | 6D | 7 | 4 | 0 | 39 | D2 | 4 | 29 |
| Octal | 145 | 151 | 155 | 7 | 4 | 0 | 71 | 322 | 4 | 51 |
| Binary | 1100101 | 1101001 | 1101101 | 111 | 100 | 0 | 111001 | 11010010 | 100 | 101001 |
Color Harmonies of #65696D
Complementary color
Monochromatic Colors of #65696D
Black with #65696D
Text Example
Text Example
White with #65696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65696D; }
p { color: rgb(101,105,109); }
H1.HeaderClassName
{
color: #65696D;
}
.AnyTagClassName
{
color: #65696D;
}
</style>
background-color css
<style>
a { background-color: #65696D; }
a { background-color: rgb(101,105,109); }
div.DivClassName
{
background-color: #65696D;
}
.BgClassName
{
background-color: #65696D;
}
</style>
border-color css
<style>
span { border-color: #65696D; }
span { border-color: rgb(101,105,109); }
td.TdClassName
{
border-color: #65696D;
}
.TagClassName
{
border-color: #65696D;
}
</style>