Color Hex Logo

#6e869e Color Hex

#6E869E
(110,134,158)
0 Favorites   0 Comments

Color spaces of #6e869e

RGB 110134158
HSL0.580.200.53
HSV210°30°62°
CMYK 0.300.150.00   0.38
XYZ21.127122.833835.6416
Yxy22.83380.26540.2868
Hunter Lab47.7847-4.7029-10.7738
CIE-Lab54.9007-2.7267-15.5933

#6e869e color RGB value is (110,134,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000110 10011110
Octal 156 206 236
Decimal 110 134 158
Hex 6E 86 9E

RGB Percentages of Color #6e869e

%27.36
%33.33
%39.30

CMYK Percentages of Color #6e869e

%30
%15
%0
%38

Triadic Colors of #6e869e

#6e869e #9e6e86 #869e6e

Analogous Colors of #6e869e

#6e869e #6e6e9e #6e9e9e

Monochromatic Colors of #6e869e

#6e869e

Complementary Color

#6e869e #9e866e

#6e869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e869e Color CSS Codes

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

#6e869e Text Font Color

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

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


#6e869e Background Color

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

This div background color is #6e869e


#6e869e Border Color

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

This div border color is #6e869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e869e


Comments

No comments written yet.

Please login to write comment.