Color Hex Logo

#6e639c Color Hex

#6E639C
(110,99,156)
0 Favorites   0 Comments

Color spaces of #6e639c

RGB 11099156
HSL0.700.220.50
HSV252°37°61°
CMYK 0.290.370.00   0.39
XYZ16.893014.639033.3877
Yxy14.63900.26020.2255
Hunter Lab38.260911.8548-24.9556
CIE-Lab45.135717.6046-29.4605

#6e639c color RGB value is (110,99,156).

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

The process color (four color CMYK) of #6e639c color hex is 0.29, 0.37, 0.00, 0.39. Web safe color of #6e639c is #666699. Color #6e639c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100011 10011100
Octal 156 143 234
Decimal 110 99 156
Hex 6E 63 9C

RGB Percentages of Color #6e639c

%30.14
%27.12
%42.74

CMYK Percentages of Color #6e639c

%29
%37
%0
%39

Triadic Colors of #6e639c

#6e639c #9c6e63 #639c6e

Analogous Colors of #6e639c

#6e639c #8b639c #63759c

Monochromatic Colors of #6e639c

#6e639c

Complementary Color

#6e639c #919c63

#6e639c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e639c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e639c Color CSS Codes

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

#6e639c Text Font Color

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

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


#6e639c Background Color

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

This div background color is #6e639c


#6e639c Border Color

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

This div border color is #6e639c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e639c


Comments

No comments written yet.

Please login to write comment.