Color Hex Logo

#6d469a Color Hex

#6D469A
(109,70,154)
0 Favorites   0 Comments

Color spaces of #6d469a

RGB 10970154
HSL0.740.380.44
HSV268°55°60°
CMYK 0.290.550.00   0.40
XYZ14.32969.964631.7400
Yxy9.96460.25570.1778
Hunter Lab31.566825.7875-37.5187
CIE-Lab37.778834.3092-39.8887

#6d469a color RGB value is (109,70,154).

#6d469a hex color red value is 109, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6d469a hue: 0.74 , saturation: 0.38 and the lightness value of 6d469a is 0.44.

The process color (four color CMYK) of #6d469a color hex is 0.29, 0.55, 0.00, 0.40. Web safe color of #6d469a is #663399. Color #6d469a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01000110 10011010
Octal 155 106 232
Decimal 109 70 154
Hex 6D 46 9A

RGB Percentages of Color #6d469a

%32.73
%21.02
%46.25

CMYK Percentages of Color #6d469a

%29
%55
%0
%40

Triadic Colors of #6d469a

#6d469a #9a6d46 #469a6d

Analogous Colors of #6d469a

#6d469a #97469a #46499a

Monochromatic Colors of #6d469a

#6d469a

Complementary Color

#6d469a #739a46

#6d469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d469a Color CSS Codes

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

#6d469a Text Font Color

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

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


#6d469a Background Color

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

This div background color is #6d469a


#6d469a Border Color

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

This div border color is #6d469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d469a


Comments

No comments written yet.

Please login to write comment.