COLOR #6E477D

HEX: #6E477D RGB: (110,71,125)

Color info

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

RGB color model

#6E477D color RGB value is (110,71,125).

RGB: (110,71,125) (43%, 28%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 125 of 255 = 49%

110
71
125

R + G + B ~ 40%. #6E477D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 125 = 306 (100%)
R 110 of 306 ~ 35.95%
G 71 of 306 ~ 23.2%
B 125 of 306 ~ 40.85'%

%35.95
%23.2
%40.85

CMYK color model

#6E477D color CMYK value is (12,43,0,51).

  • cyan value is 12.00%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (12,43,0,51)
C12M43Y0K51 (12%, 43%, 0%, 51%)
(0.12 / 0.43 / 0.00 / 0.51)

CMYK percentages

%12
%43.2
%0
%50.98

Codes

Color #6E477D in popluar color models

6E 47 7D
RGB 110 71 125
HSL 283° 27.55% 38.43%
HSB/HSV 283° 43.20% 49.02%
CMYK 12.00% 43.20% 0.00%
50.98%

Color #6E477D in popluar number systems.

HEX 6E 47 7D
Decimal 110 71 125
Binary 1101110 1000111 1111101
Octal 156 107 175

Shades and tints

Shades of #6E477D

#6E477D
(110,71,125)
#644172
(100,65,114)
#5A3B67
(90,59,103)
#50355C
(80,53,92)
#462F51
(70,47,81)
#3C2946
(60,41,70)
#32233B
(50,35,59)
#281D30
(40,29,48)
#1E1725
(30,23,37)
#14111A
(20,17,26)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E477D

#6E477D
(110,71,125)
#7B5788
(123,87,136)
#886793
(136,103,147)
#95779E
(149,119,158)
#A287A9
(162,135,169)
#AF97B4
(175,151,180)
#BCA7BF
(188,167,191)
#C9B7CA
(201,183,202)
#D6C7D5
(214,199,213)
#E3D7E0
(227,215,224)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E477D color. Also use rgb(110,71,125) instead hex code.

Text Font Color

.myTextColor { color: #6E477D; }

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

This text font color is #6E477D.

Background Color

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

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

This div background color is #6E477D.

Border color

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

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

This div border color is #6E477D.

Opacity

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

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

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

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

This text has shadow with #6E477D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E477D.

Preview

Color preview on black background

This text has color #6E477D on black background.


Color preview on white background

This text has color #6E477D on white background.


Black color preview on #6E477D background

This text has black color on #6E477D background.


White color preview on #6E477D background

This text has white color on #6E477D background.


Related colors

Complementary color

Complementary color for #hex is #91B882.


I love getcolorcode.com

Triadic colors

1 #7D6E47 and #477D6E with #6E477D are triadic colors.

2 #7D476E and #476E7D with #6E477D are triadic colors.