COLOR #6E4A7C

HEX: #6E4A7C
RGB: (110,74,124)

Color info

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

RGB color model

#6E4A7C color RGB value is (110,74,124).

  • red value is 110;
  • green value is 74;
  • blue value is 124.
RGB:
(110,74,124)
(43%,29%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 124 of 255 = 49%

110
74
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 124 = 308 (100%)
R 110 of 308 ~ 35.71%
G 74 of 308 ~ 24.03%
B 124 of 308 ~ 40.26%

%35.71
%24.03
%40.26

CMYK color model

#6E4A7C color CMYK value is (11,40,0,51).

  • cyan value is 11.29%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(11,40,0,51)
C11M40Y0K51 
(11%,40%,0%,51%)
(0.11/0.40/0.00/0.51)	

CMYK percentages

%11.29
%40.32
%0
%51.37

Codes

Color #6E4A7C in popluar color models

6E4A7C
RGB11074124
HSL283°25.25%38.82%
HSB/HSV283°40.32%48.63%
CMYK11.29%40.32%0.00%
51.37%

Color #6E4A7C in popluar number systems.

HEX6E4A7C
Decimal11074124
Binary110111010010101111100
Octal156112174

Shades and tints

Shades of #6E4A7C

#6E4A7C
(110,74,124)
#644471
(100,68,113)
#5A3E66
(90,62,102)
#50385B
(80,56,91)
#463250
(70,50,80)
#3C2C45
(60,44,69)
#32263A
(50,38,58)
#28202F
(40,32,47)
#1E1A24
(30,26,36)
#141419
(20,20,25)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E4A7C

#6E4A7C
(110,74,124)
#7B5A87
(123,90,135)
#886A92
(136,106,146)
#957A9D
(149,122,157)
#A28AA8
(162,138,168)
#AF9AB3
(175,154,179)
#BCAABE
(188,170,190)
#C9BAC9
(201,186,201)
#D6CAD4
(214,202,212)
#E3DADF
(227,218,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4A7C color. Also use rgb(110,74,124) instead hex code.

Text Font Color

.myTextColor { color: #6E4A7C; }

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

This text font color is #6E4A7C.


Background Color

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

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

This div background color is #6E4A7C.


Border color

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

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

This div border color is #6E4A7C.


Opacity

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

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

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

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

This text has shadow with #6E4A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A7C on black background.


Color preview on white background

This text has color #6E4A7C on white background.



Black color preview on #6E4A7C background

This text has black color on #6E4A7C background.


White color preview on #6E4A7C background

This text has white color on #6E4A7C background.