COLOR #6E548C

HEX: #6E548C RGB: (110,84,140)

Color info

#6E548C contains red, green and blue colors in about the same proportion. Web safe color of #6E548C is #666699 (or #669).

RGB color model

#6E548C color RGB value is (110,84,140).

RGB: (110,84,140) (43%, 33%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 140 of 255 = 55%

110
84
140

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

Portions of RGB colors in percentages

R + G + B = 110 + 84 + 140 = 334 (100%)
R 110 of 334 ~ 32.93%
G 84 of 334 ~ 25.15%
B 140 of 334 ~ 41.92'%

%32.93
%25.15
%41.92

CMYK color model

#6E548C color CMYK value is (21,40,0,45).

  • cyan value is 21.43%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (21,40,0,45)
C21M40Y0K45 (21%, 40%, 0%, 45%)
(0.21 / 0.40 / 0.00 / 0.45)

CMYK percentages

%21.43
%40
%0
%45.1

Codes

Color #6E548C in popluar color models

6E 54 8C
RGB 110 84 140
HSL 268° 25.00% 43.92%
HSB/HSV 268° 40.00% 54.90%
CMYK 21.43% 40.00% 0.00%
45.10%

Color #6E548C in popluar number systems.

HEX 6E 54 8C
Decimal 110 84 140
Binary 1101110 1010100 10001100
Octal 156 124 214

Shades and tints

Shades of #6E548C

#6E548C
(110,84,140)
#644D80
(100,77,128)
#5A4674
(90,70,116)
#503F68
(80,63,104)
#46385C
(70,56,92)
#3C3150
(60,49,80)
#322A44
(50,42,68)
#282338
(40,35,56)
#1E1C2C
(30,28,44)
#141520
(20,21,32)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #6E548C

#6E548C
(110,84,140)
#7B6396
(123,99,150)
#8872A0
(136,114,160)
#9581AA
(149,129,170)
#A290B4
(162,144,180)
#AF9FBE
(175,159,190)
#BCAEC8
(188,174,200)
#C9BDD2
(201,189,210)
#D6CCDC
(214,204,220)
#E3DBE6
(227,219,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E548C; }

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

This text font color is #6E548C.

Background Color

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

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

This div background color is #6E548C.

Border color

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

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

This div border color is #6E548C.

Opacity

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

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

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

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

This text has shadow with #6E548C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E548C.

Preview

Color preview on black background

This text has color #6E548C on black background.


Color preview on white background

This text has color #6E548C on white background.


Black color preview on #6E548C background

This text has black color on #6E548C background.


White color preview on #6E548C background

This text has white color on #6E548C background.


Related colors

Complementary color

Complementary color for #hex is #91AB73.


I love getcolorcode.com

Triadic colors

1 #8C6E54 and #548C6E with #6E548C are triadic colors.

2 #8C546E and #546E8C with #6E548C are triadic colors.