Color Hex Logo

#6f957c Color Hex

#6F957C
(111,149,124)
0 Favorites   0 Comments

Color spaces of #6f957c

RGB 111149124
HSL0.390.150.51
HSV141°26°58°
CMYK 0.260.000.17   0.42
XYZ20.941126.329623.0472
Yxy26.32960.29780.3744
Hunter Lab51.3124-16.94909.2883
CIE-Lab58.3486-18.47968.9946

#6f957c color RGB value is (111,149,124).

#6f957c hex color red value is 111, green value is 149 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #6f957c hue: 0.39 , saturation: 0.15 and the lightness value of 6f957c is 0.51.

The process color (four color CMYK) of #6f957c color hex is 0.26, 0.00, 0.17, 0.42. Web safe color of #6f957c is #669966. Color #6f957c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10010101 01111100
Octal 157 225 174
Decimal 111 149 124
Hex 6F 95 7C

RGB Percentages of Color #6f957c

%28.91
%38.80
%32.29

CMYK Percentages of Color #6f957c

%26
%0
%17
%42

Triadic Colors of #6f957c

#6f957c #7c6f95 #957c6f

Analogous Colors of #6f957c

#6f957c #6f958f #75956f

Monochromatic Colors of #6f957c

#6f957c

Complementary Color

#6f957c #956f88

#6f957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f957c Color CSS Codes

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

#6f957c Text Font Color

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

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


#6f957c Background Color

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

This div background color is #6f957c


#6f957c Border Color

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

This div border color is #6f957c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f957c


Comments

No comments written yet.

Please login to write comment.