Color Hex Logo

#6f997e Color Hex

#6F997E
(111,153,126)
0 Favorites   0 Comments

Color spaces of #6f997e

RGB 111153126
HSL0.390.170.52
HSV141°27°60°
CMYK 0.270.000.18   0.40
XYZ21.712727.668323.9348
Yxy27.66830.29620.3774
Hunter Lab52.6007-18.36939.8418
CIE-Lab59.5879-20.15699.6204

#6f997e color RGB value is (111,153,126).

#6f997e hex color red value is 111, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6f997e hue: 0.39 , saturation: 0.17 and the lightness value of 6f997e is 0.52.

The process color (four color CMYK) of #6f997e color hex is 0.27, 0.00, 0.18, 0.40. Web safe color of #6f997e is #669966. Color #6f997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011001 01111110
Octal 157 231 176
Decimal 111 153 126
Hex 6F 99 7E

RGB Percentages of Color #6f997e

%28.46
%39.23
%32.31

CMYK Percentages of Color #6f997e

%27
%0
%18
%40

Triadic Colors of #6f997e

#6f997e #7e6f99 #997e6f

Analogous Colors of #6f997e

#6f997e #6f9993 #75996f

Monochromatic Colors of #6f997e

#6f997e

Complementary Color

#6f997e #996f8a

#6f997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f997e Color CSS Codes

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

#6f997e Text Font Color

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

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


#6f997e Background Color

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

This div background color is #6f997e


#6f997e Border Color

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

This div border color is #6f997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f997e


Comments

No comments written yet.

Please login to write comment.