COLOR #6F5F7D

HEX: #6F5F7D
RGB: (111,95,125)

Color info

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

RGB color model

#6F5F7D color RGB value is (111,95,125).

  • red value is 111;
  • green value is 95;
  • blue value is 125.
RGB:
(111,95,125)
(44%,37%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 125 of 255 = 49%

111
95
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 125 = 331 (100%)
R 111 of 331 ~ 33.53%
G 95 of 331 ~ 28.7%
B 125 of 331 ~ 37.76%

%33.53
%28.7
%37.76

CMYK color model

#6F5F7D color CMYK value is (11,24,0,51).

  • cyan value is 11.20%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,24,0,51)
C11M24Y0K51 
(11%,24%,0%,51%)
(0.11/0.24/0.00/0.51)	

CMYK percentages

%11.2
%24
%0
%50.98

Codes

Color #6F5F7D in popluar color models

6F5F7D
RGB11195125
HSL272°13.64%43.14%
HSB/HSV272°24.00%49.02%
CMYK11.20%24.00%0.00%
50.98%

Color #6F5F7D in popluar number systems.

HEX6F5F7D
Decimal11195125
Binary110111110111111111101
Octal157137175

Shades and tints

Shades of #6F5F7D

#6F5F7D
(111,95,125)
#655772
(101,87,114)
#5B4F67
(91,79,103)
#51475C
(81,71,92)
#473F51
(71,63,81)
#3D3746
(61,55,70)
#332F3B
(51,47,59)
#292730
(41,39,48)
#1F1F25
(31,31,37)
#15171A
(21,23,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F5F7D

#6F5F7D
(111,95,125)
#7C6D88
(124,109,136)
#897B93
(137,123,147)
#96899E
(150,137,158)
#A397A9
(163,151,169)
#B0A5B4
(176,165,180)
#BDB3BF
(189,179,191)
#CAC1CA
(202,193,202)
#D7CFD5
(215,207,213)
#E4DDE0
(228,221,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F7D color. Also use rgb(111,95,125) instead hex code.

Text Font Color

.myTextColor { color: #6F5F7D; }

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

This text font color is #6F5F7D.


Background Color

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

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

This div background color is #6F5F7D.


Border color

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

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

This div border color is #6F5F7D.


Opacity

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

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

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

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

This text has shadow with #6F5F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F7D on black background.


Color preview on white background

This text has color #6F5F7D on white background.



Black color preview on #6F5F7D background

This text has black color on #6F5F7D background.


White color preview on #6F5F7D background

This text has white color on #6F5F7D background.