Color Hex Logo

#6fa992 Color Hex

#6FA992
(111,169,146)
0 Favorites   0 Comments

Color spaces of #6fa992

RGB 111169146
HSL0.430.250.55
HSV156°34°66°
CMYK 0.340.000.14   0.34
XYZ25.931833.830832.3574
Yxy33.83080.28150.3672
Hunter Lab58.1643-22.20557.7313
CIE-Lab64.8280-24.10595.8936

#6fa992 color RGB value is (111,169,146).

#6fa992 hex color red value is 111, green value is 169 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #6fa992 hue: 0.43 , saturation: 0.25 and the lightness value of 6fa992 is 0.55.

The process color (four color CMYK) of #6fa992 color hex is 0.34, 0.00, 0.14, 0.34. Web safe color of #6fa992 is #669999. Color #6fa992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101001 10010010
Octal 157 251 222
Decimal 111 169 146
Hex 6F A9 92

RGB Percentages of Color #6fa992

%26.06
%39.67
%34.27

CMYK Percentages of Color #6fa992

%34
%0
%14
%34

Triadic Colors of #6fa992

#6fa992 #926fa9 #a9926f

Analogous Colors of #6fa992

#6fa992 #6fa3a9 #6fa975

Monochromatic Colors of #6fa992

#6fa992

Complementary Color

#6fa992 #a96f86

#6fa992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa992 Color CSS Codes

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

#6fa992 Text Font Color

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

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


#6fa992 Background Color

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

This div background color is #6fa992


#6fa992 Border Color

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

This div border color is #6fa992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa992


Comments

No comments written yet.

Please login to write comment.