Color Hex Logo

#6d356e Color Hex

#6D356E
(109,53,110)
0 Favorites   0 Comments

Color spaces of #6d356e

RGB 10953110
HSL0.830.350.32
HSV299°52°43°
CMYK 0.010.520.00   0.57
XYZ10.39436.923215.5403
Yxy6.92320.31630.2107
Hunter Lab26.312024.4688-16.5993
CIE-Lab31.631433.7973-22.3961

#6d356e color RGB value is (109,53,110).

#6d356e hex color red value is 109, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6d356e hue: 0.83 , saturation: 0.35 and the lightness value of 6d356e is 0.32.

The process color (four color CMYK) of #6d356e color hex is 0.01, 0.52, 0.00, 0.57. Web safe color of #6d356e is #663366. Color #6d356e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00110101 01101110
Octal 155 65 156
Decimal 109 53 110
Hex 6D 35 6E

RGB Percentages of Color #6d356e

%40.07
%19.49
%40.44

CMYK Percentages of Color #6d356e

%1
%52
%0
%57

Triadic Colors of #6d356e

#6d356e #6e6d35 #356e6d

Analogous Colors of #6d356e

#6d356e #6e3553 #51356e

Monochromatic Colors of #6d356e

#6d356e

Complementary Color

#6d356e #366e35

#6d356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d356e Color CSS Codes

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

#6d356e Text Font Color

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

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


#6d356e Background Color

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

This div background color is #6d356e


#6d356e Border Color

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

This div border color is #6d356e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,53,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d356e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d356e;
  -webkit-box-shadow: 1px 1px 3px 2px #6d356e;
  box-shadow:         1px 1px 3px 2px #6d356e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,53,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d356e


Comments

No comments written yet.

Please login to write comment.