Color Hex Logo

#6a344e Color Hex

#6A344E
(106,52,78)
0 Favorites   0 Comments

Color spaces of #6a344e

RGB 1065278
HSL0.920.340.31
HSV331°51°42°
CMYK 0.000.510.26   0.58
XYZ8.54706.07027.9289
Yxy6.07020.37910.2692
Hunter Lab24.637818.8067-1.8342
CIE-Lab29.588927.5033-4.9166

#6a344e color RGB value is (106,52,78).

#6a344e hex color red value is 106, green value is 52 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6a344e hue: 0.92 , saturation: 0.34 and the lightness value of 6a344e is 0.31.

The process color (four color CMYK) of #6a344e color hex is 0.00, 0.51, 0.26, 0.58. Web safe color of #6a344e is #663366. Color #6a344e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110100 01001110
Octal 152 64 116
Decimal 106 52 78
Hex 6A 34 4E

RGB Percentages of Color #6a344e

%44.92
%22.03
%33.05

CMYK Percentages of Color #6a344e

%0
%51
%26
%58

Triadic Colors of #6a344e

#6a344e #4e6a34 #344e6a

Analogous Colors of #6a344e

#6a344e #6a3534 #6a3469

Monochromatic Colors of #6a344e

#6a344e

Complementary Color

#6a344e #346a50

#6a344e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a344e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a344e Color CSS Codes

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

#6a344e Text Font Color

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

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


#6a344e Background Color

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

This div background color is #6a344e


#6a344e Border Color

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

This div border color is #6a344e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a344e


Comments

No comments written yet.

Please login to write comment.