Color Hex Logo

#6c566b Color Hex

#6C566B
(108,86,107)
0 Favorites   0 Comments

Color spaces of #6c566b

RGB 10886107
HSL0.840.110.38
HSV303°20°42°
CMYK 0.000.200.01   0.58
XYZ12.166010.905315.3736
Yxy10.90530.31650.2837
Hunter Lab33.02327.9703-4.4856
CIE-Lab39.420513.1026-8.5916

#6c566b color RGB value is (108,86,107).

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

The process color (four color CMYK) of #6c566b color hex is 0.00, 0.20, 0.01, 0.58. Web safe color of #6c566b is #666666. Color #6c566b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01010110 01101011
Octal 154 126 153
Decimal 108 86 107
Hex 6C 56 6B

RGB Percentages of Color #6c566b

%35.88
%28.57
%35.55

CMYK Percentages of Color #6c566b

%0
%20
%1
%58

Triadic Colors of #6c566b

#6c566b #6b6c56 #566b6c

Analogous Colors of #6c566b

#6c566b #6c5660 #62566c

Monochromatic Colors of #6c566b

#6c566b

Complementary Color

#6c566b #566c57

#6c566b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c566b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c566b Color CSS Codes

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

#6c566b Text Font Color

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

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


#6c566b Background Color

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

This div background color is #6c566b


#6c566b Border Color

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

This div border color is #6c566b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c566b


Comments

No comments written yet.

Please login to write comment.