COLOR #6E3671

HEX: #6E3671
RGB: (110,54,113)

Color info

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

RGB color model

#6E3671 color RGB value is (110,54,113).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 113 of 255 = 44%

110
54
113

R + G + B ~ 36%. #6E3671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 113 = 277 (100%)
R 110 of 277 ~ 39.71%
G 54 of 277 ~ 19.49%
B 113 of 277 ~ 40.79%

%39.71
%19.49
%40.79

CMYK color model

#6E3671 color CMYK value is (3,52,0,56).

  • cyan value is 2.65%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(3,52,0,56)
C3M52Y0K56 
(3%,52%,0%,56%)
(0.03/0.52/0.00/0.56)	

CMYK percentages

%2.65
%52.21
%0
%55.69

Codes

Color #6E3671 in popluar color models

6E3671
RGB11054113
HSL297°35.33%32.75%
HSB/HSV297°52.21%44.31%
CMYK2.65%52.21%0.00%
55.69%

Color #6E3671 in popluar number systems.

HEX6E3671
Decimal11054113
Binary11011101101101110001
Octal15666161

Shades and tints

Shades of #6E3671

#6E3671
(110,54,113)
#643267
(100,50,103)
#5A2E5D
(90,46,93)
#502A53
(80,42,83)
#462649
(70,38,73)
#3C223F
(60,34,63)
#321E35
(50,30,53)
#281A2B
(40,26,43)
#1E1621
(30,22,33)
#141217
(20,18,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E3671

#6E3671
(110,54,113)
#7B487D
(123,72,125)
#885A89
(136,90,137)
#956C95
(149,108,149)
#A27EA1
(162,126,161)
#AF90AD
(175,144,173)
#BCA2B9
(188,162,185)
#C9B4C5
(201,180,197)
#D6C6D1
(214,198,209)
#E3D8DD
(227,216,221)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3671; }

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

This text font color is #6E3671.


Background Color

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

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

This div background color is #6E3671.


Border color

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

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

This div border color is #6E3671.


Opacity

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

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

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

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

This text has shadow with #6E3671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3671 on black background.


Color preview on white background

This text has color #6E3671 on white background.



Black color preview on #6E3671 background

This text has black color on #6E3671 background.


White color preview on #6E3671 background

This text has white color on #6E3671 background.