Color Hex Logo

#6d397e Color Hex

#6D397E
(109,57,126)
0 Favorites   0 Comments

Color spaces of #6d397e

RGB 10957126
HSL0.790.380.36
HSV285°55°49°
CMYK 0.130.550.00   0.51
XYZ11.53577.683820.6138
Yxy7.68380.28960.1929
Hunter Lab27.719725.7744-24.6874
CIE-Lab33.315534.9883-29.8140

#6d397e color RGB value is (109,57,126).

#6d397e hex color red value is 109, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6d397e hue: 0.79 , saturation: 0.38 and the lightness value of 6d397e is 0.36.

The process color (four color CMYK) of #6d397e color hex is 0.13, 0.55, 0.00, 0.51. Web safe color of #6d397e is #663366. Color #6d397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00111001 01111110
Octal 155 71 176
Decimal 109 57 126
Hex 6D 39 7E

RGB Percentages of Color #6d397e

%37.33
%19.52
%43.15

CMYK Percentages of Color #6d397e

%13
%55
%0
%51

Triadic Colors of #6d397e

#6d397e #7e6d39 #397e6d

Analogous Colors of #6d397e

#6d397e #7e396d #4a397e

Monochromatic Colors of #6d397e

#6d397e

Complementary Color

#6d397e #4a7e39

#6d397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d397e Color CSS Codes

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

#6d397e Text Font Color

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

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


#6d397e Background Color

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

This div background color is #6d397e


#6d397e Border Color

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

This div border color is #6d397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d397e


Comments

No comments written yet.

Please login to write comment.