COLOR #6F5E98

HEX: #6F5E98
RGB: (111,94,152)

Color info

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

RGB color model

#6F5E98 color RGB value is (111,94,152).

  • red value is 111;
  • green value is 94;
  • blue value is 152.
RGB:
(111,94,152)
(44%,37%,60%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 152 of 255 = 60%

111
94
152

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

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 152 = 357 (100%)
R 111 of 357 ~ 31.09%
G 94 of 357 ~ 26.33%
B 152 of 357 ~ 42.58%

%31.09
%26.33
%42.58

CMYK color model

#6F5E98 color CMYK value is (27,38,0,40).

  • cyan value is 26.97%
  • magenta value is 38.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(27,38,0,40)
C27M38Y0K40 
(27%,38%,0%,40%)
(0.27/0.38/0.00/0.40)	

CMYK percentages

%26.97
%38.16
%0
%40.39

Codes

Color #6F5E98 in popluar color models

6F5E98
RGB11194152
HSL258°23.58%48.24%
HSB/HSV258°38.16%59.61%
CMYK26.97%38.16%0.00%
40.39%

Color #6F5E98 in popluar number systems.

HEX6F5E98
Decimal11194152
Binary1101111101111010011000
Octal157136230

Shades and tints

Shades of #6F5E98

#6F5E98
(111,94,152)
#65568B
(101,86,139)
#5B4E7E
(91,78,126)
#514671
(81,70,113)
#473E64
(71,62,100)
#3D3657
(61,54,87)
#332E4A
(51,46,74)
#29263D
(41,38,61)
#1F1E30
(31,30,48)
#151623
(21,22,35)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #6F5E98

#6F5E98
(111,94,152)
#7C6CA1
(124,108,161)
#897AAA
(137,122,170)
#9688B3
(150,136,179)
#A396BC
(163,150,188)
#B0A4C5
(176,164,197)
#BDB2CE
(189,178,206)
#CAC0D7
(202,192,215)
#D7CEE0
(215,206,224)
#E4DCE9
(228,220,233)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E98 color. Also use rgb(111,94,152) instead hex code.

Text Font Color

.myTextColor { color: #6F5E98; }

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

This text font color is #6F5E98.


Background Color

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

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

This div background color is #6F5E98.


Border color

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

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

This div border color is #6F5E98.


Opacity

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

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

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

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

This text has shadow with #6F5E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5E98 on black background.


Color preview on white background

This text has color #6F5E98 on white background.



Black color preview on #6F5E98 background

This text has black color on #6F5E98 background.


White color preview on #6F5E98 background

This text has white color on #6F5E98 background.