Color Hex Logo

#6d69ae Color Hex

#6D69AE
(109,105,174)
0 Favorites   0 Comments

Color spaces of #6d69ae

RGB 109105174
HSL0.680.300.55
HSV243°40°68°
CMYK 0.370.400.00   0.32
XYZ18.998216.410442.2106
Yxy16.41040.24480.2114
Hunter Lab40.509812.8206-33.4225
CIE-Lab47.508418.6013-36.3340

#6d69ae color RGB value is (109,105,174).

#6d69ae hex color red value is 109, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6d69ae hue: 0.68 , saturation: 0.30 and the lightness value of 6d69ae is 0.55.

The process color (four color CMYK) of #6d69ae color hex is 0.37, 0.40, 0.00, 0.32. Web safe color of #6d69ae is #666699. Color #6d69ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01101001 10101110
Octal 155 151 256
Decimal 109 105 174
Hex 6D 69 AE

RGB Percentages of Color #6d69ae

%28.09
%27.06
%44.85

CMYK Percentages of Color #6d69ae

%37
%40
%0
%32

Triadic Colors of #6d69ae

#6d69ae #ae6d69 #69ae6d

Analogous Colors of #6d69ae

#6d69ae #9069ae #6988ae

Monochromatic Colors of #6d69ae

#6d69ae

Complementary Color

#6d69ae #aaae69

#6d69ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d69ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d69ae Color CSS Codes

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

#6d69ae Text Font Color

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

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


#6d69ae Background Color

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

This div background color is #6d69ae


#6d69ae Border Color

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

This div border color is #6d69ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d69ae


Comments

No comments written yet.

Please login to write comment.