COLOR #6E325E

HEX: #6E325E
RGB: (110,50,94)

Color info

#6E325E contains mainly red and blue colors. Web safe color of #6E325E is #663366 (or #636).

RGB color model

#6E325E color RGB value is (110,50,94).

  • red value is 110;
  • green value is 50;
  • blue value is 94.
RGB:
(110,50,94)
(43%,20%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 94 of 255 = 37%

110
50
94

R + G + B ~ 33%. #6E325E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 50 + 94 = 254 (100%)
R 110 of 254 ~ 43.31%
G 50 of 254 ~ 19.69%
B 94 of 254 ~ 37.01%

%43.31
%19.69
%37.01

CMYK color model

#6E325E color CMYK value is (0,55,15,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(0,55,15,57)
C0M55Y15K57 
(0%,55%,15%,57%)
(0.00/0.55/0.15/0.57)	

CMYK percentages

%0
%54.55
%14.55
%56.86

Codes

Color #6E325E in popluar color models

6E325E
RGB1105094
HSL316°37.50%31.37%
HSB/HSV316°54.55%43.14%
CMYK0.00%54.55%14.55%
56.86%

Color #6E325E in popluar number systems.

HEX6E325E
Decimal1105094
Binary11011101100101011110
Octal15662136

Shades and tints

Shades of #6E325E

#6E325E
(110,50,94)
#642E56
(100,46,86)
#5A2A4E
(90,42,78)
#502646
(80,38,70)
#46223E
(70,34,62)
#3C1E36
(60,30,54)
#321A2E
(50,26,46)
#281626
(40,22,38)
#1E121E
(30,18,30)
#140E16
(20,14,22)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E325E

#6E325E
(110,50,94)
#7B446C
(123,68,108)
#88567A
(136,86,122)
#956888
(149,104,136)
#A27A96
(162,122,150)
#AF8CA4
(175,140,164)
#BC9EB2
(188,158,178)
#C9B0C0
(201,176,192)
#D6C2CE
(214,194,206)
#E3D4DC
(227,212,220)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E325E color. Also use rgb(110,50,94) instead hex code.

Text Font Color

.myTextColor { color: #6E325E; }

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

This text font color is #6E325E.


Background Color

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

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

This div background color is #6E325E.


Border color

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

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

This div border color is #6E325E.


Opacity

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

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

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

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

This text has shadow with #6E325E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E325E on black background.


Color preview on white background

This text has color #6E325E on white background.



Black color preview on #6E325E background

This text has black color on #6E325E background.


White color preview on #6E325E background

This text has white color on #6E325E background.