Color Hex Logo

#6a807a Color Hex

#6A807A
(106,128,122)
0 Favorites   0 Comments

Color spaces of #6a807a

RGB 106128122
HSL0.450.090.46
HSV164°17°50°
CMYK 0.170.000.05   0.50
XYZ17.175919.907721.3496
Yxy19.90770.29390.3407
Hunter Lab44.6180-9.36732.8625
CIE-Lab51.7327-9.27000.5893

#6a807a color RGB value is (106,128,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000000 01111010
Octal 152 200 172
Decimal 106 128 122
Hex 6A 80 7A

RGB Percentages of Color #6a807a

%29.78
%35.96
%34.27

CMYK Percentages of Color #6a807a

%17
%0
%5
%50

Triadic Colors of #6a807a

#6a807a #7a6a80 #807a6a

Analogous Colors of #6a807a

#6a807a #6a7b80 #6a806f

Monochromatic Colors of #6a807a

#6a807a

Complementary Color

#6a807a #806a70

#6a807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a807a Color CSS Codes

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

#6a807a Text Font Color

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

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


#6a807a Background Color

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

This div background color is #6a807a


#6a807a Border Color

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

This div border color is #6a807a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,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 #6a807a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a807a


Comments

No comments written yet.

Please login to write comment.