Color Hex Logo

#6a5158 Color Hex

#6A5158
(106,81,88)
0 Favorites   0 Comments

Color spaces of #6a5158

RGB 1068188
HSL0.950.130.37
HSV343°24°42°
CMYK 0.000.240.17   0.58
XYZ10.64779.653610.5347
Yxy9.65360.34530.3131
Hunter Lab31.07026.79861.6463
CIE-Lab37.213411.6645-0.0685

#6a5158 color RGB value is (106,81,88).

#6a5158 hex color red value is 106, green value is 81 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #6a5158 hue: 0.95 , saturation: 0.13 and the lightness value of 6a5158 is 0.37.

The process color (four color CMYK) of #6a5158 color hex is 0.00, 0.24, 0.17, 0.58. Web safe color of #6a5158 is #666666. Color #6a5158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010001 01011000
Octal 152 121 130
Decimal 106 81 88
Hex 6A 51 58

RGB Percentages of Color #6a5158

%38.55
%29.45
%32.00

CMYK Percentages of Color #6a5158

%0
%24
%17
%58

Triadic Colors of #6a5158

#6a5158 #586a51 #51586a

Analogous Colors of #6a5158

#6a5158 #6a5751 #6a5165

Monochromatic Colors of #6a5158

#6a5158

Complementary Color

#6a5158 #516a63

#6a5158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5158 Color CSS Codes

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

#6a5158 Text Font Color

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

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


#6a5158 Background Color

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

This div background color is #6a5158


#6a5158 Border Color

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

This div border color is #6a5158


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,81,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a5158; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a5158;
  -webkit-box-shadow: 1px 1px 3px 2px #6a5158;
  box-shadow:         1px 1px 3px 2px #6a5158; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,81,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5158


Comments

No comments written yet.

Please login to write comment.