COLOR #6F3551

HEX: #6F3551 RGB: (111,53,81)

Color info

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

RGB color model

#6F3551 color RGB value is (111,53,81).

RGB: (111,53,81) (44%, 21%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 53 of 255 = 21%
B 81 of 255 = 32%

111
53
81

R + G + B ~ 32%. #6F3551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 53 + 81 = 245 (100%)
R 111 of 245 ~ 45.31%
G 53 of 245 ~ 21.63%
B 81 of 245 ~ 33.06'%

%45.31
%21.63
%33.06

CMYK color model

#6F3551 color CMYK value is (0,52,27,56).

  • cyan value is 0.00%
  • magenta value is 52.25%
  • yellow value is 27.03%
  • key color value is 56.47%

CMYK: (0,52,27,56)
C0M52Y27K56 (0%, 52%, 27%, 56%)
(0.00 / 0.52 / 0.27 / 0.56)

CMYK percentages

%0
%52.25
%27.03
%56.47

Codes

Color #6F3551 in popluar color models

6F 35 51
RGB 111 53 81
HSL 331° 35.37% 32.16%
HSB/HSV 331° 52.25% 43.53%
CMYK 0.00% 52.25% 27.03%
56.47%

Color #6F3551 in popluar number systems.

HEX 6F 35 51
Decimal 111 53 81
Binary 1101111 110101 1010001
Octal 157 65 121

Shades and tints

Shades of #6F3551

#6F3551
(111,53,81)
#65314A
(101,49,74)
#5B2D43
(91,45,67)
#51293C
(81,41,60)
#472535
(71,37,53)
#3D212E
(61,33,46)
#331D27
(51,29,39)
#291920
(41,25,32)
#1F1519
(31,21,25)
#151112
(21,17,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F3551

#6F3551
(111,53,81)
#7C4760
(124,71,96)
#89596F
(137,89,111)
#966B7E
(150,107,126)
#A37D8D
(163,125,141)
#B08F9C
(176,143,156)
#BDA1AB
(189,161,171)
#CAB3BA
(202,179,186)
#D7C5C9
(215,197,201)
#E4D7D8
(228,215,216)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3551; }

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

This text font color is #6F3551.

Background Color

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

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

This div background color is #6F3551.

Border color

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

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

This div border color is #6F3551.

Opacity

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

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

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

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

This text has shadow with #6F3551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3551.

Preview

Color preview on black background

This text has color #6F3551 on black background.


Color preview on white background

This text has color #6F3551 on white background.


Black color preview on #6F3551 background

This text has black color on #6F3551 background.


White color preview on #6F3551 background

This text has white color on #6F3551 background.


Related colors

Complementary color

Complementary color for #hex is #90CAAE.


I love getcolorcode.com

Triadic colors

1 #516F35 and #35516F with #6F3551 are triadic colors.

2 #51356F and #356F51 with #6F3551 are triadic colors.