Color Hex Logo

#6e456a Color Hex

#6E456A
(110,69,106)
0 Favorites   0 Comments

Color spaces of #6e456a

RGB 11069106
HSL0.850.230.35
HSV306°37°43°
CMYK 0.000.370.04   0.57
XYZ11.16008.611814.7097
Yxy8.61180.32370.2498
Hunter Lab29.345916.5269-9.1772
CIE-Lab35.225924.0367-14.3025

#6e456a color RGB value is (110,69,106).

#6e456a hex color red value is 110, green value is 69 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #6e456a hue: 0.85 , saturation: 0.23 and the lightness value of 6e456a is 0.35.

The process color (four color CMYK) of #6e456a color hex is 0.00, 0.37, 0.04, 0.57. Web safe color of #6e456a is #663366. Color #6e456a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000101 01101010
Octal 156 105 152
Decimal 110 69 106
Hex 6E 45 6A

RGB Percentages of Color #6e456a

%38.60
%24.21
%37.19

CMYK Percentages of Color #6e456a

%0
%37
%4
%57

Triadic Colors of #6e456a

#6e456a #6a6e45 #456a6e

Analogous Colors of #6e456a

#6e456a #6e4556 #5e456e

Monochromatic Colors of #6e456a

#6e456a

Complementary Color

#6e456a #456e49

#6e456a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e456a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e456a Color CSS Codes

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

#6e456a Text Font Color

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

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


#6e456a Background Color

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

This div background color is #6e456a


#6e456a Border Color

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

This div border color is #6e456a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e456a


Comments

No comments written yet.

Please login to write comment.