Color Hex Logo

#6d789e Color Hex

#6D789E
(109,120,158)
0 Favorites   0 Comments

Color spaces of #6d789e

RGB 109120158
HSL0.630.200.52
HSV227°31°62°
CMYK 0.310.240.00   0.38
XYZ19.194719.152835.0329
Yxy19.15280.26160.2610
Hunter Lab43.76391.7026-16.8268
CIE-Lab50.86555.1354-21.7614

#6d789e color RGB value is (109,120,158).

#6d789e hex color red value is 109, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6d789e hue: 0.63 , saturation: 0.20 and the lightness value of 6d789e is 0.52.

The process color (four color CMYK) of #6d789e color hex is 0.31, 0.24, 0.00, 0.38. Web safe color of #6d789e is #666699. Color #6d789e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01111000 10011110
Octal 155 170 236
Decimal 109 120 158
Hex 6D 78 9E

RGB Percentages of Color #6d789e

%28.17
%31.01
%40.83

CMYK Percentages of Color #6d789e

%31
%24
%0
%38

Triadic Colors of #6d789e

#6d789e #9e6d78 #789e6d

Analogous Colors of #6d789e

#6d789e #7b6d9e #6d919e

Monochromatic Colors of #6d789e

#6d789e

Complementary Color

#6d789e #9e936d

#6d789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d789e Color CSS Codes

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

#6d789e Text Font Color

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

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


#6d789e Background Color

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

This div background color is #6d789e


#6d789e Border Color

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

This div border color is #6d789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d789e


Comments

No comments written yet.

Please login to write comment.