Color Hex Logo

#6e807a Color Hex

#6E807A
(110,128,122)
0 Favorites   0 Comments

Color spaces of #6e807a

RGB 110128122
HSL0.440.080.47
HSV160°14°50°
CMYK 0.140.000.05   0.50
XYZ17.662420.158521.3724
Yxy20.15850.29840.3406
Hunter Lab44.8982-8.35223.2056
CIE-Lab52.0159-7.84681.0363

#6e807a color RGB value is (110,128,122).

#6e807a hex color red value is 110, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6e807a hue: 0.44 , saturation: 0.08 and the lightness value of 6e807a is 0.47.

The process color (four color CMYK) of #6e807a color hex is 0.14, 0.00, 0.05, 0.50. Web safe color of #6e807a is #669966. Color #6e807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000000 01111010
Octal 156 200 172
Decimal 110 128 122
Hex 6E 80 7A

RGB Percentages of Color #6e807a

%30.56
%35.56
%33.89

CMYK Percentages of Color #6e807a

%14
%0
%5
%50

Triadic Colors of #6e807a

#6e807a #7a6e80 #807a6e

Analogous Colors of #6e807a

#6e807a #6e7d80 #6e8071

Monochromatic Colors of #6e807a

#6e807a

Complementary Color

#6e807a #806e74

#6e807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e807a Color CSS Codes

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

#6e807a Text Font Color

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

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


#6e807a Background Color

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

This div background color is #6e807a


#6e807a Border Color

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

This div border color is #6e807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e807a


Comments

No comments written yet.

Please login to write comment.