Color Hex Logo

#6b847c Color Hex

#6B847C
(107,132,124)
0 Favorites   0 Comments

Color spaces of #6b847c

RGB 107132124
HSL0.450.100.47
HSV161°19°52°
CMYK 0.190.000.06   0.48
XYZ17.952821.083622.1921
Yxy21.08360.29320.3443
Hunter Lab45.9169-10.56383.4864
CIE-Lab53.0409-10.70931.3361

#6b847c color RGB value is (107,132,124).

#6b847c hex color red value is 107, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #6b847c hue: 0.45 , saturation: 0.10 and the lightness value of 6b847c is 0.47.

The process color (four color CMYK) of #6b847c color hex is 0.19, 0.00, 0.06, 0.48. Web safe color of #6b847c is #669966. Color #6b847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000100 01111100
Octal 153 204 174
Decimal 107 132 124
Hex 6B 84 7C

RGB Percentages of Color #6b847c

%29.48
%36.36
%34.16

CMYK Percentages of Color #6b847c

%19
%0
%6
%48

Triadic Colors of #6b847c

#6b847c #7c6b84 #847c6b

Analogous Colors of #6b847c

#6b847c #6b8084 #6b8470

Monochromatic Colors of #6b847c

#6b847c

Complementary Color

#6b847c #846b73

#6b847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b847c Color CSS Codes

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

#6b847c Text Font Color

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

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


#6b847c Background Color

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

This div background color is #6b847c


#6b847c Border Color

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

This div border color is #6b847c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,132,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 #6b847c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b847c

#6b847c Color Palettes


Comments

No comments written yet.

Please login to write comment.