COLOR #6E5FB9

HEX: #6E5FB9 RGB: (110,95,185)

Color info

#6E5FB9 contains mainly blue color. Web safe color of #6E5FB9 is #6666CC (or #66C).

RGB color model

#6E5FB9 color RGB value is (110,95,185).

RGB: (110,95,185) (43%, 37%, 73%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 185 of 255 = 73%

110
95
185

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 185 = 390 (100%)
R 110 of 390 ~ 28.21%
G 95 of 390 ~ 24.36%
B 185 of 390 ~ 47.44'%

%28.21
%24.36
%47.44

CMYK color model

#6E5FB9 color CMYK value is (41,49,0,27).

  • cyan value is 40.54%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (41,49,0,27)
C41M49Y0K27 (41%, 49%, 0%, 27%)
(0.41 / 0.49 / 0.00 / 0.27)

CMYK percentages

%40.54
%48.65
%0
%27.45

Codes

Color #6E5FB9 in popluar color models

6E 5F B9
RGB 110 95 185
HSL 250° 39.13% 54.90%
HSB/HSV 250° 48.65% 72.55%
CMYK 40.54% 48.65% 0.00%
27.45%

Color #6E5FB9 in popluar number systems.

HEX 6E 5F B9
Decimal 110 95 185
Binary 1101110 1011111 10111001
Octal 156 137 271

Shades and tints

Shades of #6E5FB9

#6E5FB9
(110,95,185)
#6457A9
(100,87,169)
#5A4F99
(90,79,153)
#504789
(80,71,137)
#463F79
(70,63,121)
#3C3769
(60,55,105)
#322F59
(50,47,89)
#282749
(40,39,73)
#1E1F39
(30,31,57)
#141729
(20,23,41)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #6E5FB9

#6E5FB9
(110,95,185)
#7B6DBF
(123,109,191)
#887BC5
(136,123,197)
#9589CB
(149,137,203)
#A297D1
(162,151,209)
#AFA5D7
(175,165,215)
#BCB3DD
(188,179,221)
#C9C1E3
(201,193,227)
#D6CFE9
(214,207,233)
#E3DDEF
(227,221,239)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5FB9 color. Also use rgb(110,95,185) instead hex code.

Text Font Color

.myTextColor { color: #6E5FB9; }

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

This text font color is #6E5FB9.

Background Color

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

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

This div background color is #6E5FB9.

Border color

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

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

This div border color is #6E5FB9.

Opacity

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

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

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

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

This text has shadow with #6E5FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5FB9.

Preview

Color preview on black background

This text has color #6E5FB9 on black background.


Color preview on white background

This text has color #6E5FB9 on white background.


Black color preview on #6E5FB9 background

This text has black color on #6E5FB9 background.


White color preview on #6E5FB9 background

This text has white color on #6E5FB9 background.


Related colors

Complementary color

Complementary color for #hex is #91A046.


I love getcolorcode.com

Triadic colors

1 #B96E5F and #5FB96E with #6E5FB9 are triadic colors.

2 #B95F6E and #5F6EB9 with #6E5FB9 are triadic colors.