Color Hex Logo

#6d004b Color Hex

#6D004B
(109,0,75)
0 Favorites   0 Comments

Color spaces of #6d004b

RGB 109075
HSL0.891.000.21
HSV319°100°43°
CMYK 0.001.000.31   0.57
XYZ7.57673.75926.9829
Yxy3.75920.41360.2052
Hunter Lab19.388735.8241-7.7815
CIE-Lab22.858847.6926-13.0570

#6d004b color RGB value is (109,0,75).

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

The process color (four color CMYK) of #6d004b color hex is 0.00, 1.00, 0.31, 0.57. Web safe color of #6d004b is #660033. Color #6d004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00000000 01001011
Octal 155 0 113
Decimal 109 0 75
Hex 6D 0 4B

RGB Percentages of Color #6d004b

%59.24
%0.00
%40.76

CMYK Percentages of Color #6d004b

%0
%100
%31
%57

Triadic Colors of #6d004b

#6d004b #4b6d00 #004b6d

Analogous Colors of #6d004b

#6d004b #6d0015 #58006d

Monochromatic Colors of #6d004b

#6d004b

Complementary Color

#6d004b #006d22

#6d004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d004b Color CSS Codes

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

#6d004b Text Font Color

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

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


#6d004b Background Color

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

This div background color is #6d004b


#6d004b Border Color

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

This div border color is #6d004b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d004b


Comments

No comments written yet.

Please login to write comment.