Color Hex Logo

#6e798e Color Hex

#6E798E
(110,121,142)
0 Favorites   0 Comments

Color spaces of #6e798e

RGB 110121142
HSL0.610.130.49
HSV219°23°56°
CMYK 0.230.150.00   0.44
XYZ18.150318.942728.2909
Yxy18.94270.27760.2897
Hunter Lab43.5232-1.7265-8.0734
CIE-Lab50.62010.7732-12.7598

#6e798e color RGB value is (110,121,142).

#6e798e hex color red value is 110, green value is 121 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6e798e hue: 0.61 , saturation: 0.13 and the lightness value of 6e798e is 0.49.

The process color (four color CMYK) of #6e798e color hex is 0.23, 0.15, 0.00, 0.44. Web safe color of #6e798e is #666699. Color #6e798e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111001 10001110
Octal 156 171 216
Decimal 110 121 142
Hex 6E 79 8E

RGB Percentages of Color #6e798e

%29.49
%32.44
%38.07

CMYK Percentages of Color #6e798e

%23
%15
%0
%44

Triadic Colors of #6e798e

#6e798e #8e6e79 #798e6e

Analogous Colors of #6e798e

#6e798e #736e8e #6e898e

Monochromatic Colors of #6e798e

#6e798e

Complementary Color

#6e798e #8e836e

#6e798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e798e Color CSS Codes

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

#6e798e Text Font Color

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

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


#6e798e Background Color

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

This div background color is #6e798e


#6e798e Border Color

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

This div border color is #6e798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e798e


Comments

No comments written yet.

Please login to write comment.