Shades of Shuttle Grey #65676A
Tints of Shuttle Grey #65676A
RGB
CMYK
RGB Variations
Color information
#65676A (or 0x65676A) is known color: Shuttle Grey. HEX triplet: 65, 67 and 6A. RGB value is (101,103,106). Sum of RGB (Red+Green+Blue) = 101+103+106=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 106 - color contains mainly: blue. Hex color #65676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65676A is #9A9895. Grayscale: #666666. Windows color (decimal): -10131606 or 6973285. OLE color: 6973285.
HSL color Cylindrical-coordinate representation of color #65676A: hue angle of 216º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #65676A is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 103 | 106 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.58 |
| HSL | 216º | 0.02% | 0.41% | - |
| HSV(B) | 216º | 0.05% | 0.42% | - |
| XYZ | 12.82 | 13.51 | 15.57 | - |
| YUV | 102.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 106 | 0.05 | 0.03 | 0 | 0.58 | 216 | 0.02 | 0.41 |
| Hex | 65 | 67 | 6A | 5 | 3 | 0 | 3A | D8 | 2 | 29 |
| Octal | 145 | 147 | 152 | 5 | 3 | 0 | 72 | 330 | 2 | 51 |
| Binary | 1100101 | 1100111 | 1101010 | 101 | 11 | 0 | 111010 | 11011000 | 10 | 101001 |
Color Harmonies of #65676A
Complementary color
Monochromatic Colors of #65676A
Black with #65676A
Text Example
Text Example
White with #65676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65676A; }
p { color: rgb(101,103,106); }
H1.HeaderClassName
{
color: #65676A;
}
.AnyTagClassName
{
color: #65676A;
}
</style>
background-color css
<style>
a { background-color: #65676A; }
a { background-color: rgb(101,103,106); }
div.DivClassName
{
background-color: #65676A;
}
.BgClassName
{
background-color: #65676A;
}
</style>
border-color css
<style>
span { border-color: #65676A; }
span { border-color: rgb(101,103,106); }
td.TdClassName
{
border-color: #65676A;
}
.TagClassName
{
border-color: #65676A;
}
</style>