COLOR #6F5C7B

HEX: #6F5C7B
RGB: (111,92,123)

Color info

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

RGB color model

#6F5C7B color RGB value is (111,92,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 123 of 255 = 48%

111
92
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 123 = 326 (100%)
R 111 of 326 ~ 34.05%
G 92 of 326 ~ 28.22%
B 123 of 326 ~ 37.73%

%34.05
%28.22
%37.73

CMYK color model

#6F5C7B color CMYK value is (10,25,0,52).

  • cyan value is 9.76%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,25,0,52)
C10M25Y0K52 
(10%,25%,0%,52%)
(0.10/0.25/0.00/0.52)	

CMYK percentages

%9.76
%25.2
%0
%51.76

Codes

Color #6F5C7B in popluar color models

6F5C7B
RGB11192123
HSL277°14.42%42.16%
HSB/HSV277°25.20%48.24%
CMYK9.76%25.20%0.00%
51.76%

Color #6F5C7B in popluar number systems.

HEX6F5C7B
Decimal11192123
Binary110111110111001111011
Octal157134173

Shades and tints

Shades of #6F5C7B

#6F5C7B
(111,92,123)
#655470
(101,84,112)
#5B4C65
(91,76,101)
#51445A
(81,68,90)
#473C4F
(71,60,79)
#3D3444
(61,52,68)
#332C39
(51,44,57)
#29242E
(41,36,46)
#1F1C23
(31,28,35)
#151418
(21,20,24)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F5C7B

#6F5C7B
(111,92,123)
#7C6A87
(124,106,135)
#897893
(137,120,147)
#96869F
(150,134,159)
#A394AB
(163,148,171)
#B0A2B7
(176,162,183)
#BDB0C3
(189,176,195)
#CABECF
(202,190,207)
#D7CCDB
(215,204,219)
#E4DAE7
(228,218,231)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C7B; }

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

This text font color is #6F5C7B.


Background Color

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

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

This div background color is #6F5C7B.


Border color

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

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

This div border color is #6F5C7B.


Opacity

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

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

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

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

This text has shadow with #6F5C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C7B on black background.


Color preview on white background

This text has color #6F5C7B on white background.



Black color preview on #6F5C7B background

This text has black color on #6F5C7B background.


White color preview on #6F5C7B background

This text has white color on #6F5C7B background.