COLOR #6E5681

HEX: #6E5681 RGB: (110,86,129)

Color info

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

RGB color model

#6E5681 color RGB value is (110,86,129).

RGB: (110,86,129) (43%, 34%, 51%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 129 of 255 = 51%

110
86
129

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

Portions of RGB colors in percentages

R + G + B = 110 + 86 + 129 = 325 (100%)
R 110 of 325 ~ 33.85%
G 86 of 325 ~ 26.46%
B 129 of 325 ~ 39.69'%

%33.85
%26.46
%39.69

CMYK color model

#6E5681 color CMYK value is (15,33,0,49).

  • cyan value is 14.73%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (15,33,0,49)
C15M33Y0K49 (15%, 33%, 0%, 49%)
(0.15 / 0.33 / 0.00 / 0.49)

CMYK percentages

%14.73
%33.33
%0
%49.41

Codes

Color #6E5681 in popluar color models

6E 56 81
RGB 110 86 129
HSL 273° 20.00% 42.16%
HSB/HSV 273° 33.33% 50.59%
CMYK 14.73% 33.33% 0.00%
49.41%

Color #6E5681 in popluar number systems.

HEX 6E 56 81
Decimal 110 86 129
Binary 1101110 1010110 10000001
Octal 156 126 201

Shades and tints

Shades of #6E5681

#6E5681
(110,86,129)
#644F76
(100,79,118)
#5A486B
(90,72,107)
#504160
(80,65,96)
#463A55
(70,58,85)
#3C334A
(60,51,74)
#322C3F
(50,44,63)
#282534
(40,37,52)
#1E1E29
(30,30,41)
#14171E
(20,23,30)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #6E5681

#6E5681
(110,86,129)
#7B658C
(123,101,140)
#887497
(136,116,151)
#9583A2
(149,131,162)
#A292AD
(162,146,173)
#AFA1B8
(175,161,184)
#BCB0C3
(188,176,195)
#C9BFCE
(201,191,206)
#D6CED9
(214,206,217)
#E3DDE4
(227,221,228)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5681 color. Also use rgb(110,86,129) instead hex code.

Text Font Color

.myTextColor { color: #6E5681; }

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

This text font color is #6E5681.

Background Color

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

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

This div background color is #6E5681.

Border color

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

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

This div border color is #6E5681.

Opacity

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

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

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

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

This text has shadow with #6E5681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5681.

Preview

Color preview on black background

This text has color #6E5681 on black background.


Color preview on white background

This text has color #6E5681 on white background.


Black color preview on #6E5681 background

This text has black color on #6E5681 background.


White color preview on #6E5681 background

This text has white color on #6E5681 background.


Related colors

Complementary color

Complementary color for #hex is #91A97E.


I love getcolorcode.com

Triadic colors

1 #816E56 and #56816E with #6E5681 are triadic colors.

2 #81566E and #566E81 with #6E5681 are triadic colors.