Color Hex Logo

#6f868e Color Hex

#6F868E
(111,134,142)
0 Favorites   0 Comments

Color spaces of #6f868e

RGB 111134142
HSL0.540.120.50
HSV195°22°56°
CMYK 0.220.060.00   0.44
XYZ19.963122.382728.8593
Yxy22.38270.28040.3143
Hunter Lab47.3104-7.4732-3.0496
CIE-Lab54.4307-6.3686-7.0388

#6f868e color RGB value is (111,134,142).

#6f868e hex color red value is 111, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6f868e hue: 0.54 , saturation: 0.12 and the lightness value of 6f868e is 0.50.

The process color (four color CMYK) of #6f868e color hex is 0.22, 0.06, 0.00, 0.44. Web safe color of #6f868e is #669999. Color #6f868e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000110 10001110
Octal 157 206 216
Decimal 111 134 142
Hex 6F 86 8E

RGB Percentages of Color #6f868e

%28.68
%34.63
%36.69

CMYK Percentages of Color #6f868e

%22
%6
%0
%44

Triadic Colors of #6f868e

#6f868e #8e6f86 #868e6f

Analogous Colors of #6f868e

#6f868e #6f778e #6f8e87

Monochromatic Colors of #6f868e

#6f868e

Complementary Color

#6f868e #8e776f

#6f868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f868e Color CSS Codes

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

#6f868e Text Font Color

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

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


#6f868e Background Color

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

This div background color is #6f868e


#6f868e Border Color

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

This div border color is #6f868e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f868e


Comments

No comments written yet.

Please login to write comment.