Color Hex Logo

#6f5daa Color Hex

#6F5DAA
(111,93,170)
0 Favorites   0 Comments

Color spaces of #6f5daa

RGB 11193170
HSL0.710.310.52
HSV254°45°67°
CMYK 0.350.450.00   0.33
XYZ17.725614.110539.8196
Yxy14.11050.24740.1969
Hunter Lab37.563918.4933-36.5555
CIE-Lab44.391025.3593-38.9016

#6f5daa color RGB value is (111,93,170).

#6f5daa hex color red value is 111, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6f5daa hue: 0.71 , saturation: 0.31 and the lightness value of 6f5daa is 0.52.

The process color (four color CMYK) of #6f5daa color hex is 0.35, 0.45, 0.00, 0.33. Web safe color of #6f5daa is #666699. Color #6f5daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011101 10101010
Octal 157 135 252
Decimal 111 93 170
Hex 6F 5D AA

RGB Percentages of Color #6f5daa

%29.68
%24.87
%45.45

CMYK Percentages of Color #6f5daa

%35
%45
%0
%33

Triadic Colors of #6f5daa

#6f5daa #aa6f5d #5daa6f

Analogous Colors of #6f5daa

#6f5daa #965daa #5d72aa

Monochromatic Colors of #6f5daa

#6f5daa

Complementary Color

#6f5daa #98aa5d

#6f5daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5daa Color CSS Codes

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

#6f5daa Text Font Color

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

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


#6f5daa Background Color

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

This div background color is #6f5daa


#6f5daa Border Color

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

This div border color is #6f5daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,93,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f5daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f5daa;
  -webkit-box-shadow: 1px 1px 3px 2px #6f5daa;
  box-shadow:         1px 1px 3px 2px #6f5daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,93,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5daa


Comments

No comments written yet.

Please login to write comment.