Color Hex Logo

#6a424c Color Hex

#6A424C
(106,66,76)
0 Favorites   0 Comments

Color spaces of #6a424c

RGB 1066676
HSL0.960.230.34
HSV345°38°42°
CMYK 0.000.380.28   0.58
XYZ9.19667.48247.7970
Yxy7.48240.37570.3057
Hunter Lab27.354012.14352.2477
CIE-Lab32.880818.85111.2248

#6a424c color RGB value is (106,66,76).

#6a424c hex color red value is 106, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #6a424c hue: 0.96 , saturation: 0.23 and the lightness value of 6a424c is 0.34.

The process color (four color CMYK) of #6a424c color hex is 0.00, 0.38, 0.28, 0.58. Web safe color of #6a424c is #663333. Color #6a424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000010 01001100
Octal 152 102 114
Decimal 106 66 76
Hex 6A 42 4C

RGB Percentages of Color #6a424c

%42.74
%26.61
%30.65

CMYK Percentages of Color #6a424c

%0
%38
%28
%58

Triadic Colors of #6a424c

#6a424c #4c6a42 #424c6a

Analogous Colors of #6a424c

#6a424c #6a4c42 #6a4260

Monochromatic Colors of #6a424c

#6a424c

Complementary Color

#6a424c #426a60

#6a424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a424c Color CSS Codes

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

#6a424c Text Font Color

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

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


#6a424c Background Color

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

This div background color is #6a424c


#6a424c Border Color

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

This div border color is #6a424c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a424c


Comments

No comments written yet.

Please login to write comment.