Color Hex Logo

#6e879e Color Hex

#6E879E
(110,135,158)
0 Favorites   0 Comments

Color spaces of #6e879e

RGB 110135158
HSL0.580.200.53
HSV209°30°62°
CMYK 0.300.150.00   0.38
XYZ21.265923.111635.6879
Yxy23.11160.26560.2887
Hunter Lab48.0745-5.1704-10.3615
CIE-Lab55.1871-3.2992-15.1592

#6e879e color RGB value is (110,135,158).

#6e879e hex color red value is 110, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6e879e hue: 0.58 , saturation: 0.20 and the lightness value of 6e879e is 0.53.

The process color (four color CMYK) of #6e879e color hex is 0.30, 0.15, 0.00, 0.38. Web safe color of #6e879e is #669999. Color #6e879e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000111 10011110
Octal 156 207 236
Decimal 110 135 158
Hex 6E 87 9E

RGB Percentages of Color #6e879e

%27.30
%33.50
%39.21

CMYK Percentages of Color #6e879e

%30
%15
%0
%38

Triadic Colors of #6e879e

#6e879e #9e6e87 #879e6e

Analogous Colors of #6e879e

#6e879e #6e6f9e #6e9e9d

Monochromatic Colors of #6e879e

#6e879e

Complementary Color

#6e879e #9e856e

#6e879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e879e Color CSS Codes

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

#6e879e Text Font Color

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

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


#6e879e Background Color

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

This div background color is #6e879e


#6e879e Border Color

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

This div border color is #6e879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e879e


Comments

No comments written yet.

Please login to write comment.