COLOR #6E5692

HEX: #6E5692
RGB: (110,86,146)

Color info

#6E5692 contains mainly red and blue colors. Web safe color of #6E5692 is #666699 (or #669).

RGB color model

#6E5692 color RGB value is (110,86,146).

  • red value is 110;
  • green value is 86;
  • blue value is 146.
RGB:
(110,86,146)
(43%,34%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 146 of 255 = 57%

110
86
146

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

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 146 = 342 (100%)
R 110 of 342 ~ 32.16%
G 86 of 342 ~ 25.15%
B 146 of 342 ~ 42.69%

%32.16
%25.15
%42.69

CMYK color model

#6E5692 color CMYK value is (25,41,0,43).

  • cyan value is 24.66%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,41,0,43)
C25M41Y0K43 
(25%,41%,0%,43%)
(0.25/0.41/0.00/0.43)	

CMYK percentages

%24.66
%41.1
%0
%42.75

Codes

Color #6E5692 in popluar color models

6E5692
RGB11086146
HSL264°25.86%45.49%
HSB/HSV264°41.10%57.25%
CMYK24.66%41.10%0.00%
42.75%

Color #6E5692 in popluar number systems.

HEX6E5692
Decimal11086146
Binary1101110101011010010010
Octal156126222

Shades and tints

Shades of #6E5692

#6E5692
(110,86,146)
#644F85
(100,79,133)
#5A4878
(90,72,120)
#50416B
(80,65,107)
#463A5E
(70,58,94)
#3C3351
(60,51,81)
#322C44
(50,44,68)
#282537
(40,37,55)
#1E1E2A
(30,30,42)
#14171D
(20,23,29)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E5692

#6E5692
(110,86,146)
#7B659B
(123,101,155)
#8874A4
(136,116,164)
#9583AD
(149,131,173)
#A292B6
(162,146,182)
#AFA1BF
(175,161,191)
#BCB0C8
(188,176,200)
#C9BFD1
(201,191,209)
#D6CEDA
(214,206,218)
#E3DDE3
(227,221,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5692; }

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

This text font color is #6E5692.


Background Color

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

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

This div background color is #6E5692.


Border color

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

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

This div border color is #6E5692.


Opacity

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

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

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

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

This text has shadow with #6E5692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5692 on black background.


Color preview on white background

This text has color #6E5692 on white background.



Black color preview on #6E5692 background

This text has black color on #6E5692 background.


White color preview on #6E5692 background

This text has white color on #6E5692 background.