COLOR #6E3B59

HEX: #6E3B59
RGB: (110,59,89)

Color info

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

RGB color model

#6E3B59 color RGB value is (110,59,89).

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

RGB channels and saturation

R 110 of 255 = 43%
G 59 of 255 = 23%
B 89 of 255 = 35%

110
59
89

R + G + B ~ 34%. #6E3B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 59 + 89 = 258 (100%)
R 110 of 258 ~ 42.64%
G 59 of 258 ~ 22.87%
B 89 of 258 ~ 34.5%

%42.64
%22.87
%34.5

CMYK color model

#6E3B59 color CMYK value is (0,46,19,57).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 19.09%
  • key color value is 56.86%
CMYK:
(0,46,19,57)
C0M46Y19K57 
(0%,46%,19%,57%)
(0.00/0.46/0.19/0.57)	

CMYK percentages

%0
%46.36
%19.09
%56.86

Codes

Color #6E3B59 in popluar color models

6E3B59
RGB1105989
HSL325°30.18%33.14%
HSB/HSV325°46.36%43.14%
CMYK0.00%46.36%19.09%
56.86%

Color #6E3B59 in popluar number systems.

HEX6E3B59
Decimal1105989
Binary11011101110111011001
Octal15673131

Shades and tints

Shades of #6E3B59

#6E3B59
(110,59,89)
#643651
(100,54,81)
#5A3149
(90,49,73)
#502C41
(80,44,65)
#462739
(70,39,57)
#3C2231
(60,34,49)
#321D29
(50,29,41)
#281821
(40,24,33)
#1E1319
(30,19,25)
#140E11
(20,14,17)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #6E3B59

#6E3B59
(110,59,89)
#7B4C68
(123,76,104)
#885D77
(136,93,119)
#956E86
(149,110,134)
#A27F95
(162,127,149)
#AF90A4
(175,144,164)
#BCA1B3
(188,161,179)
#C9B2C2
(201,178,194)
#D6C3D1
(214,195,209)
#E3D4E0
(227,212,224)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3B59; }

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

This text font color is #6E3B59.


Background Color

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

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

This div background color is #6E3B59.


Border color

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

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

This div border color is #6E3B59.


Opacity

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

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

Text with #6E3B59 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 #6E3B59;}

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

This text has shadow with #6E3B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3B59 on black background.


Color preview on white background

This text has color #6E3B59 on white background.



Black color preview on #6E3B59 background

This text has black color on #6E3B59 background.


White color preview on #6E3B59 background

This text has white color on #6E3B59 background.