COLOR #6E3669

HEX: #6E3669
RGB: (110,54,105)

Color info

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

RGB color model

#6E3669 color RGB value is (110,54,105).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 105 of 255 = 41%

110
54
105

R + G + B ~ 35%. #6E3669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 105 = 269 (100%)
R 110 of 269 ~ 40.89%
G 54 of 269 ~ 20.07%
B 105 of 269 ~ 39.03%

%40.89
%20.07
%39.03

CMYK color model

#6E3669 color CMYK value is (0,51,5,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(0,51,5,57)
C0M51Y5K57 
(0%,51%,5%,57%)
(0.00/0.51/0.05/0.57)	

CMYK percentages

%0
%50.91
%4.55
%56.86

Codes

Color #6E3669 in popluar color models

6E3669
RGB11054105
HSL305°34.15%32.16%
HSB/HSV305°50.91%43.14%
CMYK0.00%50.91%4.55%
56.86%

Color #6E3669 in popluar number systems.

HEX6E3669
Decimal11054105
Binary11011101101101101001
Octal15666151

Shades and tints

Shades of #6E3669

#6E3669
(110,54,105)
#643260
(100,50,96)
#5A2E57
(90,46,87)
#502A4E
(80,42,78)
#462645
(70,38,69)
#3C223C
(60,34,60)
#321E33
(50,30,51)
#281A2A
(40,26,42)
#1E1621
(30,22,33)
#141218
(20,18,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E3669

#6E3669
(110,54,105)
#7B4876
(123,72,118)
#885A83
(136,90,131)
#956C90
(149,108,144)
#A27E9D
(162,126,157)
#AF90AA
(175,144,170)
#BCA2B7
(188,162,183)
#C9B4C4
(201,180,196)
#D6C6D1
(214,198,209)
#E3D8DE
(227,216,222)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3669; }

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

This text font color is #6E3669.


Background Color

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

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

This div background color is #6E3669.


Border color

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

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

This div border color is #6E3669.


Opacity

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

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

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

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

This text has shadow with #6E3669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3669 on black background.


Color preview on white background

This text has color #6E3669 on white background.



Black color preview on #6E3669 background

This text has black color on #6E3669 background.


White color preview on #6E3669 background

This text has white color on #6E3669 background.