COLOR #6F495B

HEX: #6F495B RGB: (111,73,91)

Color info

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

RGB color model

#6F495B color RGB value is (111,73,91).

RGB: (111,73,91) (44%, 29%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 91 of 255 = 36%

111
73
91

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

Portions of RGB colors in percentages

R + G + B = 111 + 73 + 91 = 275 (100%)
R 111 of 275 ~ 40.36%
G 73 of 275 ~ 26.55%
B 91 of 275 ~ 33.09'%

%40.36
%26.55
%33.09

CMYK color model

#6F495B color CMYK value is (0,34,18,56).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 18.02%
  • key color value is 56.47%

CMYK: (0,34,18,56)
C0M34Y18K56 (0%, 34%, 18%, 56%)
(0.00 / 0.34 / 0.18 / 0.56)

CMYK percentages

%0
%34.23
%18.02
%56.47

Codes

Color #6F495B in popluar color models

6F 49 5B
RGB 111 73 91
HSL 332° 20.65% 36.08%
HSB/HSV 332° 34.23% 43.53%
CMYK 0.00% 34.23% 18.02%
56.47%

Color #6F495B in popluar number systems.

HEX 6F 49 5B
Decimal 111 73 91
Binary 1101111 1001001 1011011
Octal 157 111 133

Shades and tints

Shades of #6F495B

#6F495B
(111,73,91)
#654353
(101,67,83)
#5B3D4B
(91,61,75)
#513743
(81,55,67)
#47313B
(71,49,59)
#3D2B33
(61,43,51)
#33252B
(51,37,43)
#291F23
(41,31,35)
#1F191B
(31,25,27)
#151313
(21,19,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F495B

#6F495B
(111,73,91)
#7C5969
(124,89,105)
#896977
(137,105,119)
#967985
(150,121,133)
#A38993
(163,137,147)
#B099A1
(176,153,161)
#BDA9AF
(189,169,175)
#CAB9BD
(202,185,189)
#D7C9CB
(215,201,203)
#E4D9D9
(228,217,217)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F495B; }

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

This text font color is #6F495B.

Background Color

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

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

This div background color is #6F495B.

Border color

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

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

This div border color is #6F495B.

Opacity

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

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

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

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

This text has shadow with #6F495B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F495B.

Preview

Color preview on black background

This text has color #6F495B on black background.


Color preview on white background

This text has color #6F495B on white background.


Black color preview on #6F495B background

This text has black color on #6F495B background.


White color preview on #6F495B background

This text has white color on #6F495B background.


Related colors

Complementary color

Complementary color for #hex is #90B6A4.


I love getcolorcode.com

Triadic colors

1 #5B6F49 and #495B6F with #6F495B are triadic colors.

2 #5B496F and #496F5B with #6F495B are triadic colors.