#61686D

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

Shades of Mid Grey #61686D

Tints of Mid Grey #61686D

Color information

#61686D (or 0x61686D) is unknown color: approx Mid Grey. HEX triplet: 61, 68 and 6D. RGB value is (97,104,109). Sum of RGB (Red+Green+Blue) = 97+104+109=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #61686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61686D is #9E9792. Grayscale: #666666. Windows color (decimal): -10393491 or 7170145. OLE color: 7170145.

HSL color Cylindrical-coordinate representation of color #61686D: hue angle of 205º 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 #61686D is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB97104109-
CMYK0.110.0500.57
HSL205º5.83%40.39%-
HSV(B)205º11.01%42.75%-
XYZ12.6413.5516.42-
YUV102.48131.68124.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=31.29%
G=33.55%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal971041090.110.0500.572055.8340.39
Hex61686DB5039cd628
Octal141150155135071315650
Binary1100001110100011011011011101011100111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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