COLOR #6F5E7B

HEX: #6F5E7B
RGB: (111,94,123)

Color info

#6F5E7B contains red, green and blue colors in about the same proportion. Web safe color of #6F5E7B is #666666 (or #666).

RGB color model

#6F5E7B color RGB value is (111,94,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 123 of 255 = 48%

111
94
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 123 = 328 (100%)
R 111 of 328 ~ 33.84%
G 94 of 328 ~ 28.66%
B 123 of 328 ~ 37.5%

%33.84
%28.66
%37.5

CMYK color model

#6F5E7B color CMYK value is (10,24,0,52).

  • cyan value is 9.76%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,24,0,52)
C10M24Y0K52 
(10%,24%,0%,52%)
(0.10/0.24/0.00/0.52)	

CMYK percentages

%9.76
%23.58
%0
%51.76

Codes

Color #6F5E7B in popluar color models

6F5E7B
RGB11194123
HSL275°13.36%42.55%
HSB/HSV275°23.58%48.24%
CMYK9.76%23.58%0.00%
51.76%

Color #6F5E7B in popluar number systems.

HEX6F5E7B
Decimal11194123
Binary110111110111101111011
Octal157136173

Shades and tints

Shades of #6F5E7B

#6F5E7B
(111,94,123)
#655670
(101,86,112)
#5B4E65
(91,78,101)
#51465A
(81,70,90)
#473E4F
(71,62,79)
#3D3644
(61,54,68)
#332E39
(51,46,57)
#29262E
(41,38,46)
#1F1E23
(31,30,35)
#151618
(21,22,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F5E7B

#6F5E7B
(111,94,123)
#7C6C87
(124,108,135)
#897A93
(137,122,147)
#96889F
(150,136,159)
#A396AB
(163,150,171)
#B0A4B7
(176,164,183)
#BDB2C3
(189,178,195)
#CAC0CF
(202,192,207)
#D7CEDB
(215,206,219)
#E4DCE7
(228,220,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5E7B; }

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

This text font color is #6F5E7B.


Background Color

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

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

This div background color is #6F5E7B.


Border color

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

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

This div border color is #6F5E7B.


Opacity

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

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

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

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

This text has shadow with #6F5E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5E7B on black background.


Color preview on white background

This text has color #6F5E7B on white background.



Black color preview on #6F5E7B background

This text has black color on #6F5E7B background.


White color preview on #6F5E7B background

This text has white color on #6F5E7B background.