COLOR #6E477A

HEX: #6E477A RGB: (110,71,122)

Color info

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

RGB color model

#6E477A color RGB value is (110,71,122).

RGB: (110,71,122) (43%, 28%, 48%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 122 of 255 = 48%

110
71
122

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

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 122 = 303 (100%)
R 110 of 303 ~ 36.3%
G 71 of 303 ~ 23.43%
B 122 of 303 ~ 40.26'%

%36.3
%23.43
%40.26

CMYK color model

#6E477A color CMYK value is (10,42,0,52).

  • cyan value is 9.84%
  • magenta value is 41.80%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (10,42,0,52) C10M42Y0K52 (10%,42%,0%,52%) (0.10/0.42/0.00/0.52) 

CMYK percentages

%9.84
%41.8
%0
%52.16

Codes

Color #6E477A in popluar color models

6E 47 7A
RGB 110 71 122
HSL 286° 26.42% 37.84%
HSB/HSV 286° 41.80% 47.84%
CMYK 9.84% 41.80% 0.00%
52.16%

Color #6E477A in popluar number systems.

HEX 6E 47 7A
Decimal 110 71 122
Binary 1101110 1000111 1111010
Octal 156 107 172

Shades and tints

Shades of #6E477A

#6E477A
(110,71,122)
#64416F
(100,65,111)
#5A3B64
(90,59,100)
#503559
(80,53,89)
#462F4E
(70,47,78)
#3C2943
(60,41,67)
#322338
(50,35,56)
#281D2D
(40,29,45)
#1E1722
(30,23,34)
#141117
(20,17,23)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E477A

#6E477A
(110,71,122)
#7B5786
(123,87,134)
#886792
(136,103,146)
#95779E
(149,119,158)
#A287AA
(162,135,170)
#AF97B6
(175,151,182)
#BCA7C2
(188,167,194)
#C9B7CE
(201,183,206)
#D6C7DA
(214,199,218)
#E3D7E6
(227,215,230)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E477A; }

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

This text font color is #6E477A.

Background Color

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

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

This div background color is #6E477A.

Border color

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

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

This div border color is #6E477A.

Opacity

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

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

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

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

This text has shadow with #6E477A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E477A.

Preview

Color preview on black background

This text has color #6E477A on black background.


Color preview on white background

This text has color #6E477A on white background.


Black color preview on #6E477A background

This text has black color on #6E477A background.


White color preview on #6E477A background

This text has white color on #6E477A background.


Related colors

Complementary color

Complementary color for #hex is #91B885.


I love getcolorcode.com

Triadic colors

1 #7A6E47 and #477A6E with #6E477A are triadic colors.

2 #7A476E and #476E7A with #6E477A are triadic colors.