COLOR #6F5177

HEX: #6F5177
RGB: (111,81,119)

Color info

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

RGB color model

#6F5177 color RGB value is (111,81,119).

  • red value is 111;
  • green value is 81;
  • blue value is 119.
RGB:
(111,81,119)
(44%,32%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 119 of 255 = 47%

111
81
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 119 = 311 (100%)
R 111 of 311 ~ 35.69%
G 81 of 311 ~ 26.05%
B 119 of 311 ~ 38.26%

%35.69
%26.05
%38.26

CMYK color model

#6F5177 color CMYK value is (7,32,0,53).

  • cyan value is 6.72%
  • magenta value is 31.93%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(7,32,0,53)
C7M32Y0K53 
(7%,32%,0%,53%)
(0.07/0.32/0.00/0.53)	

CMYK percentages

%6.72
%31.93
%0
%53.33

Codes

Color #6F5177 in popluar color models

6F5177
RGB11181119
HSL287°19.00%39.22%
HSB/HSV287°31.93%46.67%
CMYK6.72%31.93%0.00%
53.33%

Color #6F5177 in popluar number systems.

HEX6F5177
Decimal11181119
Binary110111110100011110111
Octal157121167

Shades and tints

Shades of #6F5177

#6F5177
(111,81,119)
#654A6D
(101,74,109)
#5B4363
(91,67,99)
#513C59
(81,60,89)
#47354F
(71,53,79)
#3D2E45
(61,46,69)
#33273B
(51,39,59)
#292031
(41,32,49)
#1F1927
(31,25,39)
#15121D
(21,18,29)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #6F5177

#6F5177
(111,81,119)
#7C6083
(124,96,131)
#896F8F
(137,111,143)
#967E9B
(150,126,155)
#A38DA7
(163,141,167)
#B09CB3
(176,156,179)
#BDABBF
(189,171,191)
#CABACB
(202,186,203)
#D7C9D7
(215,201,215)
#E4D8E3
(228,216,227)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5177 color. Also use rgb(111,81,119) instead hex code.

Text Font Color

.myTextColor { color: #6F5177; }

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

This text font color is #6F5177.


Background Color

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

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

This div background color is #6F5177.


Border color

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

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

This div border color is #6F5177.


Opacity

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

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

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

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

This text has shadow with #6F5177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5177 on black background.


Color preview on white background

This text has color #6F5177 on white background.



Black color preview on #6F5177 background

This text has black color on #6F5177 background.


White color preview on #6F5177 background

This text has white color on #6F5177 background.