Color Hex Logo

#6f9463 Color Hex

#6F9463
(111,148,99)
0 Favorites   0 Comments

Color spaces of #6f9463

RGB 11114899
HSL0.290.200.48
HSV105°33°58°
CMYK 0.250.000.33   0.42
XYZ19.397625.460215.6963
Yxy25.46020.32030.4205
Hunter Lab50.4581-19.681016.8770
CIE-Lab57.5211-22.522421.8926

#6f9463 color RGB value is (111,148,99).

#6f9463 hex color red value is 111, green value is 148 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #6f9463 hue: 0.29 , saturation: 0.20 and the lightness value of 6f9463 is 0.48.

The process color (four color CMYK) of #6f9463 color hex is 0.25, 0.00, 0.33, 0.42. Web safe color of #6f9463 is #669966. Color #6f9463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10010100 01100011
Octal 157 224 143
Decimal 111 148 99
Hex 6F 94 63

RGB Percentages of Color #6f9463

%31.01
%41.34
%27.65

CMYK Percentages of Color #6f9463

%25
%0
%33
%42

Triadic Colors of #6f9463

#6f9463 #636f94 #94636f

Analogous Colors of #6f9463

#6f9463 #639470 #889463

Monochromatic Colors of #6f9463

#6f9463

Complementary Color

#6f9463 #886394

#6f9463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9463 Color CSS Codes

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

#6f9463 Text Font Color

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

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


#6f9463 Background Color

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

This div background color is #6f9463


#6f9463 Border Color

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

This div border color is #6f9463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9463


Comments

No comments written yet.

Please login to write comment.