Color Hex Logo

#6a494f Color Hex

#6A494F
(106,73,79)
0 Favorites   0 Comments

Color spaces of #6a494f

RGB 1067379
HSL0.970.180.35
HSV349°31°42°
CMYK 0.000.310.25   0.58
XYZ9.73778.39388.5041
Yxy8.39380.36560.3151
Hunter Lab28.97219.29392.8772
CIE-Lab34.789915.03852.0780

#6a494f color RGB value is (106,73,79).

#6a494f hex color red value is 106, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #6a494f hue: 0.97 , saturation: 0.18 and the lightness value of 6a494f is 0.35.

The process color (four color CMYK) of #6a494f color hex is 0.00, 0.31, 0.25, 0.58. Web safe color of #6a494f is #663366. Color #6a494f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001001 01001111
Octal 152 111 117
Decimal 106 73 79
Hex 6A 49 4F

RGB Percentages of Color #6a494f

%41.09
%28.29
%30.62

CMYK Percentages of Color #6a494f

%0
%31
%25
%58

Triadic Colors of #6a494f

#6a494f #4f6a49 #494f6a

Analogous Colors of #6a494f

#6a494f #6a5449 #6a4960

Monochromatic Colors of #6a494f

#6a494f

Complementary Color

#6a494f #496a64

#6a494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a494f Color CSS Codes

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

#6a494f Text Font Color

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

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


#6a494f Background Color

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

This div background color is #6a494f


#6a494f Border Color

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

This div border color is #6a494f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a494f


Comments

No comments written yet.

Please login to write comment.