COLOR #6F476B

HEX: #6F476B RGB: (111,71,107)

Color info

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

RGB color model

#6F476B color RGB value is (111,71,107).

RGB: (111,71,107) (44%, 28%, 42%)

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 107 of 255 = 42%

111
71
107

R + G + B ~ 38%. #6F476B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 71 + 107 = 289 (100%)
R 111 of 289 ~ 38.41%
G 71 of 289 ~ 24.57%
B 107 of 289 ~ 37.02'%

%38.41
%24.57
%37.02

CMYK color model

#6F476B color CMYK value is (0,36,4,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (0,36,4,56)
C0M36Y4K56 (0%, 36%, 4%, 56%)
(0.00 / 0.36 / 0.04 / 0.56)

CMYK percentages

%0
%36.04
%3.6
%56.47

Codes

Color #6F476B in popluar color models

6F 47 6B
RGB 111 71 107
HSL 306° 21.98% 35.69%
HSB/HSV 306° 36.04% 43.53%
CMYK 0.00% 36.04% 3.60%
56.47%

Color #6F476B in popluar number systems.

HEX 6F 47 6B
Decimal 111 71 107
Binary 1101111 1000111 1101011
Octal 157 107 153

Shades and tints

Shades of #6F476B

#6F476B
(111,71,107)
#654162
(101,65,98)
#5B3B59
(91,59,89)
#513550
(81,53,80)
#472F47
(71,47,71)
#3D293E
(61,41,62)
#332335
(51,35,53)
#291D2C
(41,29,44)
#1F1723
(31,23,35)
#15111A
(21,17,26)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #6F476B

#6F476B
(111,71,107)
#7C5778
(124,87,120)
#896785
(137,103,133)
#967792
(150,119,146)
#A3879F
(163,135,159)
#B097AC
(176,151,172)
#BDA7B9
(189,167,185)
#CAB7C6
(202,183,198)
#D7C7D3
(215,199,211)
#E4D7E0
(228,215,224)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F476B color. Also use rgb(111,71,107) instead hex code.

Text Font Color

.myTextColor { color: #6F476B; }

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

This text font color is #6F476B.

Background Color

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

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

This div background color is #6F476B.

Border color

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

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

This div border color is #6F476B.

Opacity

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

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

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

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

This text has shadow with #6F476B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F476B.

Preview

Color preview on black background

This text has color #6F476B on black background.


Color preview on white background

This text has color #6F476B on white background.


Black color preview on #6F476B background

This text has black color on #6F476B background.


White color preview on #6F476B background

This text has white color on #6F476B background.


Related colors

Complementary color

Complementary color for #hex is #90B894.


I love getcolorcode.com

Triadic colors

1 #6B6F47 and #476B6F with #6F476B are triadic colors.

2 #6B476F and #476F6B with #6F476B are triadic colors.