COLOR #6E4C7A

HEX: #6E4C7A
RGB: (110,76,122)

Color info

#6E4C7A contains red, green and blue colors in about the same proportion. Web safe color of #6E4C7A is #663366 (or #636).

RGB color model

#6E4C7A color RGB value is (110,76,122).

  • red value is 110;
  • green value is 76;
  • blue value is 122.
RGB:
(110,76,122)
(43%,30%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 122 of 255 = 48%

110
76
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 122 = 308 (100%)
R 110 of 308 ~ 35.71%
G 76 of 308 ~ 24.68%
B 122 of 308 ~ 39.61%

%35.71
%24.68
%39.61

CMYK color model

#6E4C7A color CMYK value is (10,38,0,52).

  • cyan value is 9.84%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,38,0,52)
C10M38Y0K52 
(10%,38%,0%,52%)
(0.10/0.38/0.00/0.52)	

CMYK percentages

%9.84
%37.7
%0
%52.16

Codes

Color #6E4C7A in popluar color models

6E4C7A
RGB11076122
HSL284°23.23%38.82%
HSB/HSV284°37.70%47.84%
CMYK9.84%37.70%0.00%
52.16%

Color #6E4C7A in popluar number systems.

HEX6E4C7A
Decimal11076122
Binary110111010011001111010
Octal156114172

Shades and tints

Shades of #6E4C7A

#6E4C7A
(110,76,122)
#64466F
(100,70,111)
#5A4064
(90,64,100)
#503A59
(80,58,89)
#46344E
(70,52,78)
#3C2E43
(60,46,67)
#322838
(50,40,56)
#28222D
(40,34,45)
#1E1C22
(30,28,34)
#141617
(20,22,23)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E4C7A

#6E4C7A
(110,76,122)
#7B5C86
(123,92,134)
#886C92
(136,108,146)
#957C9E
(149,124,158)
#A28CAA
(162,140,170)
#AF9CB6
(175,156,182)
#BCACC2
(188,172,194)
#C9BCCE
(201,188,206)
#D6CCDA
(214,204,218)
#E3DCE6
(227,220,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4C7A color. Also use rgb(110,76,122) instead hex code.

Text Font Color

.myTextColor { color: #6E4C7A; }

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

This text font color is #6E4C7A.


Background Color

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

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

This div background color is #6E4C7A.


Border color

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

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

This div border color is #6E4C7A.


Opacity

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

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

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

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

This text has shadow with #6E4C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C7A on black background.


Color preview on white background

This text has color #6E4C7A on white background.



Black color preview on #6E4C7A background

This text has black color on #6E4C7A background.


White color preview on #6E4C7A background

This text has white color on #6E4C7A background.