Color Hex Logo

#6d9474 Color Hex

#6D9474
(109,148,116)
0 Favorites   0 Comments

Color spaces of #6d9474

RGB 109148116
HSL0.360.150.50
HSV131°26°58°
CMYK 0.260.000.22   0.42
XYZ20.049025.692020.4254
Yxy25.69200.30300.3883
Hunter Lab50.6873-18.098311.5891
CIE-Lab57.7435-20.222312.6542

#6d9474 color RGB value is (109,148,116).

#6d9474 hex color red value is 109, green value is 148 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #6d9474 hue: 0.36 , saturation: 0.15 and the lightness value of 6d9474 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010100 01110100
Octal 155 224 164
Decimal 109 148 116
Hex 6D 94 74

RGB Percentages of Color #6d9474

%29.22
%39.68
%31.10

CMYK Percentages of Color #6d9474

%26
%0
%22
%42

Triadic Colors of #6d9474

#6d9474 #746d94 #94746d

Analogous Colors of #6d9474

#6d9474 #6d9488 #7a946d

Monochromatic Colors of #6d9474

#6d9474

Complementary Color

#6d9474 #946d8d

#6d9474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d9474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d9474 Color CSS Codes

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

#6d9474 Text Font Color

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

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


#6d9474 Background Color

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

This div background color is #6d9474


#6d9474 Border Color

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

This div border color is #6d9474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d9474


Comments

No comments written yet.

Please login to write comment.