Shades of Shuttle Grey #606365
Tints of Shuttle Grey #606365
RGB
CMYK
RGB Variations
Color information
#606365 (or 0x606365) is known color: Shuttle Grey. HEX triplet: 60, 63 and 65. RGB value is (96,99,101). Sum of RGB (Red+Green+Blue) = 96+99+101=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 101 - color contains mainly: blue. Hex color #606365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606365 is #9F9C9A. Grayscale: #626262. Windows color (decimal): -10460315 or 6644576. OLE color: 6644576.
HSL color Cylindrical-coordinate representation of color #606365: hue angle of 204º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #606365 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 99 | 101 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.60 |
| HSL | 204º | 0.03% | 0.39% | - |
| HSV(B) | 204º | 0.05% | 0.4% | - |
| XYZ | 11.63 | 12.35 | 14.08 | - |
| YUV | 98.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 101 | 0.05 | 0.02 | 0 | 0.60 | 204 | 0.03 | 0.39 |
| Hex | 60 | 63 | 65 | 5 | 2 | 0 | 3C | CC | 3 | 27 |
| Octal | 140 | 143 | 145 | 5 | 2 | 0 | 74 | 314 | 3 | 47 |
| Binary | 1100000 | 1100011 | 1100101 | 101 | 10 | 0 | 111100 | 11001100 | 11 | 100111 |
Color Harmonies of #606365
Complementary color
Monochromatic Colors of #606365
Black with #606365
Text Example
Text Example
White with #606365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606365; }
p { color: rgb(96,99,101); }
H1.HeaderClassName
{
color: #606365;
}
.AnyTagClassName
{
color: #606365;
}
</style>
background-color css
<style>
a { background-color: #606365; }
a { background-color: rgb(96,99,101); }
div.DivClassName
{
background-color: #606365;
}
.BgClassName
{
background-color: #606365;
}
</style>
border-color css
<style>
span { border-color: #606365; }
span { border-color: rgb(96,99,101); }
td.TdClassName
{
border-color: #606365;
}
.TagClassName
{
border-color: #606365;
}
</style>