Color Hex Logo

#6d7d89 Color Hex

#6D7D89
(109,125,137)
0 Favorites   0 Comments

Color spaces of #6d7d89

RGB 109125137
HSL0.570.110.48
HSV206°20°54°
CMYK 0.200.090.00   0.46
XYZ18.155619.724626.5172
Yxy19.72460.28190.3063
Hunter Lab44.4124-4.7516-4.3115
CIE-Lab51.5244-3.0966-8.4758

#6d7d89 color RGB value is (109,125,137).

#6d7d89 hex color red value is 109, green value is 125 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #6d7d89 hue: 0.57 , saturation: 0.11 and the lightness value of 6d7d89 is 0.48.

The process color (four color CMYK) of #6d7d89 color hex is 0.20, 0.09, 0.00, 0.46. Web safe color of #6d7d89 is #666699. Color #6d7d89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111101 10001001
Octal 155 175 211
Decimal 109 125 137
Hex 6D 7D 89

RGB Percentages of Color #6d7d89

%29.38
%33.69
%36.93

CMYK Percentages of Color #6d7d89

%20
%9
%0
%46

Triadic Colors of #6d7d89

#6d7d89 #896d7d #7d896d

Analogous Colors of #6d7d89

#6d7d89 #6d6f89 #6d8987

Monochromatic Colors of #6d7d89

#6d7d89

Complementary Color

#6d7d89 #89796d

#6d7d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d7d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d7d89 Color CSS Codes

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

#6d7d89 Text Font Color

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

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


#6d7d89 Background Color

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

This div background color is #6d7d89


#6d7d89 Border Color

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

This div border color is #6d7d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d7d89


Comments

No comments written yet.

Please login to write comment.