#6d7a80

#6d7a80 color hex

#6d7a80 hex color information.
RGB value of #6d7a80 is (109,122,128)
Change page background color to #6d7a80 | Reset

#6d7a80 rgb color chart

Color spaces of #6d7a80

RGB 109122128
HSL0.550.080.46
HSV199°15°50°
CMYK 0.150.050.00   0.50
XYZ17.162518.728823.1325
Yxy18.72880.29080.3173
Hunter Lab43.2768-4.9457-1.3982
CIE-Lab50.3684-3.4629-4.9112

Shades of #6d7a80

Tints of #6d7a80

RGB Percentages of Color #6d7a80

%30.36
%33.98
%35.65

CMYK Percentages of Color #6d7a80

%15
%5
%0
%50

#6d7a80 Color Info

#6d7a80 hex color red value is 109, green value is 122 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6d7a80 hue: 0.55 , saturation: 0.08 and the lightness value of 6d7a80 is 0.46.

The process color (four color CMYK) of #6d7a80 hex color is 0.15, 0.05, 0.00, 0.50. Web safe color of #6d7a80 is #666699

Color #6d7a80 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111010 10000000
Octal 155 172 200
Decimal 109 122 128
Hexadecimal 6D 7A 80

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #6d7a80

Triadic Colors of #6d7a80

#6d7a80 #7f6d79 #797f6d

Analogous Colors of #6d7a80

#6d7a80 #6d707f #6d7f7c

Complementary Color of #6d7a80

#6d7a80 #7f726d

#6d7a80 HSL Color Chart
#6d7a80 hsl color chart
#6d7a80 RGB Color Chart

#6d7a80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7a80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7a80 Color CSS Codes

.mybgcolor {background-color:#6d7a80; } 
.myforecolor {color:#6d7a80; }
.mybordercolor {border:3px solid #6d7a80; }
Sample text font color #6d7a80

This sample text font color is #6d7a80
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#6d7a80">Text here</p>
#6d7a80 background color

This div background color is #6d7a80

<div style="background-color:#6d7a80">
Div content here</div>
#6d7a80 border color

This div border color is #6d7a80

<div style="border:3px solid #6d7a80">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #6d7a80 Color Sample
#6d7a80border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(109,122,128, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #6d7a80; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #6d7a80;
  -webkit-box-shadow: 1px 1px 3px 2px #6d7a80;
  box-shadow:         1px 1px 3px 2px #6d7a80; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,122,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6d7a80">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #6d7a80

<div style="-moz-box-shadow: 1px 1px 3px 2px #6d7a80;
  -webkit-box-shadow: 1px 1px 3px 2px #6d7a80;
  box-shadow:         1px 1px 3px 2px #6d7a80;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top