COLOR #6C4E8D

HEX: #6C4E8D
RGB: (108,78,141)

Color info

#6C4E8D contains mainly red and blue colors. Web safe color of #6C4E8D is #666699 (or #669).

RGB color model

#6C4E8D color RGB value is (108,78,141).

  • red value is 108;
  • green value is 78;
  • blue value is 141.
RGB: (108,78,141) (42%,31%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 141 of 255 = 55%

108
78
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 141 = 327 (100%)
R 108 of 327 ~ 33.03%
G 78 of 327 ~ 23.85%
B 141 of 327 ~ 43.12%

%33.03
%23.85
%43.12

CMYK color model

#6C4E8D color CMYK value is (23,45,0,45).

  • cyan value is 23.40%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (23,45,0,45) C23M45Y0K45 (23%,45%,0%,45%) (0.23/0.45/0.00/0.45)

CMYK percentages

%23.4
%44.68
%0
%44.71

Codes

Color #6C4E8D in popluar color models

6C4E8D
RGB10878141
HSL269°28.77%42.94%
HSB/HSV269°44.68%55.29%
CMYK23.40%44.68%0.00%
44.71%

Color #6C4E8D in popluar number systems.

HEX6C4E8D
Decimal10878141
Binary1101100100111010001101
Octal154116215

Shades and tints

Shades of #6C4E8D

#6C4E8D
(108,78,141)
#634781
(99,71,129)
#5A4075
(90,64,117)
#513969
(81,57,105)
#48325D
(72,50,93)
#3F2B51
(63,43,81)
#362445
(54,36,69)
#2D1D39
(45,29,57)
#24162D
(36,22,45)
#1B0F21
(27,15,33)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #6C4E8D

#6C4E8D
(108,78,141)
#795E97
(121,94,151)
#866EA1
(134,110,161)
#937EAB
(147,126,171)
#A08EB5
(160,142,181)
#AD9EBF
(173,158,191)
#BAAEC9
(186,174,201)
#C7BED3
(199,190,211)
#D4CEDD
(212,206,221)
#E1DEE7
(225,222,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4E8D color. Also use rgb(108,78,141) instead hex code.

Text Font Color

.myTextColor { color: #6C4E8D; }

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

This text font color is #6C4E8D.


Background Color

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

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

This div background color is #6C4E8D.


Border color

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

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

This div border color is #6C4E8D.


Opacity

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

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

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

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

This text has shadow with #6C4E8D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C4E8D on black background.


Color preview on white background

This text has color #6C4E8D on white background.



Black color preview on #6C4E8D background

This text has black color on #6C4E8D background.


White color preview on #6C4E8D background

This text has white color on #6C4E8D background.