Color Hex Logo

#6e639e Color Hex

#6E639E
(110,99,158)
0 Favorites   0 Comments

Color spaces of #6e639e

RGB 11099158
HSL0.700.230.50
HSV251°37°62°
CMYK 0.300.370.00   0.38
XYZ17.063814.707334.2872
Yxy14.70730.25830.2226
Hunter Lab38.350112.3106-26.1636
CIE-Lab45.230718.1397-30.4973

#6e639e color RGB value is (110,99,158).

#6e639e hex color red value is 110, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6e639e hue: 0.70 , saturation: 0.23 and the lightness value of 6e639e is 0.50.

The process color (four color CMYK) of #6e639e color hex is 0.30, 0.37, 0.00, 0.38. Web safe color of #6e639e is #666699. Color #6e639e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100011 10011110
Octal 156 143 236
Decimal 110 99 158
Hex 6E 63 9E

RGB Percentages of Color #6e639e

%29.97
%26.98
%43.05

CMYK Percentages of Color #6e639e

%30
%37
%0
%38

Triadic Colors of #6e639e

#6e639e #9e6e63 #639e6e

Analogous Colors of #6e639e

#6e639e #8c639e #63769e

Monochromatic Colors of #6e639e

#6e639e

Complementary Color

#6e639e #939e63

#6e639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e639e Color CSS Codes

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

#6e639e Text Font Color

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

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


#6e639e Background Color

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

This div background color is #6e639e


#6e639e Border Color

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

This div border color is #6e639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e639e


Comments

No comments written yet.

Please login to write comment.