Color Hex Logo

#6d57af Color Hex

#6D57AF
(109,87,175)
0 Favorites   0 Comments

Color spaces of #6d57af

RGB 10987175
HSL0.710.350.51
HSV255°50°69°
CMYK 0.380.500.00   0.31
XYZ17.452713.162742.1782
Yxy13.16270.23980.1808
Hunter Lab36.280422.3766-43.5319
CIE-Lab43.007429.8496-44.0570

#6d57af color RGB value is (109,87,175).

#6d57af hex color red value is 109, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6d57af hue: 0.71 , saturation: 0.35 and the lightness value of 6d57af is 0.51.

The process color (four color CMYK) of #6d57af color hex is 0.38, 0.50, 0.00, 0.31. Web safe color of #6d57af is #666699. Color #6d57af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01010111 10101111
Octal 155 127 257
Decimal 109 87 175
Hex 6D 57 AF

RGB Percentages of Color #6d57af

%29.38
%23.45
%47.17

CMYK Percentages of Color #6d57af

%38
%50
%0
%31

Triadic Colors of #6d57af

#6d57af #af6d57 #57af6d

Analogous Colors of #6d57af

#6d57af #9957af #576daf

Monochromatic Colors of #6d57af

#6d57af

Complementary Color

#6d57af #99af57

#6d57af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d57af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d57af Color CSS Codes

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

#6d57af Text Font Color

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

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


#6d57af Background Color

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

This div background color is #6d57af


#6d57af Border Color

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

This div border color is #6d57af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d57af


Comments

No comments written yet.

Please login to write comment.