COLOR #6E547D

HEX: #6E547D
RGB: (110,84,125)

Color info

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

RGB color model

#6E547D color RGB value is (110,84,125).

  • red value is 110;
  • green value is 84;
  • blue value is 125.
RGB:
(110,84,125)
(43%,33%,49%)

RGB channels and saturation

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

110
84
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 125 = 319 (100%)
R 110 of 319 ~ 34.48%
G 84 of 319 ~ 26.33%
B 125 of 319 ~ 39.18%

%34.48
%26.33
%39.18

CMYK color model

#6E547D color CMYK value is (12,33,0,51).

  • cyan value is 12.00%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(12,33,0,51)
C12M33Y0K51 
(12%,33%,0%,51%)
(0.12/0.33/0.00/0.51)	

CMYK percentages

%12
%32.8
%0
%50.98

Codes

Color #6E547D in popluar color models

6E547D
RGB11084125
HSL278°19.62%40.98%
HSB/HSV278°32.80%49.02%
CMYK12.00%32.80%0.00%
50.98%

Color #6E547D in popluar number systems.

HEX6E547D
Decimal11084125
Binary110111010101001111101
Octal156124175

Shades and tints

Shades of #6E547D

#6E547D
(110,84,125)
#644D72
(100,77,114)
#5A4667
(90,70,103)
#503F5C
(80,63,92)
#463851
(70,56,81)
#3C3146
(60,49,70)
#322A3B
(50,42,59)
#282330
(40,35,48)
#1E1C25
(30,28,37)
#14151A
(20,21,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E547D

#6E547D
(110,84,125)
#7B6388
(123,99,136)
#887293
(136,114,147)
#95819E
(149,129,158)
#A290A9
(162,144,169)
#AF9FB4
(175,159,180)
#BCAEBF
(188,174,191)
#C9BDCA
(201,189,202)
#D6CCD5
(214,204,213)
#E3DBE0
(227,219,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E547D; }

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

This text font color is #6E547D.


Background Color

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

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

This div background color is #6E547D.


Border color

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

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

This div border color is #6E547D.


Opacity

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

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

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

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

This text has shadow with #6E547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E547D on black background.


Color preview on white background

This text has color #6E547D on white background.



Black color preview on #6E547D background

This text has black color on #6E547D background.


White color preview on #6E547D background

This text has white color on #6E547D background.