COLOR #6E4466

HEX: #6E4466 RGB: (110,68,102)

Color info

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

RGB color model

#6E4466 color RGB value is (110,68,102).

RGB: (110,68,102) (43%, 27%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 68 of 255 = 27%
B 102 of 255 = 40%

110
68
102

R + G + B ~ 37%. #6E4466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 68 + 102 = 280 (100%)
R 110 of 280 ~ 39.29%
G 68 of 280 ~ 24.29%
B 102 of 280 ~ 36.43'%

%39.29
%24.29
%36.43

CMYK color model

#6E4466 color CMYK value is (0,38,7,57).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 7.27%
  • key color value is 56.86%

CMYK: (0,38,7,57)
C0M38Y7K57 (0%, 38%, 7%, 57%)
(0.00 / 0.38 / 0.07 / 0.57)

CMYK percentages

%0
%38.18
%7.27
%56.86

Codes

Color #6E4466 in popluar color models

6E 44 66
RGB 110 68 102
HSL 311° 23.60% 34.90%
HSB/HSV 311° 38.18% 43.14%
CMYK 0.00% 38.18% 7.27%
56.86%

Color #6E4466 in popluar number systems.

HEX 6E 44 66
Decimal 110 68 102
Binary 1101110 1000100 1100110
Octal 156 104 146

Shades and tints

Shades of #6E4466

#6E4466
(110,68,102)
#643E5D
(100,62,93)
#5A3854
(90,56,84)
#50324B
(80,50,75)
#462C42
(70,44,66)
#3C2639
(60,38,57)
#322030
(50,32,48)
#281A27
(40,26,39)
#1E141E
(30,20,30)
#140E15
(20,14,21)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #6E4466

#6E4466
(110,68,102)
#7B5573
(123,85,115)
#886680
(136,102,128)
#95778D
(149,119,141)
#A2889A
(162,136,154)
#AF99A7
(175,153,167)
#BCAAB4
(188,170,180)
#C9BBC1
(201,187,193)
#D6CCCE
(214,204,206)
#E3DDDB
(227,221,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4466; }

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

This text font color is #6E4466.

Background Color

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

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

This div background color is #6E4466.

Border color

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

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

This div border color is #6E4466.

Opacity

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

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

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

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

This text has shadow with #6E4466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4466.

Preview

Color preview on black background

This text has color #6E4466 on black background.


Color preview on white background

This text has color #6E4466 on white background.


Black color preview on #6E4466 background

This text has black color on #6E4466 background.


White color preview on #6E4466 background

This text has white color on #6E4466 background.


Related colors

Complementary color

Complementary color for #hex is #91BB99.


I love getcolorcode.com

Triadic colors

1 #666E44 and #44666E with #6E4466 are triadic colors.

2 #66446E and #446E66 with #6E4466 are triadic colors.