COLOR #6E4066

HEX: #6E4066
RGB: (110,64,102)

Color info

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

RGB color model

#6E4066 color RGB value is (110,64,102).

  • red value is 110;
  • green value is 64;
  • blue value is 102.
RGB:
(110,64,102)
(43%,25%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 102 of 255 = 40%

110
64
102

R + G + B ~ 36%. #6E4066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 64 + 102 = 276 (100%)
R 110 of 276 ~ 39.86%
G 64 of 276 ~ 23.19%
B 102 of 276 ~ 36.96%

%39.86
%23.19
%36.96

CMYK color model

#6E4066 color CMYK value is (0,42,7,57).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(0,42,7,57)
C0M42Y7K57 
(0%,42%,7%,57%)
(0.00/0.42/0.07/0.57)	

CMYK percentages

%0
%41.82
%7.27
%56.86

Codes

Color #6E4066 in popluar color models

6E4066
RGB11064102
HSL310°26.44%34.12%
HSB/HSV310°41.82%43.14%
CMYK0.00%41.82%7.27%
56.86%

Color #6E4066 in popluar number systems.

HEX6E4066
Decimal11064102
Binary110111010000001100110
Octal156100146

Shades and tints

Shades of #6E4066

#6E4066
(110,64,102)
#643B5D
(100,59,93)
#5A3654
(90,54,84)
#50314B
(80,49,75)
#462C42
(70,44,66)
#3C2739
(60,39,57)
#322230
(50,34,48)
#281D27
(40,29,39)
#1E181E
(30,24,30)
#141315
(20,19,21)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E4066

#6E4066
(110,64,102)
#7B5173
(123,81,115)
#886280
(136,98,128)
#95738D
(149,115,141)
#A2849A
(162,132,154)
#AF95A7
(175,149,167)
#BCA6B4
(188,166,180)
#C9B7C1
(201,183,193)
#D6C8CE
(214,200,206)
#E3D9DB
(227,217,219)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4066 color. Also use rgb(110,64,102) instead hex code.

Text Font Color

.myTextColor { color: #6E4066; }

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

This text font color is #6E4066.


Background Color

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

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

This div background color is #6E4066.


Border color

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

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

This div border color is #6E4066.


Opacity

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

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

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

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

This text has shadow with #6E4066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4066 on black background.


Color preview on white background

This text has color #6E4066 on white background.



Black color preview on #6E4066 background

This text has black color on #6E4066 background.


White color preview on #6E4066 background

This text has white color on #6E4066 background.