Color Hex Logo

#6d295b Color Hex

#6D295B
(109,41,91)
0 Favorites   0 Comments

Color spaces of #6d295b

RGB 1094191
HSL0.880.450.29
HSV316°62°43°
CMYK 0.000.620.17   0.57
XYZ8.98795.592410.5033
Yxy5.59240.35830.2230
Hunter Lab23.648326.4573-9.7797
CIE-Lab28.359936.5880-15.2419

#6d295b color RGB value is (109,41,91).

#6d295b hex color red value is 109, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #6d295b hue: 0.88 , saturation: 0.45 and the lightness value of 6d295b is 0.29.

The process color (four color CMYK) of #6d295b color hex is 0.00, 0.62, 0.17, 0.57. Web safe color of #6d295b is #663366. Color #6d295b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00101001 01011011
Octal 155 51 133
Decimal 109 41 91
Hex 6D 29 5B

RGB Percentages of Color #6d295b

%45.23
%17.01
%37.76

CMYK Percentages of Color #6d295b

%0
%62
%17
%57

Triadic Colors of #6d295b

#6d295b #5b6d29 #295b6d

Analogous Colors of #6d295b

#6d295b #6d2939 #5d296d

Monochromatic Colors of #6d295b

#6d295b

Complementary Color

#6d295b #296d3b

#6d295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d295b Color CSS Codes

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

#6d295b Text Font Color

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

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


#6d295b Background Color

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

This div background color is #6d295b


#6d295b Border Color

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

This div border color is #6d295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d295b


Comments

No comments written yet.

Please login to write comment.