COLOR #6E5F98

HEX: #6E5F98
RGB: (110,95,152)

Color info

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

RGB color model

#6E5F98 color RGB value is (110,95,152).

  • red value is 110;
  • green value is 95;
  • blue value is 152.
RGB:
(110,95,152)
(43%,37%,60%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 152 of 255 = 60%

110
95
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 152 = 357 (100%)
R 110 of 357 ~ 30.81%
G 95 of 357 ~ 26.61%
B 152 of 357 ~ 42.58%

%30.81
%26.61
%42.58

CMYK color model

#6E5F98 color CMYK value is (28,38,0,40).

  • cyan value is 27.63%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(28,38,0,40)
C28M38Y0K40 
(28%,38%,0%,40%)
(0.28/0.38/0.00/0.40)	

CMYK percentages

%27.63
%37.5
%0
%40.39

Codes

Color #6E5F98 in popluar color models

6E5F98
RGB11095152
HSL256°23.08%48.43%
HSB/HSV256°37.50%59.61%
CMYK27.63%37.50%0.00%
40.39%

Color #6E5F98 in popluar number systems.

HEX6E5F98
Decimal11095152
Binary1101110101111110011000
Octal156137230

Shades and tints

Shades of #6E5F98

#6E5F98
(110,95,152)
#64578B
(100,87,139)
#5A4F7E
(90,79,126)
#504771
(80,71,113)
#463F64
(70,63,100)
#3C3757
(60,55,87)
#322F4A
(50,47,74)
#28273D
(40,39,61)
#1E1F30
(30,31,48)
#141723
(20,23,35)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6E5F98

#6E5F98
(110,95,152)
#7B6DA1
(123,109,161)
#887BAA
(136,123,170)
#9589B3
(149,137,179)
#A297BC
(162,151,188)
#AFA5C5
(175,165,197)
#BCB3CE
(188,179,206)
#C9C1D7
(201,193,215)
#D6CFE0
(214,207,224)
#E3DDE9
(227,221,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F98; }

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

This text font color is #6E5F98.


Background Color

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

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

This div background color is #6E5F98.


Border color

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

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

This div border color is #6E5F98.


Opacity

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

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

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

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

This text has shadow with #6E5F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F98 on black background.


Color preview on white background

This text has color #6E5F98 on white background.



Black color preview on #6E5F98 background

This text has black color on #6E5F98 background.


White color preview on #6E5F98 background

This text has white color on #6E5F98 background.