COLOR #6E4359

HEX: #6E4359
RGB: (110,67,89)

Color info

#6E4359 contains red, green and blue colors in about the same proportion. Web safe color of #6E4359 is #663366 (or #636).

RGB color model

#6E4359 color RGB value is (110,67,89).

  • red value is 110;
  • green value is 67;
  • blue value is 89.
RGB:
(110,67,89)
(43%,26%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 89 of 255 = 35%

110
67
89

R + G + B ~ 35%. #6E4359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 89 = 266 (100%)
R 110 of 266 ~ 41.35%
G 67 of 266 ~ 25.19%
B 89 of 266 ~ 33.46%

%41.35
%25.19
%33.46

CMYK color model

#6E4359 color CMYK value is (0,39,19,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 19.09%
  • key color value is 56.86%
CMYK:
(0,39,19,57)
C0M39Y19K57 
(0%,39%,19%,57%)
(0.00/0.39/0.19/0.57)	

CMYK percentages

%0
%39.09
%19.09
%56.86

Codes

Color #6E4359 in popluar color models

6E4359
RGB1106789
HSL329°24.29%34.71%
HSB/HSV329°39.09%43.14%
CMYK0.00%39.09%19.09%
56.86%

Color #6E4359 in popluar number systems.

HEX6E4359
Decimal1106789
Binary110111010000111011001
Octal156103131

Shades and tints

Shades of #6E4359

#6E4359
(110,67,89)
#643D51
(100,61,81)
#5A3749
(90,55,73)
#503141
(80,49,65)
#462B39
(70,43,57)
#3C2531
(60,37,49)
#321F29
(50,31,41)
#281921
(40,25,33)
#1E1319
(30,19,25)
#140D11
(20,13,17)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #6E4359

#6E4359
(110,67,89)
#7B5468
(123,84,104)
#886577
(136,101,119)
#957686
(149,118,134)
#A28795
(162,135,149)
#AF98A4
(175,152,164)
#BCA9B3
(188,169,179)
#C9BAC2
(201,186,194)
#D6CBD1
(214,203,209)
#E3DCE0
(227,220,224)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4359 color. Also use rgb(110,67,89) instead hex code.

Text Font Color

.myTextColor { color: #6E4359; }

<p style="color:#6E4359">This sample text font color is #6E4359.</p>

This text font color is #6E4359.


Background Color

.myBgColor { background-color: #6E4359; }

<div style="background-color:#6E4359">Inner text</div>

This div background color is #6E4359.


Border color

.myBorderColor { border: 1px solid #6E4359; }

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

This div border color is #6E4359.


Opacity

.myOpacity80 { color: #6E4359; opacity: 0.8; }

<p style="color:#6E4359;opacity:0.8;">80%</p>

Text with #6E4359 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E4359;}

<p style="text-shadow: 3px 3px 1px #6E4359">Text here.</p>

This text has shadow with #6E4359 color.

.textShadow {text-shadow: 3px 3px 1px #6E4359, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E4359, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E4359 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E4359, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E4359, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E4359 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E4359;
  -webkit-box-shadow:	1px 1px 3px 2px #6E4359;
  box-shadow:		1px 1px 3px 2px #6E4359;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E4359;
-webkit-box-shadow: 1px 1px 3px 2px #6E4359;
box-shadow:1px 1px 3px 2px #6E4359;">
Div content here</div>
This div box has shadow with color #6E4359.

Preview

Color preview on black background

This text has color #6E4359 on black background.


Color preview on white background

This text has color #6E4359 on white background.



Black color preview on #6E4359 background

This text has black color on #6E4359 background.


White color preview on #6E4359 background

This text has white color on #6E4359 background.