#61666D

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

Shades of Shuttle Grey #61666D

Tints of Shuttle Grey #61666D

Color information

#61666D (or 0x61666D) is unknown color: approx Shuttle Grey. HEX triplet: 61, 66 and 6D. RGB value is (97,102,109). Sum of RGB (Red+Green+Blue) = 97+102+109=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #61666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61666D is #9E9992. Grayscale: #656565. Windows color (decimal): -10394003 or 7169633. OLE color: 7169633.

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

Color convert

RGB97102109-
CMYK0.110.0600.57
HSL215º5.83%40.39%-
HSV(B)215º11.01%42.75%-
XYZ12.4413.1516.35-
YUV101.3132.34124.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=31.49%
G=33.12%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal971021090.110.0600.572155.8340.39
Hex61666DB6039d7628
Octal141146155136071327650
Binary1100001110011011011011011110011100111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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