Color Hex Logo

#6f9986 Color Hex

#6F9986
(111,153,134)
0 Favorites   0 Comments

Color spaces of #6f9986

RGB 111153134
HSL0.420.170.52
HSV153°27°60°
CMYK 0.270.000.12   0.40
XYZ22.249927.883226.7636
Yxy27.88320.28930.3626
Hunter Lab52.8045-17.19466.9125
CIE-Lab59.7831-18.49815.3777

#6f9986 color RGB value is (111,153,134).

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

The process color (four color CMYK) of #6f9986 color hex is 0.27, 0.00, 0.12, 0.40. Web safe color of #6f9986 is #669999. Color #6f9986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011001 10000110
Octal 157 231 206
Decimal 111 153 134
Hex 6F 99 86

RGB Percentages of Color #6f9986

%27.89
%38.44
%33.67

CMYK Percentages of Color #6f9986

%27
%0
%12
%40

Triadic Colors of #6f9986

#6f9986 #866f99 #99866f

Analogous Colors of #6f9986

#6f9986 #6f9799 #6f9971

Monochromatic Colors of #6f9986

#6f9986

Complementary Color

#6f9986 #996f82

#6f9986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9986 Color CSS Codes

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

#6f9986 Text Font Color

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

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


#6f9986 Background Color

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

This div background color is #6f9986


#6f9986 Border Color

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

This div border color is #6f9986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9986


Comments

No comments written yet.

Please login to write comment.