Shades of Shuttle Grey #65686F
Tints of Shuttle Grey #65686F
RGB
CMYK
RGB Variations
Color information
#65686F (or 0x65686F) is known color: Shuttle Grey. HEX triplet: 65, 68 and 6F. RGB value is (101,104,111). Sum of RGB (Red+Green+Blue) = 101+104+111=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 111 - color contains mainly: blue. Hex color #65686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65686F is #9A9790. Grayscale: #676767. Windows color (decimal): -10131345 or 7301221. OLE color: 7301221.
HSL color Cylindrical-coordinate representation of color #65686F: hue angle of 222º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #65686F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 104 | 111 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.56 |
| HSL | 222º | 0.05% | 0.42% | - |
| HSV(B) | 222º | 0.09% | 0.44% | - |
| XYZ | 13.19 | 13.82 | 17.01 | - |
| YUV | 103.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 111 | 0.09 | 0.06 | 0 | 0.56 | 222 | 0.05 | 0.42 |
| Hex | 65 | 68 | 6F | 9 | 6 | 0 | 38 | DE | 5 | 2A |
| Octal | 145 | 150 | 157 | 11 | 6 | 0 | 70 | 336 | 5 | 52 |
| Binary | 1100101 | 1101000 | 1101111 | 1001 | 110 | 0 | 111000 | 11011110 | 101 | 101010 |
Color Harmonies of #65686F
Complementary color
Monochromatic Colors of #65686F
Black with #65686F
Text Example
Text Example
White with #65686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65686F; }
p { color: rgb(101,104,111); }
H1.HeaderClassName
{
color: #65686F;
}
.AnyTagClassName
{
color: #65686F;
}
</style>
background-color css
<style>
a { background-color: #65686F; }
a { background-color: rgb(101,104,111); }
div.DivClassName
{
background-color: #65686F;
}
.BgClassName
{
background-color: #65686F;
}
</style>
border-color css
<style>
span { border-color: #65686F; }
span { border-color: rgb(101,104,111); }
td.TdClassName
{
border-color: #65686F;
}
.TagClassName
{
border-color: #65686F;
}
</style>