Color Hex Logo

#6fb489 Color Hex

#6FB489
(111,180,137)
0 Favorites   0 Comments

Color spaces of #6fb489

RGB 111180137
HSL0.400.320.57
HSV143°38°71°
CMYK 0.380.000.24   0.29
XYZ27.392237.828229.5248
Yxy37.82820.28910.3993
Hunter Lab61.5046-28.134914.5916
CIE-Lab67.8938-31.343515.1934

#6fb489 color RGB value is (111,180,137).

#6fb489 hex color red value is 111, green value is 180 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #6fb489 hue: 0.40 , saturation: 0.32 and the lightness value of 6fb489 is 0.57.

The process color (four color CMYK) of #6fb489 color hex is 0.38, 0.00, 0.24, 0.29. Web safe color of #6fb489 is #66cc99. Color #6fb489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110100 10001001
Octal 157 264 211
Decimal 111 180 137
Hex 6F B4 89

RGB Percentages of Color #6fb489

%25.93
%42.06
%32.01

CMYK Percentages of Color #6fb489

%38
%0
%24
%29

Triadic Colors of #6fb489

#6fb489 #896fb4 #b4896f

Analogous Colors of #6fb489

#6fb489 #6fb4ac #78b46f

Monochromatic Colors of #6fb489

#6fb489

Complementary Color

#6fb489 #b46f9a

#6fb489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb489 Color CSS Codes

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

#6fb489 Text Font Color

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

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


#6fb489 Background Color

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

This div background color is #6fb489


#6fb489 Border Color

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

This div border color is #6fb489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb489


Comments

No comments written yet.

Please login to write comment.