COLOR #6C4E86

HEX: #6C4E86
RGB: (108,78,134)

Color info

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

RGB color model

#6C4E86 color RGB value is (108,78,134).

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

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 134 of 255 = 53%

108
78
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 134 = 320 (100%)
R 108 of 320 ~ 33.75%
G 78 of 320 ~ 24.38%
B 134 of 320 ~ 41.88%

%33.75
%24.38
%41.88

CMYK color model

#6C4E86 color CMYK value is (19,42,0,47).

  • cyan value is 19.40%
  • magenta value is 41.79%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,42,0,47)
C19M42Y0K47 
(19%,42%,0%,47%)
(0.19/0.42/0.00/0.47)	

CMYK percentages

%19.4
%41.79
%0
%47.45

Codes

Color #6C4E86 in popluar color models

6C4E86
RGB10878134
HSL272°26.42%41.57%
HSB/HSV272°41.79%52.55%
CMYK19.40%41.79%0.00%
47.45%

Color #6C4E86 in popluar number systems.

HEX6C4E86
Decimal10878134
Binary1101100100111010000110
Octal154116206

Shades and tints

Shades of #6C4E86

#6C4E86
(108,78,134)
#63477A
(99,71,122)
#5A406E
(90,64,110)
#513962
(81,57,98)
#483256
(72,50,86)
#3F2B4A
(63,43,74)
#36243E
(54,36,62)
#2D1D32
(45,29,50)
#241626
(36,22,38)
#1B0F1A
(27,15,26)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #6C4E86

#6C4E86
(108,78,134)
#795E91
(121,94,145)
#866E9C
(134,110,156)
#937EA7
(147,126,167)
#A08EB2
(160,142,178)
#AD9EBD
(173,158,189)
#BAAEC8
(186,174,200)
#C7BED3
(199,190,211)
#D4CEDE
(212,206,222)
#E1DEE9
(225,222,233)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4E86; }

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

This text font color is #6C4E86.


Background Color

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

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

This div background color is #6C4E86.


Border color

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

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

This div border color is #6C4E86.


Opacity

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

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

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

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

This text has shadow with #6C4E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4E86 on black background.


Color preview on white background

This text has color #6C4E86 on white background.



Black color preview on #6C4E86 background

This text has black color on #6C4E86 background.


White color preview on #6C4E86 background

This text has white color on #6C4E86 background.