COLOR #6F5170

HEX: #6F5170
RGB: (111,81,112)

Color info

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

RGB color model

#6F5170 color RGB value is (111,81,112).

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

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 112 of 255 = 44%

111
81
112

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 112 = 304 (100%)
R 111 of 304 ~ 36.51%
G 81 of 304 ~ 26.64%
B 112 of 304 ~ 36.84%

%36.51
%26.64
%36.84

CMYK color model

#6F5170 color CMYK value is (1,28,0,56).

  • cyan value is 0.89%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(1,28,0,56)
C1M28Y0K56 
(1%,28%,0%,56%)
(0.01/0.28/0.00/0.56)	

CMYK percentages

%0.89
%27.68
%0
%56.08

Codes

Color #6F5170 in popluar color models

6F5170
RGB11181112
HSL298°16.06%37.84%
HSB/HSV298°27.68%43.92%
CMYK0.89%27.68%0.00%
56.08%

Color #6F5170 in popluar number systems.

HEX6F5170
Decimal11181112
Binary110111110100011110000
Octal157121160

Shades and tints

Shades of #6F5170

#6F5170
(111,81,112)
#654A66
(101,74,102)
#5B435C
(91,67,92)
#513C52
(81,60,82)
#473548
(71,53,72)
#3D2E3E
(61,46,62)
#332734
(51,39,52)
#29202A
(41,32,42)
#1F1920
(31,25,32)
#151216
(21,18,22)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #6F5170

#6F5170
(111,81,112)
#7C607D
(124,96,125)
#896F8A
(137,111,138)
#967E97
(150,126,151)
#A38DA4
(163,141,164)
#B09CB1
(176,156,177)
#BDABBE
(189,171,190)
#CABACB
(202,186,203)
#D7C9D8
(215,201,216)
#E4D8E5
(228,216,229)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5170; }

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

This text font color is #6F5170.


Background Color

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

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

This div background color is #6F5170.


Border color

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

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

This div border color is #6F5170.


Opacity

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

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

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

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

This text has shadow with #6F5170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5170 on black background.


Color preview on white background

This text has color #6F5170 on white background.



Black color preview on #6F5170 background

This text has black color on #6F5170 background.


White color preview on #6F5170 background

This text has white color on #6F5170 background.