COLOR #6F5175

HEX: #6F5175
RGB: (111,81,117)

Color info

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

RGB color model

#6F5175 color RGB value is (111,81,117).

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

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 117 of 255 = 46%

111
81
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 117 = 309 (100%)
R 111 of 309 ~ 35.92%
G 81 of 309 ~ 26.21%
B 117 of 309 ~ 37.86%

%35.92
%26.21
%37.86

CMYK color model

#6F5175 color CMYK value is (5,31,0,54).

  • cyan value is 5.13%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,31,0,54)
C5M31Y0K54 
(5%,31%,0%,54%)
(0.05/0.31/0.00/0.54)	

CMYK percentages

%5.13
%30.77
%0
%54.12

Codes

Color #6F5175 in popluar color models

6F5175
RGB11181117
HSL290°18.18%38.82%
HSB/HSV290°30.77%45.88%
CMYK5.13%30.77%0.00%
54.12%

Color #6F5175 in popluar number systems.

HEX6F5175
Decimal11181117
Binary110111110100011110101
Octal157121165

Shades and tints

Shades of #6F5175

#6F5175
(111,81,117)
#654A6B
(101,74,107)
#5B4361
(91,67,97)
#513C57
(81,60,87)
#47354D
(71,53,77)
#3D2E43
(61,46,67)
#332739
(51,39,57)
#29202F
(41,32,47)
#1F1925
(31,25,37)
#15121B
(21,18,27)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F5175

#6F5175
(111,81,117)
#7C6081
(124,96,129)
#896F8D
(137,111,141)
#967E99
(150,126,153)
#A38DA5
(163,141,165)
#B09CB1
(176,156,177)
#BDABBD
(189,171,189)
#CABAC9
(202,186,201)
#D7C9D5
(215,201,213)
#E4D8E1
(228,216,225)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5175; }

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

This text font color is #6F5175.


Background Color

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

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

This div background color is #6F5175.


Border color

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

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

This div border color is #6F5175.


Opacity

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

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

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

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

This text has shadow with #6F5175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5175 on black background.


Color preview on white background

This text has color #6F5175 on white background.



Black color preview on #6F5175 background

This text has black color on #6F5175 background.


White color preview on #6F5175 background

This text has white color on #6F5175 background.