#60676F

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

Shades of Shuttle Grey #60676F

Tints of Shuttle Grey #60676F

Color information

#60676F (or 0x60676F) is unknown color: approx Shuttle Grey. HEX triplet: 60, 67 and 6F. RGB value is (96,103,111). Sum of RGB (Red+Green+Blue) = 96+103+111=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #60676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60676F is #9F9890. Grayscale: #656565. Windows color (decimal): -10459281 or 7300960. OLE color: 7300960.

HSL color Cylindrical-coordinate representation of color #60676F: hue angle of 212º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60676F is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB96103111-
CMYK0.140.0700.56
HSL212º7.25%40.59%-
HSV(B)212º13.51%43.53%-
XYZ12.5413.3316.95-
YUV101.82133.18123.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=30.97%
G=33.23%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961031110.140.0700.562127.2540.59
Hex60676FE7038d4729
Octal140147157167070324751
Binary1100000110011111011111110111011100011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60676F; }

 p { color: rgb(96,103,111); }

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

<style>
 a { background-color: #60676F; }

 a { background-color: rgb(96,103,111); }

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

<style>
 span { border-color: #60676F; }

 span { border-color: rgb(96,103,111); }

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