Color Hex Logo

#6a8662 Color Hex

#6A8662
(106,134,98)
0 Favorites   0 Comments

Color spaces of #6a8662

RGB 10613498
HSL0.300.160.45
HSV107°27°53°
CMYK 0.210.000.27   0.47
XYZ16.673620.996214.7292
Yxy20.99620.31820.4007
Hunter Lab45.8216-15.235113.0166
CIE-Lab52.9453-17.279816.2030

#6a8662 color RGB value is (106,134,98).

#6a8662 hex color red value is 106, green value is 134 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #6a8662 hue: 0.30 , saturation: 0.16 and the lightness value of 6a8662 is 0.45.

The process color (four color CMYK) of #6a8662 color hex is 0.21, 0.00, 0.27, 0.47. Web safe color of #6a8662 is #669966. Color #6a8662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000110 01100010
Octal 152 206 142
Decimal 106 134 98
Hex 6A 86 62

RGB Percentages of Color #6a8662

%31.36
%39.64
%28.99

CMYK Percentages of Color #6a8662

%21
%0
%27
%47

Triadic Colors of #6a8662

#6a8662 #626a86 #86626a

Analogous Colors of #6a8662

#6a8662 #62866c #7c8662

Monochromatic Colors of #6a8662

#6a8662

Complementary Color

#6a8662 #7e6286

#6a8662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8662 Color CSS Codes

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

#6a8662 Text Font Color

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

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


#6a8662 Background Color

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

This div background color is #6a8662


#6a8662 Border Color

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

This div border color is #6a8662


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,134,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8662


Comments

No comments written yet.

Please login to write comment.