Color Hex Logo

#6faa99 Color Hex

#6FAA99
(111,170,153)
0 Favorites   0 Comments

Color spaces of #6faa99

RGB 111170153
HSL0.450.260.55
HSV163°35°67°
CMYK 0.350.000.10   0.33
XYZ26.680034.428935.3762
Yxy34.42890.27650.3568
Hunter Lab58.6761-21.51945.3270
CIE-Lab65.3016-23.05762.6822

#6faa99 color RGB value is (111,170,153).

#6faa99 hex color red value is 111, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6faa99 hue: 0.45 , saturation: 0.26 and the lightness value of 6faa99 is 0.55.

The process color (four color CMYK) of #6faa99 color hex is 0.35, 0.00, 0.10, 0.33. Web safe color of #6faa99 is #669999. Color #6faa99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 10011001
Octal 157 252 231
Decimal 111 170 153
Hex 6F AA 99

RGB Percentages of Color #6faa99

%25.58
%39.17
%35.25

CMYK Percentages of Color #6faa99

%35
%0
%10
%33

Triadic Colors of #6faa99

#6faa99 #996faa #aa996f

Analogous Colors of #6faa99

#6faa99 #6f9eaa #6faa7c

Monochromatic Colors of #6faa99

#6faa99

Complementary Color

#6faa99 #aa6f80

#6faa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faa99 Color CSS Codes

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

#6faa99 Text Font Color

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

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


#6faa99 Background Color

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

This div background color is #6faa99


#6faa99 Border Color

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

This div border color is #6faa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faa99


Comments

No comments written yet.

Please login to write comment.