Color Hex Logo

#6d225e Color Hex

#6D225E
(109,34,94)
0 Favorites   0 Comments

Color spaces of #6d225e

RGB 1093494
HSL0.870.520.28
HSV312°69°43°
CMYK 0.000.690.14   0.57
XYZ8.89915.203411.1250
Yxy5.20340.35280.2063
Hunter Lab22.811029.7179-12.9483
CIE-Lab27.306640.3756-18.8332

#6d225e color RGB value is (109,34,94).

#6d225e hex color red value is 109, green value is 34 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6d225e hue: 0.87 , saturation: 0.52 and the lightness value of 6d225e is 0.28.

The process color (four color CMYK) of #6d225e color hex is 0.00, 0.69, 0.14, 0.57. Web safe color of #6d225e is #663366. Color #6d225e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100010 01011110
Octal 155 42 136
Decimal 109 34 94
Hex 6D 22 5E

RGB Percentages of Color #6d225e

%45.99
%14.35
%39.66

CMYK Percentages of Color #6d225e

%0
%69
%14
%57

Triadic Colors of #6d225e

#6d225e #5e6d22 #225e6d

Analogous Colors of #6d225e

#6d225e #6d2239 #57226d

Monochromatic Colors of #6d225e

#6d225e

Complementary Color

#6d225e #226d31

#6d225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d225e Color CSS Codes

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

#6d225e Text Font Color

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

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


#6d225e Background Color

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

This div background color is #6d225e


#6d225e Border Color

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

This div border color is #6d225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d225e


Comments

No comments written yet.

Please login to write comment.