COLOR #6F485B

HEX: #6F485B
RGB: (111,72,91)

Color info

#6F485B contains red, green and blue colors in about the same proportion. Web safe color of #6F485B is #663366 (or #636).

RGB color model

#6F485B color RGB value is (111,72,91).

  • red value is 111;
  • green value is 72;
  • blue value is 91.
RGB:
(111,72,91)
(44%,28%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 91 of 255 = 36%

111
72
91

R + G + B ~ 36%. #6F485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 91 = 274 (100%)
R 111 of 274 ~ 40.51%
G 72 of 274 ~ 26.28%
B 91 of 274 ~ 33.21%

%40.51
%26.28
%33.21

CMYK color model

#6F485B color CMYK value is (0,35,18,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(0,35,18,56)
C0M35Y18K56 
(0%,35%,18%,56%)
(0.00/0.35/0.18/0.56)	

CMYK percentages

%0
%35.14
%18.02
%56.47

Codes

Color #6F485B in popluar color models

6F485B
RGB1117291
HSL331°21.31%35.88%
HSB/HSV331°35.14%43.53%
CMYK0.00%35.14%18.02%
56.47%

Color #6F485B in popluar number systems.

HEX6F485B
Decimal1117291
Binary110111110010001011011
Octal157110133

Shades and tints

Shades of #6F485B

#6F485B
(111,72,91)
#654253
(101,66,83)
#5B3C4B
(91,60,75)
#513643
(81,54,67)
#47303B
(71,48,59)
#3D2A33
(61,42,51)
#33242B
(51,36,43)
#291E23
(41,30,35)
#1F181B
(31,24,27)
#151213
(21,18,19)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F485B

#6F485B
(111,72,91)
#7C5869
(124,88,105)
#896877
(137,104,119)
#967885
(150,120,133)
#A38893
(163,136,147)
#B098A1
(176,152,161)
#BDA8AF
(189,168,175)
#CAB8BD
(202,184,189)
#D7C8CB
(215,200,203)
#E4D8D9
(228,216,217)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F485B color. Also use rgb(111,72,91) instead hex code.

Text Font Color

.myTextColor { color: #6F485B; }

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

This text font color is #6F485B.


Background Color

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

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

This div background color is #6F485B.


Border color

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

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

This div border color is #6F485B.


Opacity

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

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

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

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

This text has shadow with #6F485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F485B on black background.


Color preview on white background

This text has color #6F485B on white background.



Black color preview on #6F485B background

This text has black color on #6F485B background.


White color preview on #6F485B background

This text has white color on #6F485B background.