Color Hex Logo

#6d009a Color Hex

#6D009A
(109,0,154)
0 Favorites   0 Comments

Color spaces of #6d009a

RGB 1090154
HSL0.781.000.30
HSV282°100°60°
CMYK 0.291.000.00   0.40
XYZ12.13945.584331.0099
Yxy5.58430.24910.1146
Hunter Lab23.631150.3417-61.2614
CIE-Lab28.338560.6861-55.1404

#6d009a color RGB value is (109,0,154).

#6d009a hex color red value is 109, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6d009a hue: 0.78 , saturation: 1.00 and the lightness value of 6d009a is 0.30.

The process color (four color CMYK) of #6d009a color hex is 0.29, 1.00, 0.00, 0.40. Web safe color of #6d009a is #660099. Color #6d009a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000000 10011010
Octal 155 0 232
Decimal 109 0 154
Hex 6D 0 9A

RGB Percentages of Color #6d009a

%41.44
%0.00
%58.56

CMYK Percentages of Color #6d009a

%29
%100
%0
%40

Triadic Colors of #6d009a

#6d009a #9a6d00 #009a6d

Analogous Colors of #6d009a

#6d009a #9a007a #20009a

Monochromatic Colors of #6d009a

#6d009a

Complementary Color

#6d009a #2d9a00

#6d009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d009a Color CSS Codes

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

#6d009a Text Font Color

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

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


#6d009a Background Color

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

This div background color is #6d009a


#6d009a Border Color

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

This div border color is #6d009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d009a


Comments

No comments written yet.

Please login to write comment.