Color Hex Logo

#6d806b Color Hex

#6D806B
(109,128,107)
0 Favorites   0 Comments

Color spaces of #6d806b

RGB 109128107
HSL0.320.090.46
HSV114°16°50°
CMYK 0.150.000.16   0.50
XYZ16.679719.751116.8431
Yxy19.75110.31310.3707
Hunter Lab44.4422-10.78078.6393
CIE-Lab51.5546-11.25139.1115

#6d806b color RGB value is (109,128,107).

#6d806b hex color red value is 109, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #6d806b hue: 0.32 , saturation: 0.09 and the lightness value of 6d806b is 0.46.

The process color (four color CMYK) of #6d806b color hex is 0.15, 0.00, 0.16, 0.50. Web safe color of #6d806b is #669966. Color #6d806b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000000 01101011
Octal 155 200 153
Decimal 109 128 107
Hex 6D 80 6B

RGB Percentages of Color #6d806b

%31.69
%37.21
%31.10

CMYK Percentages of Color #6d806b

%15
%0
%16
%50

Triadic Colors of #6d806b

#6d806b #6b6d80 #806b6d

Analogous Colors of #6d806b

#6d806b #6b8074 #78806b

Monochromatic Colors of #6d806b

#6d806b

Complementary Color

#6d806b #7e6b80

#6d806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d806b Color CSS Codes

.mybgcolor {background-color:#6d806b; } 
.myforecolor {color:#6d806b; }
.mybordercolor {border:3px solid #6d806b; }

#6d806b Text Font Color

<p style="color:#6d806b">Text here</p>

This sample text font color is #6d806b
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.


#6d806b Background Color

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

This div background color is #6d806b


#6d806b Border Color

<div style="border:3px solid #6d806b">
Div here</div>

This div border color is #6d806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d806b;
  -webkit-box-shadow: 1px 1px 3px 2px #6d806b;
  box-shadow:         1px 1px 3px 2px #6d806b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,128,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6d806b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d806b


Comments

No comments written yet.

Please login to write comment.