Color Hex Logo

#6d8daf Color Hex

#6D8DAF
(109,141,175)
0 Favorites   0 Comments

Color spaces of #6d8daf

RGB 109141175
HSL0.590.290.56
HSV211°38°69°
CMYK 0.380.190.00   0.31
XYZ23.569425.396144.2171
Yxy25.39610.25290.2725
Hunter Lab50.3945-4.7065-16.7460
CIE-Lab57.4593-2.5070-21.4522

#6d8daf color RGB value is (109,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001101 10101111
Octal 155 215 257
Decimal 109 141 175
Hex 6D 8D AF

RGB Percentages of Color #6d8daf

%25.65
%33.18
%41.18

CMYK Percentages of Color #6d8daf

%38
%19
%0
%31

Triadic Colors of #6d8daf

#6d8daf #af6d8d #8daf6d

Analogous Colors of #6d8daf

#6d8daf #6e6daf #6daeaf

Monochromatic Colors of #6d8daf

#6d8daf

Complementary Color

#6d8daf #af8f6d

#6d8daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8daf Color CSS Codes

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

#6d8daf Text Font Color

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

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


#6d8daf Background Color

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

This div background color is #6d8daf


#6d8daf Border Color

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

This div border color is #6d8daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8daf


Comments

No comments written yet.

Please login to write comment.