Color Hex Logo

#6d599c Color Hex

#6D599C
(109,89,156)
0 Favorites   0 Comments

Color spaces of #6d599c

RGB 10989156
HSL0.720.270.48
HSV258°43°61°
CMYK 0.300.430.00   0.39
XYZ15.879812.796333.0855
Yxy12.79630.25710.2072
Hunter Lab35.771916.6385-29.7971
CIE-Lab42.454723.4242-33.6748

#6d599c color RGB value is (109,89,156).

#6d599c hex color red value is 109, green value is 89 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #6d599c hue: 0.72 , saturation: 0.27 and the lightness value of 6d599c is 0.48.

The process color (four color CMYK) of #6d599c color hex is 0.30, 0.43, 0.00, 0.39. Web safe color of #6d599c is #666699. Color #6d599c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01011001 10011100
Octal 155 131 234
Decimal 109 89 156
Hex 6D 59 9C

RGB Percentages of Color #6d599c

%30.79
%25.14
%44.07

CMYK Percentages of Color #6d599c

%30
%43
%0
%39

Triadic Colors of #6d599c

#6d599c #9c6d59 #599c6d

Analogous Colors of #6d599c

#6d599c #8f599c #59679c

Monochromatic Colors of #6d599c

#6d599c

Complementary Color

#6d599c #889c59

#6d599c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d599c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d599c Color CSS Codes

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

#6d599c Text Font Color

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

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


#6d599c Background Color

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

This div background color is #6d599c


#6d599c Border Color

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

This div border color is #6d599c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d599c


Comments

No comments written yet.

Please login to write comment.