Color Hex Logo

#6ba440 Color Hex

#6BA440
(107,164,64)
0 Favorites   0 Comments

Color spaces of #6ba440

RGB 10716464
HSL0.260.440.45
HSV94°61°64°
CMYK 0.350.000.61   0.36
XYZ20.264330.04699.5821
Yxy30.04690.33830.5017
Hunter Lab54.8151-29.937628.0062
CIE-Lab61.6947-36.191444.9959

#6ba440 color RGB value is (107,164,64).

#6ba440 hex color red value is 107, green value is 164 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #6ba440 hue: 0.26 , saturation: 0.44 and the lightness value of 6ba440 is 0.45.

The process color (four color CMYK) of #6ba440 color hex is 0.35, 0.00, 0.61, 0.36. Web safe color of #6ba440 is #669933. Color #6ba440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100100 01000000
Octal 153 244 100
Decimal 107 164 64
Hex 6B A4 40

RGB Percentages of Color #6ba440

%31.94
%48.96
%19.10

CMYK Percentages of Color #6ba440

%35
%0
%61
%36

Triadic Colors of #6ba440

#6ba440 #406ba4 #a4406b

Analogous Colors of #6ba440

#6ba440 #40a447 #9da440

Monochromatic Colors of #6ba440

#6ba440

Complementary Color

#6ba440 #7940a4

#6ba440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba440 Color CSS Codes

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

#6ba440 Text Font Color

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

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


#6ba440 Background Color

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

This div background color is #6ba440


#6ba440 Border Color

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

This div border color is #6ba440


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,164,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ba440; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ba440;
  -webkit-box-shadow: 1px 1px 3px 2px #6ba440;
  box-shadow:         1px 1px 3px 2px #6ba440; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,164,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba440


Comments

No comments written yet.

Please login to write comment.