Color Hex Logo

#6e778d Color Hex

#6E778D
(110,119,141)
0 Favorites   0 Comments

Color spaces of #6e778d

RGB 110119141
HSL0.620.120.49
HSV223°22°55°
CMYK 0.220.160.00   0.45
XYZ17.835018.431727.8170
Yxy18.43170.27830.2876
Hunter Lab42.9322-0.9783-8.3632
CIE-Lab50.01561.7019-13.0854

#6e778d color RGB value is (110,119,141).

#6e778d hex color red value is 110, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6e778d hue: 0.62 , saturation: 0.12 and the lightness value of 6e778d is 0.49.

The process color (four color CMYK) of #6e778d color hex is 0.22, 0.16, 0.00, 0.45. Web safe color of #6e778d is #666699. Color #6e778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01110111 10001101
Octal 156 167 215
Decimal 110 119 141
Hex 6E 77 8D

RGB Percentages of Color #6e778d

%29.73
%32.16
%38.11

CMYK Percentages of Color #6e778d

%22
%16
%0
%45

Triadic Colors of #6e778d

#6e778d #8d6e77 #778d6e

Analogous Colors of #6e778d

#6e778d #756e8d #6e878d

Monochromatic Colors of #6e778d

#6e778d

Complementary Color

#6e778d #8d846e

#6e778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e778d Color CSS Codes

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

#6e778d Text Font Color

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

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


#6e778d Background Color

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

This div background color is #6e778d


#6e778d Border Color

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

This div border color is #6e778d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,119,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e778d


Comments

No comments written yet.

Please login to write comment.