COLOR #6E3254

HEX: #6E3254
RGB: (110,50,84)

Color info

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

RGB color model

#6E3254 color RGB value is (110,50,84).

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

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 84 of 255 = 33%

110
50
84

R + G + B ~ 32%. #6E3254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 50 + 84 = 244 (100%)
R 110 of 244 ~ 45.08%
G 50 of 244 ~ 20.49%
B 84 of 244 ~ 34.43%

%45.08
%20.49
%34.43

CMYK color model

#6E3254 color CMYK value is (0,55,24,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 23.64%
  • key color value is 56.86%
CMYK:
(0,55,24,57)
C0M55Y24K57 
(0%,55%,24%,57%)
(0.00/0.55/0.24/0.57)	

CMYK percentages

%0
%54.55
%23.64
%56.86

Codes

Color #6E3254 in popluar color models

6E3254
RGB1105084
HSL326°37.50%31.37%
HSB/HSV326°54.55%43.14%
CMYK0.00%54.55%23.64%
56.86%

Color #6E3254 in popluar number systems.

HEX6E3254
Decimal1105084
Binary11011101100101010100
Octal15662124

Shades and tints

Shades of #6E3254

#6E3254
(110,50,84)
#642E4D
(100,46,77)
#5A2A46
(90,42,70)
#50263F
(80,38,63)
#462238
(70,34,56)
#3C1E31
(60,30,49)
#321A2A
(50,26,42)
#281623
(40,22,35)
#1E121C
(30,18,28)
#140E15
(20,14,21)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E3254

#6E3254
(110,50,84)
#7B4463
(123,68,99)
#885672
(136,86,114)
#956881
(149,104,129)
#A27A90
(162,122,144)
#AF8C9F
(175,140,159)
#BC9EAE
(188,158,174)
#C9B0BD
(201,176,189)
#D6C2CC
(214,194,204)
#E3D4DB
(227,212,219)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3254; }

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

This text font color is #6E3254.


Background Color

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

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

This div background color is #6E3254.


Border color

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

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

This div border color is #6E3254.


Opacity

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

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

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

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

This text has shadow with #6E3254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3254 on black background.


Color preview on white background

This text has color #6E3254 on white background.



Black color preview on #6E3254 background

This text has black color on #6E3254 background.


White color preview on #6E3254 background

This text has white color on #6E3254 background.