Color Hex Logo

#6e064d Color Hex

#6E064D
(110,6,77)
0 Favorites   0 Comments

Color spaces of #6e064d

RGB 110677
HSL0.890.900.23
HSV319°95°43°
CMYK 0.000.950.30   0.57
XYZ7.83513.98117.3766
Yxy3.98110.40820.2074
Hunter Lab19.952735.1768-7.9529
CIE-Lab23.608946.8787-13.2410

#6e064d color RGB value is (110,6,77).

#6e064d hex color red value is 110, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6e064d hue: 0.89 , saturation: 0.90 and the lightness value of 6e064d is 0.23.

The process color (four color CMYK) of #6e064d color hex is 0.00, 0.95, 0.30, 0.57. Web safe color of #6e064d is #660066. Color #6e064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00000110 01001101
Octal 156 6 115
Decimal 110 6 77
Hex 6E 6 4D

RGB Percentages of Color #6e064d

%56.99
%3.11
%39.90

CMYK Percentages of Color #6e064d

%0
%95
%30
%57

Triadic Colors of #6e064d

#6e064d #4d6e06 #064d6e

Analogous Colors of #6e064d

#6e064d #6e0619 #5b066e

Monochromatic Colors of #6e064d

#6e064d

Complementary Color

#6e064d #066e27

#6e064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e064d Color CSS Codes

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

#6e064d Text Font Color

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

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


#6e064d Background Color

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

This div background color is #6e064d


#6e064d Border Color

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

This div border color is #6e064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e064d


Comments

No comments written yet.

Please login to write comment.