Color Hex Logo

#6d8baf Color Hex

#6D8BAF
(109,139,175)
0 Favorites   0 Comments

Color spaces of #6d8baf

RGB 109139175
HSL0.590.290.56
HSV213°38°69°
CMYK 0.380.210.00   0.31
XYZ23.277224.811644.1197
Yxy24.81160.25240.2691
Hunter Lab49.8112-3.7552-17.6475
CIE-Lab56.8914-1.3625-22.3226

#6d8baf color RGB value is (109,139,175).

#6d8baf hex color red value is 109, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6d8baf hue: 0.59 , saturation: 0.29 and the lightness value of 6d8baf is 0.56.

The process color (four color CMYK) of #6d8baf color hex is 0.38, 0.21, 0.00, 0.31. Web safe color of #6d8baf is #669999. Color #6d8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001011 10101111
Octal 155 213 257
Decimal 109 139 175
Hex 6D 8B AF

RGB Percentages of Color #6d8baf

%25.77
%32.86
%41.37

CMYK Percentages of Color #6d8baf

%38
%21
%0
%31

Triadic Colors of #6d8baf

#6d8baf #af6d8b #8baf6d

Analogous Colors of #6d8baf

#6d8baf #706daf #6dacaf

Monochromatic Colors of #6d8baf

#6d8baf

Complementary Color

#6d8baf #af916d

#6d8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8baf Color CSS Codes

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

#6d8baf Text Font Color

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

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


#6d8baf Background Color

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

This div background color is #6d8baf


#6d8baf Border Color

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

This div border color is #6d8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8baf


Comments

No comments written yet.

Please login to write comment.