Color Hex Logo

#6b685e Color Hex

#6B685E
(107,104,94)
0 Favorites   0 Comments

Color spaces of #6b685e

RGB 10710494
HSL0.130.060.39
HSV46°12°42°
CMYK 0.000.030.12   0.58
XYZ13.034113.834612.5730
Yxy13.83460.33050.3508
Hunter Lab37.1949-2.53985.9946
CIE-Lab43.9948-0.75796.0474

#6b685e color RGB value is (107,104,94).

#6b685e hex color red value is 107, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6b685e hue: 0.13 , saturation: 0.06 and the lightness value of 6b685e is 0.39.

The process color (four color CMYK) of #6b685e color hex is 0.00, 0.03, 0.12, 0.58. Web safe color of #6b685e is #666666. Color #6b685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01101000 01011110
Octal 153 150 136
Decimal 107 104 94
Hex 6B 68 5E

RGB Percentages of Color #6b685e

%35.08
%34.10
%30.82

CMYK Percentages of Color #6b685e

%0
%3
%12
%58

Triadic Colors of #6b685e

#6b685e #5e6b68 #685e6b

Analogous Colors of #6b685e

#6b685e #686b5e #6b625e

Monochromatic Colors of #6b685e

#6b685e

Complementary Color

#6b685e #5e616b

#6b685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b685e Color CSS Codes

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

#6b685e Text Font Color

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

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


#6b685e Background Color

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

This div background color is #6b685e


#6b685e Border Color

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

This div border color is #6b685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b685e


Comments

No comments written yet.

Please login to write comment.