COLOR #6F5975

HEX: #6F5975
RGB: (111,89,117)

Color info

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

RGB color model

#6F5975 color RGB value is (111,89,117).

  • red value is 111;
  • green value is 89;
  • blue value is 117.
RGB:
(111,89,117)
(44%,35%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 117 of 255 = 46%

111
89
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 117 = 317 (100%)
R 111 of 317 ~ 35.02%
G 89 of 317 ~ 28.08%
B 117 of 317 ~ 36.91%

%35.02
%28.08
%36.91

CMYK color model

#6F5975 color CMYK value is (5,24,0,54).

  • cyan value is 5.13%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,24,0,54)
C5M24Y0K54 
(5%,24%,0%,54%)
(0.05/0.24/0.00/0.54)	

CMYK percentages

%5.13
%23.93
%0
%54.12

Codes

Color #6F5975 in popluar color models

6F5975
RGB11189117
HSL287°13.59%40.39%
HSB/HSV287°23.93%45.88%
CMYK5.13%23.93%0.00%
54.12%

Color #6F5975 in popluar number systems.

HEX6F5975
Decimal11189117
Binary110111110110011110101
Octal157131165

Shades and tints

Shades of #6F5975

#6F5975
(111,89,117)
#65516B
(101,81,107)
#5B4961
(91,73,97)
#514157
(81,65,87)
#47394D
(71,57,77)
#3D3143
(61,49,67)
#332939
(51,41,57)
#29212F
(41,33,47)
#1F1925
(31,25,37)
#15111B
(21,17,27)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #6F5975

#6F5975
(111,89,117)
#7C6881
(124,104,129)
#89778D
(137,119,141)
#968699
(150,134,153)
#A395A5
(163,149,165)
#B0A4B1
(176,164,177)
#BDB3BD
(189,179,189)
#CAC2C9
(202,194,201)
#D7D1D5
(215,209,213)
#E4E0E1
(228,224,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5975 color. Also use rgb(111,89,117) instead hex code.

Text Font Color

.myTextColor { color: #6F5975; }

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

This text font color is #6F5975.


Background Color

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

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

This div background color is #6F5975.


Border color

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

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

This div border color is #6F5975.


Opacity

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

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

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

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

This text has shadow with #6F5975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5975 on black background.


Color preview on white background

This text has color #6F5975 on white background.



Black color preview on #6F5975 background

This text has black color on #6F5975 background.


White color preview on #6F5975 background

This text has white color on #6F5975 background.