Color Hex Logo

#6e857e Color Hex

#6E857E
(110,133,126)
0 Favorites   0 Comments

Color spaces of #6e857e

RGB 110133126
HSL0.450.090.48
HSV162°17°52°
CMYK 0.170.000.05   0.48
XYZ18.583821.596422.9277
Yxy21.59640.29450.3422
Hunter Lab46.4719-9.94503.2786
CIE-Lab53.5961-9.78021.0071

#6e857e color RGB value is (110,133,126).

#6e857e hex color red value is 110, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6e857e hue: 0.45 , saturation: 0.09 and the lightness value of 6e857e is 0.48.

The process color (four color CMYK) of #6e857e color hex is 0.17, 0.00, 0.05, 0.48. Web safe color of #6e857e is #669966. Color #6e857e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000101 01111110
Octal 156 205 176
Decimal 110 133 126
Hex 6E 85 7E

RGB Percentages of Color #6e857e

%29.81
%36.04
%34.15

CMYK Percentages of Color #6e857e

%17
%0
%5
%48

Triadic Colors of #6e857e

#6e857e #7e6e85 #857e6e

Analogous Colors of #6e857e

#6e857e #6e8185 #6e8573

Monochromatic Colors of #6e857e

#6e857e

Complementary Color

#6e857e #856e75

#6e857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e857e Color CSS Codes

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

#6e857e Text Font Color

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

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


#6e857e Background Color

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

This div background color is #6e857e


#6e857e Border Color

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

This div border color is #6e857e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,133,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e857e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e857e;
  -webkit-box-shadow: 1px 1px 3px 2px #6e857e;
  box-shadow:         1px 1px 3px 2px #6e857e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,133,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e857e


Comments

No comments written yet.

Please login to write comment.