#60666D

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

Shades of Shuttle Grey #60666D

Tints of Shuttle Grey #60666D

Color information

#60666D (or 0x60666D) is unknown color: approx Shuttle Grey. HEX triplet: 60, 66 and 6D. RGB value is (96,102,109). Sum of RGB (Red+Green+Blue) = 96+102+109=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #60666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60666D is #9F9992. Grayscale: #646464. Windows color (decimal): -10459539 or 7169632. OLE color: 7169632.

HSL color Cylindrical-coordinate representation of color #60666D: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60666D is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB96102109-
CMYK0.120.0600.57
HSL212.31º6.34%40.2%-
HSV(B)212.31º11.93%42.75%-
XYZ12.3413.0916.35-
YUV101132.51124.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=31.27%
G=33.22%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal961021090.120.0600.57212.316.3440.2
Hex60666DC6039d4628
Octal140146155146071324650
Binary1100000110011011011011100110011100111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60666D; }

 p { color: rgb(96,102,109); }

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

<style>
 a { background-color: #60666D; }

 a { background-color: rgb(96,102,109); }

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

<style>
 span { border-color: #60666D; }

 span { border-color: rgb(96,102,109); }

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