Color Hex Logo

#6b8481 Color Hex

#6B8481
(107,132,129)
0 Favorites   0 Comments

Color spaces of #6b8481

RGB 107132129
HSL0.480.100.47
HSV173°19°52°
CMYK 0.190.000.02   0.48
XYZ18.277121.213323.9001
Yxy21.21330.28830.3346
Hunter Lab46.0579-9.76741.4741
CIE-Lab53.1822-9.6012-1.3656

#6b8481 color RGB value is (107,132,129).

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

The process color (four color CMYK) of #6b8481 color hex is 0.19, 0.00, 0.02, 0.48. Web safe color of #6b8481 is #669999. Color #6b8481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000100 10000001
Octal 153 204 201
Decimal 107 132 129
Hex 6B 84 81

RGB Percentages of Color #6b8481

%29.08
%35.87
%35.05

CMYK Percentages of Color #6b8481

%19
%0
%2
%48

Triadic Colors of #6b8481

#6b8481 #816b84 #84816b

Analogous Colors of #6b8481

#6b8481 #6b7b84 #6b8475

Monochromatic Colors of #6b8481

#6b8481

Complementary Color

#6b8481 #846b6e

#6b8481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8481 Color CSS Codes

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

#6b8481 Text Font Color

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

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


#6b8481 Background Color

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

This div background color is #6b8481


#6b8481 Border Color

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

This div border color is #6b8481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b8481

#6b8481 Color Palettes


Comments

No comments written yet.

Please login to write comment.