Color Hex Logo

#6d8faa Color Hex

#6D8FAA
(109,143,170)
0 Favorites   0 Comments

Color spaces of #6d8faa

RGB 109143170
HSL0.570.260.55
HSV207°36°67°
CMYK 0.360.160.00   0.33
XYZ23.384825.798441.7773
Yxy25.79840.25710.2836
Hunter Lab50.7921-6.7044-13.2124
CIE-Lab57.8452-4.9925-18.0112

#6d8faa color RGB value is (109,143,170).

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

The process color (four color CMYK) of #6d8faa color hex is 0.36, 0.16, 0.00, 0.33. Web safe color of #6d8faa is #669999. Color #6d8faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001111 10101010
Octal 155 217 252
Decimal 109 143 170
Hex 6D 8F AA

RGB Percentages of Color #6d8faa

%25.83
%33.89
%40.28

CMYK Percentages of Color #6d8faa

%36
%16
%0
%33

Triadic Colors of #6d8faa

#6d8faa #aa6d8f #8faa6d

Analogous Colors of #6d8faa

#6d8faa #6d71aa #6daaa7

Monochromatic Colors of #6d8faa

#6d8faa

Complementary Color

#6d8faa #aa886d

#6d8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8faa Color CSS Codes

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

#6d8faa Text Font Color

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

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


#6d8faa Background Color

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

This div background color is #6d8faa


#6d8faa Border Color

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

This div border color is #6d8faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8faa

#6d8faa Color Palettes


Comments

No comments written yet.

Please login to write comment.