#61666C

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

Shades of Shuttle Grey #61666C

Tints of Shuttle Grey #61666C

Color information

#61666C (or 0x61666C) is unknown color: approx Shuttle Grey. HEX triplet: 61, 66 and 6C. RGB value is (97,102,108). Sum of RGB (Red+Green+Blue) = 97+102+108=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #61666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61666C is #9E9993. Grayscale: #656565. Windows color (decimal): -10394004 or 7104097. OLE color: 7104097.

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

Color convert

RGB97102108-
CMYK0.100.0600.58
HSL212.73º5.37%40.2%-
HSV(B)212.73º10.19%42.35%-
XYZ12.3913.1316.07-
YUV101.19131.84125.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=31.60%
G=33.22%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971021080.100.0600.58212.735.3740.2
Hex61666CA603Ad5528
Octal141146154126072325550
Binary1100001110011011011001010110011101011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,102,108); }

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

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

 a { background-color: rgb(97,102,108); }

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

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

 span { border-color: rgb(97,102,108); }

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