Color Hex Logo

#6a8641 Color Hex

#6A8641
(106,134,65)
0 Favorites   0 Comments

Color spaces of #6a8641

RGB 10613465
HSL0.230.350.39
HSV84°51°53°
CMYK 0.210.000.51   0.47
XYZ15.423120.49608.1443
Yxy20.49600.35000.4651
Hunter Lab45.2725-18.416821.0248
CIE-Lab52.3934-22.080933.6520

#6a8641 color RGB value is (106,134,65).

#6a8641 hex color red value is 106, green value is 134 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #6a8641 hue: 0.23 , saturation: 0.35 and the lightness value of 6a8641 is 0.39.

The process color (four color CMYK) of #6a8641 color hex is 0.21, 0.00, 0.51, 0.47. Web safe color of #6a8641 is #669933. Color #6a8641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000110 01000001
Octal 152 206 101
Decimal 106 134 65
Hex 6A 86 41

RGB Percentages of Color #6a8641

%34.75
%43.93
%21.31

CMYK Percentages of Color #6a8641

%21
%0
%51
%47

Triadic Colors of #6a8641

#6a8641 #416a86 #86416a

Analogous Colors of #6a8641

#6a8641 #488641 #868041

Monochromatic Colors of #6a8641

#6a8641

Complementary Color

#6a8641 #5d4186

#6a8641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a8641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a8641 Color CSS Codes

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

#6a8641 Text Font Color

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

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


#6a8641 Background Color

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

This div background color is #6a8641


#6a8641 Border Color

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

This div border color is #6a8641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a8641


Comments

No comments written yet.

Please login to write comment.