Color Hex Logo

#6e828e Color Hex

#6E828E
(110,130,142)
1 Favorites   0 Comments

Color spaces of #6e828e

RGB 110130142
HSL0.560.130.49
HSV203°23°56°
CMYK 0.230.080.00   0.44
XYZ19.295521.233328.6726
Yxy21.23330.27880.3068
Hunter Lab46.0796-5.8937-4.6369
CIE-Lab53.2039-4.4312-8.8764

#6e828e color RGB value is (110,130,142).

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

The process color (four color CMYK) of #6e828e color hex is 0.23, 0.08, 0.00, 0.44. Web safe color of #6e828e is #669999. Color #6e828e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000010 10001110
Octal 156 202 216
Decimal 110 130 142
Hex 6E 82 8E

RGB Percentages of Color #6e828e

%28.80
%34.03
%37.17

CMYK Percentages of Color #6e828e

%23
%8
%0
%44

Triadic Colors of #6e828e

#6e828e #8e6e82 #828e6e

Analogous Colors of #6e828e

#6e828e #6e728e #6e8e8a

Monochromatic Colors of #6e828e

#6e828e

Complementary Color

#6e828e #8e7a6e

#6e828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e828e Color CSS Codes

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

#6e828e Text Font Color

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

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


#6e828e Background Color

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

This div background color is #6e828e


#6e828e Border Color

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

This div border color is #6e828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e828e

#6e828e Color Palettes


Comments

No comments written yet.

Please login to write comment.