Color Hex Logo

#6d4069 Color Hex

#6D4069
(109,64,105)
0 Favorites   0 Comments

Color spaces of #6d4069

RGB 10964105
HSL0.850.260.34
HSV305°41°43°
CMYK 0.000.410.04   0.57
XYZ10.68997.937914.3334
Yxy7.93790.32430.2408
Hunter Lab28.174318.4216-10.4412
CIE-Lab33.853226.4661-15.7865

#6d4069 color RGB value is (109,64,105).

#6d4069 hex color red value is 109, green value is 64 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #6d4069 hue: 0.85 , saturation: 0.26 and the lightness value of 6d4069 is 0.34.

The process color (four color CMYK) of #6d4069 color hex is 0.00, 0.41, 0.04, 0.57. Web safe color of #6d4069 is #663366. Color #6d4069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000000 01101001
Octal 155 100 151
Decimal 109 64 105
Hex 6D 40 69

RGB Percentages of Color #6d4069

%39.21
%23.02
%37.77

CMYK Percentages of Color #6d4069

%0
%41
%4
%57

Triadic Colors of #6d4069

#6d4069 #696d40 #40696d

Analogous Colors of #6d4069

#6d4069 #6d4052 #5b406d

Monochromatic Colors of #6d4069

#6d4069

Complementary Color

#6d4069 #406d44

#6d4069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d4069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d4069 Color CSS Codes

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

#6d4069 Text Font Color

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

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


#6d4069 Background Color

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

This div background color is #6d4069


#6d4069 Border Color

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

This div border color is #6d4069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d4069


Comments

No comments written yet.

Please login to write comment.