COLOR #6E3654

HEX: #6E3654
RGB: (110,54,84)

Color info

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

RGB color model

#6E3654 color RGB value is (110,54,84).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 84 of 255 = 33%

110
54
84

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

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 84 = 248 (100%)
R 110 of 248 ~ 44.35%
G 54 of 248 ~ 21.77%
B 84 of 248 ~ 33.87%

%44.35
%21.77
%33.87

CMYK color model

#6E3654 color CMYK value is (0,51,24,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 23.64%
  • key color value is 56.86%
CMYK:
(0,51,24,57)
C0M51Y24K57 
(0%,51%,24%,57%)
(0.00/0.51/0.24/0.57)	

CMYK percentages

%0
%50.91
%23.64
%56.86

Codes

Color #6E3654 in popluar color models

6E3654
RGB1105484
HSL328°34.15%32.16%
HSB/HSV328°50.91%43.14%
CMYK0.00%50.91%23.64%
56.86%

Color #6E3654 in popluar number systems.

HEX6E3654
Decimal1105484
Binary11011101101101010100
Octal15666124

Shades and tints

Shades of #6E3654

#6E3654
(110,54,84)
#64324D
(100,50,77)
#5A2E46
(90,46,70)
#502A3F
(80,42,63)
#462638
(70,38,56)
#3C2231
(60,34,49)
#321E2A
(50,30,42)
#281A23
(40,26,35)
#1E161C
(30,22,28)
#141215
(20,18,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E3654

#6E3654
(110,54,84)
#7B4863
(123,72,99)
#885A72
(136,90,114)
#956C81
(149,108,129)
#A27E90
(162,126,144)
#AF909F
(175,144,159)
#BCA2AE
(188,162,174)
#C9B4BD
(201,180,189)
#D6C6CC
(214,198,204)
#E3D8DB
(227,216,219)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3654; }

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

This text font color is #6E3654.


Background Color

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

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

This div background color is #6E3654.


Border color

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

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

This div border color is #6E3654.


Opacity

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

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

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

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

This text has shadow with #6E3654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3654 on black background.


Color preview on white background

This text has color #6E3654 on white background.



Black color preview on #6E3654 background

This text has black color on #6E3654 background.


White color preview on #6E3654 background

This text has white color on #6E3654 background.