#60656A

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

Shades of Shuttle Grey #60656A

Tints of Shuttle Grey #60656A

Color information

#60656A (or 0x60656A) is unknown color: approx Shuttle Grey. HEX triplet: 60, 65 and 6A. RGB value is (96,101,106). Sum of RGB (Red+Green+Blue) = 96+101+106=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 106 - color contains mainly: blue. Hex color #60656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60656A is #9F9A95. Grayscale: #646464. Windows color (decimal): -10459798 or 6972768. OLE color: 6972768.

HSL color Cylindrical-coordinate representation of color #60656A: hue angle of 210º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60656A is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB96101106-
CMYK0.090.0500.58
HSL210º4.95%39.61%-
HSV(B)210º9.43%41.57%-
XYZ12.0812.8315.48-
YUV100.08131.34125.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=31.68%
G=33.33%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961011060.090.0500.582104.9539.61
Hex60656A9503Ad2528
Octal140145152115072322550
Binary1100000110010111010101001101011101011010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60656A; }

 p { color: rgb(96,101,106); }

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

<style>
 a { background-color: #60656A; }

 a { background-color: rgb(96,101,106); }

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

<style>
 span { border-color: #60656A; }

 span { border-color: rgb(96,101,106); }

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