Shades of Shuttle Grey #656769
Tints of Shuttle Grey #656769
RGB
CMYK
RGB Variations
Color information
#656769 (or 0x656769) is known color: Shuttle Grey. HEX triplet: 65, 67 and 69. RGB value is (101,103,105). Sum of RGB (Red+Green+Blue) = 101+103+105=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 105 - color contains mainly: blue. Hex color #656769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656769 is #9A9896. Grayscale: #666666. Windows color (decimal): -10131607 or 6907749. OLE color: 6907749.
HSL color Cylindrical-coordinate representation of color #656769: hue angle of 210º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656769 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 103 | 105 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.59 |
| HSL | 210º | 0.02% | 0.4% | - |
| HSV(B) | 210º | 0.04% | 0.41% | - |
| XYZ | 12.77 | 13.49 | 15.29 | - |
| YUV | 102.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 105 | 0.04 | 0.02 | 0 | 0.59 | 210 | 0.02 | 0.4 |
| Hex | 65 | 67 | 69 | 4 | 2 | 0 | 3B | D2 | 2 | 28 |
| Octal | 145 | 147 | 151 | 4 | 2 | 0 | 73 | 322 | 2 | 50 |
| Binary | 1100101 | 1100111 | 1101001 | 100 | 10 | 0 | 111011 | 11010010 | 10 | 101000 |
Color Harmonies of #656769
Complementary color
Monochromatic Colors of #656769
Black with #656769
Text Example
Text Example
White with #656769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656769; }
p { color: rgb(101,103,105); }
H1.HeaderClassName
{
color: #656769;
}
.AnyTagClassName
{
color: #656769;
}
</style>
background-color css
<style>
a { background-color: #656769; }
a { background-color: rgb(101,103,105); }
div.DivClassName
{
background-color: #656769;
}
.BgClassName
{
background-color: #656769;
}
</style>
border-color css
<style>
span { border-color: #656769; }
span { border-color: rgb(101,103,105); }
td.TdClassName
{
border-color: #656769;
}
.TagClassName
{
border-color: #656769;
}
</style>