Color Hex Logo

#6b676d Color Hex

#6B676D
(107,103,109)
0 Favorites   0 Comments

Color spaces of #6b676d

RGB 107103109
HSL0.780.030.42
HSV280°43°
CMYK 0.020.060.00   0.57
XYZ13.674013.930416.4361
Yxy13.93040.31050.3163
Hunter Lab37.32350.08010.0169
CIE-Lab44.13302.7989-2.8127

#6b676d color RGB value is (107,103,109).

#6b676d hex color red value is 107, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #6b676d hue: 0.78 , saturation: 0.03 and the lightness value of 6b676d is 0.42.

The process color (four color CMYK) of #6b676d color hex is 0.02, 0.06, 0.00, 0.57. Web safe color of #6b676d is #666666. Color #6b676d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100111 01101101
Octal 153 147 155
Decimal 107 103 109
Hex 6B 67 6D

RGB Percentages of Color #6b676d

%33.54
%32.29
%34.17

CMYK Percentages of Color #6b676d

%2
%6
%0
%57

Triadic Colors of #6b676d

#6b676d #6d6b67 #676d6b

Analogous Colors of #6b676d

#6b676d #6d676c #68676d

Monochromatic Colors of #6b676d

#6b676d

Complementary Color

#6b676d #696d67

#6b676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b676d Color CSS Codes

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

#6b676d Text Font Color

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

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


#6b676d Background Color

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

This div background color is #6b676d


#6b676d Border Color

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

This div border color is #6b676d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b676d

#6b676d Color Palettes


Comments

No comments written yet.

Please login to write comment.