Shades of Shuttle Grey #65686B
Tints of Shuttle Grey #65686B
RGB
CMYK
RGB Variations
Color information
#65686B (or 0x65686B) is known color: Shuttle Grey. HEX triplet: 65, 68 and 6B. RGB value is (101,104,107). Sum of RGB (Red+Green+Blue) = 101+104+107=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #65686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65686B is #9A9794. Grayscale: #676767. Windows color (decimal): -10131349 or 7039077. OLE color: 7039077.
HSL color Cylindrical-coordinate representation of color #65686B: hue angle of 210º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #65686B is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 104 | 107 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.58 |
| HSL | 210º | 0.03% | 0.41% | - |
| HSV(B) | 210º | 0.06% | 0.42% | - |
| XYZ | 12.97 | 13.73 | 15.88 | - |
| YUV | 103.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 107 | 0.06 | 0.03 | 0 | 0.58 | 210 | 0.03 | 0.41 |
| Hex | 65 | 68 | 6B | 6 | 3 | 0 | 3A | D2 | 3 | 29 |
| Octal | 145 | 150 | 153 | 6 | 3 | 0 | 72 | 322 | 3 | 51 |
| Binary | 1100101 | 1101000 | 1101011 | 110 | 11 | 0 | 111010 | 11010010 | 11 | 101001 |
Color Harmonies of #65686B
Complementary color
Monochromatic Colors of #65686B
Black with #65686B
Text Example
Text Example
White with #65686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65686B; }
p { color: rgb(101,104,107); }
H1.HeaderClassName
{
color: #65686B;
}
.AnyTagClassName
{
color: #65686B;
}
</style>
background-color css
<style>
a { background-color: #65686B; }
a { background-color: rgb(101,104,107); }
div.DivClassName
{
background-color: #65686B;
}
.BgClassName
{
background-color: #65686B;
}
</style>
border-color css
<style>
span { border-color: #65686B; }
span { border-color: rgb(101,104,107); }
td.TdClassName
{
border-color: #65686B;
}
.TagClassName
{
border-color: #65686B;
}
</style>