Color Hex Logo

#6d94ae Color Hex

#6D94AE
(109,148,174)
0 Favorites   0 Comments

Color spaces of #6d94ae

RGB 109148174
HSL0.570.290.55
HSV204°37°68°
CMYK 0.370.150.00   0.32
XYZ24.536627.487044.0567
Yxy27.48700.25540.2861
Hunter Lab52.4280-8.2101-13.1234
CIE-Lab59.4224-6.7292-17.8883

#6d94ae color RGB value is (109,148,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010100 10101110
Octal 155 224 256
Decimal 109 148 174
Hex 6D 94 AE

RGB Percentages of Color #6d94ae

%25.29
%34.34
%40.37

CMYK Percentages of Color #6d94ae

%37
%15
%0
%32

Triadic Colors of #6d94ae

#6d94ae #ae6d94 #94ae6d

Analogous Colors of #6d94ae

#6d94ae #6d74ae #6daea8

Monochromatic Colors of #6d94ae

#6d94ae

Complementary Color

#6d94ae #ae876d

#6d94ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d94ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d94ae Color CSS Codes

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

#6d94ae Text Font Color

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

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


#6d94ae Background Color

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

This div background color is #6d94ae


#6d94ae Border Color

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

This div border color is #6d94ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d94ae


Comments

No comments written yet.

Please login to write comment.