Color Hex Logo

#6d609a Color Hex

#6D609A
(109,96,154)
0 Favorites   0 Comments

Color spaces of #6d609a

RGB 10996154
HSL0.700.230.49
HSV253°38°60°
CMYK 0.290.380.00   0.40
XYZ16.322313.950032.4042
Yxy13.95000.26040.2226
Hunter Lab37.349712.6448-25.2946
CIE-Lab44.161118.6034-29.8033

#6d609a color RGB value is (109,96,154).

#6d609a hex color red value is 109, green value is 96 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6d609a hue: 0.70 , saturation: 0.23 and the lightness value of 6d609a is 0.49.

The process color (four color CMYK) of #6d609a color hex is 0.29, 0.38, 0.00, 0.40. Web safe color of #6d609a is #666699. Color #6d609a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01100000 10011010
Octal 155 140 232
Decimal 109 96 154
Hex 6D 60 9A

RGB Percentages of Color #6d609a

%30.36
%26.74
%42.90

CMYK Percentages of Color #6d609a

%29
%38
%0
%40

Triadic Colors of #6d609a

#6d609a #9a6d60 #609a6d

Analogous Colors of #6d609a

#6d609a #8a609a #60709a

Monochromatic Colors of #6d609a

#6d609a

Complementary Color

#6d609a #8d9a60

#6d609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d609a Color CSS Codes

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

#6d609a Text Font Color

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

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


#6d609a Background Color

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

This div background color is #6d609a


#6d609a Border Color

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

This div border color is #6d609a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,96,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 #6d609a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d609a


Comments

No comments written yet.

Please login to write comment.