Color Hex Logo

#6b937a Color Hex

#6B937A
(107,147,122)
0 Favorites   0 Comments

Color spaces of #6b937a

RGB 107147122
HSL0.400.160.50
HSV143°27°58°
CMYK 0.270.000.17   0.42
XYZ20.010025.398422.2601
Yxy25.39840.29570.3753
Hunter Lab50.3968-17.32129.0896
CIE-Lab57.4616-19.19998.8379

#6b937a color RGB value is (107,147,122).

#6b937a hex color red value is 107, green value is 147 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6b937a hue: 0.40 , saturation: 0.16 and the lightness value of 6b937a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10010011 01111010
Octal 153 223 172
Decimal 107 147 122
Hex 6B 93 7A

RGB Percentages of Color #6b937a

%28.46
%39.10
%32.45

CMYK Percentages of Color #6b937a

%27
%0
%17
%42

Triadic Colors of #6b937a

#6b937a #7a6b93 #937a6b

Analogous Colors of #6b937a

#6b937a #6b938e #70936b

Monochromatic Colors of #6b937a

#6b937a

Complementary Color

#6b937a #936b84

#6b937a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b937a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b937a Color CSS Codes

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

#6b937a Text Font Color

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

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


#6b937a Background Color

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

This div background color is #6b937a


#6b937a Border Color

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

This div border color is #6b937a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,147,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b937a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b937a;
  -webkit-box-shadow: 1px 1px 3px 2px #6b937a;
  box-shadow:         1px 1px 3px 2px #6b937a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,147,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b937a


Comments

No comments written yet.

Please login to write comment.