COLOR #6E325F

HEX: #6E325F
RGB: (110,50,95)

Color info

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

RGB color model

#6E325F color RGB value is (110,50,95).

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

RGB channels and saturation

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

110
50
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 50 + 95 = 255 (100%)
R 110 of 255 ~ 43.14%
G 50 of 255 ~ 19.61%
B 95 of 255 ~ 37.25%

%43.14
%19.61
%37.25

CMYK color model

#6E325F color CMYK value is (0,55,14,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(0,55,14,57)
C0M55Y14K57 
(0%,55%,14%,57%)
(0.00/0.55/0.14/0.57)	

CMYK percentages

%0
%54.55
%13.64
%56.86

Codes

Color #6E325F in popluar color models

6E325F
RGB1105095
HSL315°37.50%31.37%
HSB/HSV315°54.55%43.14%
CMYK0.00%54.55%13.64%
56.86%

Color #6E325F in popluar number systems.

HEX6E325F
Decimal1105095
Binary11011101100101011111
Octal15662137

Shades and tints

Shades of #6E325F

#6E325F
(110,50,95)
#642E57
(100,46,87)
#5A2A4F
(90,42,79)
#502647
(80,38,71)
#46223F
(70,34,63)
#3C1E37
(60,30,55)
#321A2F
(50,26,47)
#281627
(40,22,39)
#1E121F
(30,18,31)
#140E17
(20,14,23)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E325F

#6E325F
(110,50,95)
#7B446D
(123,68,109)
#88567B
(136,86,123)
#956889
(149,104,137)
#A27A97
(162,122,151)
#AF8CA5
(175,140,165)
#BC9EB3
(188,158,179)
#C9B0C1
(201,176,193)
#D6C2CF
(214,194,207)
#E3D4DD
(227,212,221)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E325F; }

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

This text font color is #6E325F.


Background Color

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

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

This div background color is #6E325F.


Border color

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

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

This div border color is #6E325F.


Opacity

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

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

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

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

This text has shadow with #6E325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E325F on black background.


Color preview on white background

This text has color #6E325F on white background.



Black color preview on #6E325F background

This text has black color on #6E325F background.


White color preview on #6E325F background

This text has white color on #6E325F background.