#60646C

Color #60646C Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #60646C

Tints of Shuttle Grey #60646C

Color information

#60646C (or 0x60646C) is unknown color: approx Shuttle Grey. HEX triplet: 60, 64 and 6C. RGB value is (96,100,108). Sum of RGB (Red+Green+Blue) = 96+100+108=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #60646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60646C is #9F9B93. Grayscale: #636363. Windows color (decimal): -10460052 or 7103584. OLE color: 7103584.

HSL color Cylindrical-coordinate representation of color #60646C: hue angle of 220º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60646C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB96100108-
CMYK0.110.0700.58
HSL220º5.88%40%-
HSV(B)220º11.11%42.35%-
XYZ12.0912.6816-
YUV99.72132.67125.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=31.58%
G=32.89%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961001080.110.0700.582205.8840
Hex60646CB703Adc628
Octal140144154137072334650
Binary1100000110010011011001011111011101011011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60646C; }

 p { color: rgb(96,100,108); }

 H1.HeaderClassName
 {
   color: #60646C;
 }
 .AnyTagClassName
 {
   color: #60646C;
 }
</style>
background-color css

<style>
 a { background-color: #60646C; }

 a { background-color: rgb(96,100,108); }

 div.DivClassName
 {
   background-color: #60646C;
 }
 .BgClassName
 {
   background-color: #60646C;
 }
</style>
border-color css

<style>
 span { border-color: #60646C; }

 span { border-color: rgb(96,100,108); }

 td.TdClassName
 {
   border-color: #60646C;
 }
 .TagClassName
 {
   border-color: #60646C;
 }
</style>