Color Hex Logo

#6d82ae Color Hex

#6D82AE
(109,130,174)
0 Favorites   0 Comments

Color spaces of #6d82ae

RGB 109130174
HSL0.610.290.55
HSV221°37°68°
CMYK 0.370.250.00   0.32
XYZ21.929322.272543.1876
Yxy22.27250.25090.2549
Hunter Lab47.19370.3537-21.2214
CIE-Lab54.31493.5842-25.7151

#6d82ae color RGB value is (109,130,174).

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

The process color (four color CMYK) of #6d82ae color hex is 0.37, 0.25, 0.00, 0.32. Web safe color of #6d82ae is #669999. Color #6d82ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000010 10101110
Octal 155 202 256
Decimal 109 130 174
Hex 6D 82 AE

RGB Percentages of Color #6d82ae

%26.39
%31.48
%42.13

CMYK Percentages of Color #6d82ae

%37
%25
%0
%32

Triadic Colors of #6d82ae

#6d82ae #ae6d82 #82ae6d

Analogous Colors of #6d82ae

#6d82ae #796dae #6da3ae

Monochromatic Colors of #6d82ae

#6d82ae

Complementary Color

#6d82ae #ae996d

#6d82ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d82ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d82ae Color CSS Codes

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

#6d82ae Text Font Color

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

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


#6d82ae Background Color

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

This div background color is #6d82ae


#6d82ae Border Color

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

This div border color is #6d82ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,130,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 #6d82ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d82ae


Comments

No comments written yet.

Please login to write comment.