COLOR #6E547C

HEX: #6E547C RGB: (110,84,124)

Color info

#6E547C contains red, green and blue colors in about the same proportion. Web safe color of #6E547C is #666666 (or #666).

RGB color model

#6E547C color RGB value is (110,84,124).

RGB: (110,84,124) (43%, 33%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 124 of 255 = 49%

110
84
124

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

Portions of RGB colors in percentages

R + G + B = 110 + 84 + 124 = 318 (100%)
R 110 of 318 ~ 34.59%
G 84 of 318 ~ 26.42%
B 124 of 318 ~ 38.99'%

%34.59
%26.42
%38.99

CMYK color model

#6E547C color CMYK value is (11,32,0,51).

  • cyan value is 11.29%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (11,32,0,51)
C11M32Y0K51 (11%, 32%, 0%, 51%)
(0.11 / 0.32 / 0.00 / 0.51)

CMYK percentages

%11.29
%32.26
%0
%51.37

Codes

Color #6E547C in popluar color models

6E 54 7C
RGB 110 84 124
HSL 279° 19.23% 40.78%
HSB/HSV 279° 32.26% 48.63%
CMYK 11.29% 32.26% 0.00%
51.37%

Color #6E547C in popluar number systems.

HEX 6E 54 7C
Decimal 110 84 124
Binary 1101110 1010100 1111100
Octal 156 124 174

Shades and tints

Shades of #6E547C

#6E547C
(110,84,124)
#644D71
(100,77,113)
#5A4666
(90,70,102)
#503F5B
(80,63,91)
#463850
(70,56,80)
#3C3145
(60,49,69)
#322A3A
(50,42,58)
#28232F
(40,35,47)
#1E1C24
(30,28,36)
#141519
(20,21,25)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E547C

#6E547C
(110,84,124)
#7B6387
(123,99,135)
#887292
(136,114,146)
#95819D
(149,129,157)
#A290A8
(162,144,168)
#AF9FB3
(175,159,179)
#BCAEBE
(188,174,190)
#C9BDC9
(201,189,201)
#D6CCD4
(214,204,212)
#E3DBDF
(227,219,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E547C; }

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

This text font color is #6E547C.

Background Color

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

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

This div background color is #6E547C.

Border color

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

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

This div border color is #6E547C.

Opacity

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

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

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

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

This text has shadow with #6E547C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E547C.

Preview

Color preview on black background

This text has color #6E547C on black background.


Color preview on white background

This text has color #6E547C on white background.


Black color preview on #6E547C background

This text has black color on #6E547C background.


White color preview on #6E547C background

This text has white color on #6E547C background.


Related colors

Complementary color

Complementary color for #hex is #91AB83.


I love getcolorcode.com

Triadic colors

1 #7C6E54 and #547C6E with #6E547C are triadic colors.

2 #7C546E and #546E7C with #6E547C are triadic colors.