COLOR #6E5FB1

HEX: #6E5FB1 RGB: (110,95,177)

Color info

#6E5FB1 contains mainly blue color. Web safe color of #6E5FB1 is #666699 (or #669).

RGB color model

#6E5FB1 color RGB value is (110,95,177).

RGB: (110,95,177) (43%, 37%, 69%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 177 of 255 = 69%

110
95
177

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 177 = 382 (100%)
R 110 of 382 ~ 28.8%
G 95 of 382 ~ 24.87%
B 177 of 382 ~ 46.34'%

%28.8
%24.87
%46.34

CMYK color model

#6E5FB1 color CMYK value is (38,46,0,31).

  • cyan value is 37.85%
  • magenta value is 46.33%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (38,46,0,31)
C38M46Y0K31 (38%, 46%, 0%, 31%)
(0.38 / 0.46 / 0.00 / 0.31)

CMYK percentages

%37.85
%46.33
%0
%30.59

Codes

Color #6E5FB1 in popluar color models

6E 5F B1
RGB 110 95 177
HSL 251° 34.45% 53.33%
HSB/HSV 251° 46.33% 69.41%
CMYK 37.85% 46.33% 0.00%
30.59%

Color #6E5FB1 in popluar number systems.

HEX 6E 5F B1
Decimal 110 95 177
Binary 1101110 1011111 10110001
Octal 156 137 261

Shades and tints

Shades of #6E5FB1

#6E5FB1
(110,95,177)
#6457A1
(100,87,161)
#5A4F91
(90,79,145)
#504781
(80,71,129)
#463F71
(70,63,113)
#3C3761
(60,55,97)
#322F51
(50,47,81)
#282741
(40,39,65)
#1E1F31
(30,31,49)
#141721
(20,23,33)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E5FB1

#6E5FB1
(110,95,177)
#7B6DB8
(123,109,184)
#887BBF
(136,123,191)
#9589C6
(149,137,198)
#A297CD
(162,151,205)
#AFA5D4
(175,165,212)
#BCB3DB
(188,179,219)
#C9C1E2
(201,193,226)
#D6CFE9
(214,207,233)
#E3DDF0
(227,221,240)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5FB1; }

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

This text font color is #6E5FB1.

Background Color

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

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

This div background color is #6E5FB1.

Border color

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

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

This div border color is #6E5FB1.

Opacity

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

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

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

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

This text has shadow with #6E5FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5FB1.

Preview

Color preview on black background

This text has color #6E5FB1 on black background.


Color preview on white background

This text has color #6E5FB1 on white background.


Black color preview on #6E5FB1 background

This text has black color on #6E5FB1 background.


White color preview on #6E5FB1 background

This text has white color on #6E5FB1 background.


Related colors

Complementary color

Complementary color for #hex is #91A04E.


I love getcolorcode.com

Triadic colors

1 #B16E5F and #5FB16E with #6E5FB1 are triadic colors.

2 #B15F6E and #5F6EB1 with #6E5FB1 are triadic colors.