Color Hex Logo

#6e9464 Color Hex

#6E9464
(110,148,100)
0 Favorites   0 Comments

Color spaces of #6e9464

RGB 110148100
HSL0.300.190.49
HSV108°32°58°
CMYK 0.260.000.32   0.42
XYZ19.320625.414915.9439
Yxy25.41490.31840.4188
Hunter Lab50.4132-19.813916.5379
CIE-Lab57.4775-22.724421.2689

#6e9464 color RGB value is (110,148,100).

#6e9464 hex color red value is 110, green value is 148 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #6e9464 hue: 0.30 , saturation: 0.19 and the lightness value of 6e9464 is 0.49.

The process color (four color CMYK) of #6e9464 color hex is 0.26, 0.00, 0.32, 0.42. Web safe color of #6e9464 is #669966. Color #6e9464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010100 01100100
Octal 156 224 144
Decimal 110 148 100
Hex 6E 94 64

RGB Percentages of Color #6e9464

%30.73
%41.34
%27.93

CMYK Percentages of Color #6e9464

%26
%0
%32
%42

Triadic Colors of #6e9464

#6e9464 #646e94 #94646e

Analogous Colors of #6e9464

#6e9464 #649472 #869464

Monochromatic Colors of #6e9464

#6e9464

Complementary Color

#6e9464 #8a6494

#6e9464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9464 Color CSS Codes

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

#6e9464 Text Font Color

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

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


#6e9464 Background Color

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

This div background color is #6e9464


#6e9464 Border Color

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

This div border color is #6e9464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9464


Comments

No comments written yet.

Please login to write comment.