Color Hex Logo

#6b555d Color Hex

#6B555D
(107,85,93)
0 Favorites   0 Comments

Color spaces of #6b555d

RGB 1078593
HSL0.940.110.38
HSV338°21°42°
CMYK 0.000.210.13   0.58
XYZ11.287710.413111.7709
Yxy10.41310.33720.3111
Hunter Lab32.26935.96730.9613
CIE-Lab38.573910.5360-1.1823

#6b555d color RGB value is (107,85,93).

#6b555d hex color red value is 107, green value is 85 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6b555d hue: 0.94 , saturation: 0.11 and the lightness value of 6b555d is 0.38.

The process color (four color CMYK) of #6b555d color hex is 0.00, 0.21, 0.13, 0.58. Web safe color of #6b555d is #666666. Color #6b555d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010101 01011101
Octal 153 125 135
Decimal 107 85 93
Hex 6B 55 5D

RGB Percentages of Color #6b555d

%37.54
%29.82
%32.63

CMYK Percentages of Color #6b555d

%0
%21
%13
%58

Triadic Colors of #6b555d

#6b555d #5d6b55 #555d6b

Analogous Colors of #6b555d

#6b555d #6b5855 #6b5568

Monochromatic Colors of #6b555d

#6b555d

Complementary Color

#6b555d #556b63

#6b555d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b555d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b555d Color CSS Codes

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

#6b555d Text Font Color

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

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


#6b555d Background Color

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

This div background color is #6b555d


#6b555d Border Color

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

This div border color is #6b555d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b555d


Comments

No comments written yet.

Please login to write comment.