COLOR #6F2136

HEX: #6F2136 RGB: (111,33,54)

Color info

#6F2136 contains mainly red and blue colors. Web safe color of #6F2136 is #663333 (or #633).

RGB color model

#6F2136 color RGB value is (111,33,54).

RGB: (111,33,54) (44%, 13%, 21%)

RGB channels and saturation

R 111 of 255 = 44%
G 33 of 255 = 13%
B 54 of 255 = 21%

111
33
54

R + G + B ~ 26%. #6F2136 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 33 + 54 = 198 (100%)
R 111 of 198 ~ 56.06%
G 33 of 198 ~ 16.67%
B 54 of 198 ~ 27.27'%

%56.06
%16.67
%27.27

CMYK color model

#6F2136 color CMYK value is (0,70,51,56).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 51.35%
  • key color value is 56.47%
CMYK: (0,70,51,56) C0M70Y51K56 (0%,70%,51%,56%) (0.00/0.70/0.51/0.56) 

CMYK percentages

%0
%70.27
%51.35
%56.47

Codes

Color #6F2136 in popluar color models

6F 21 36
RGB 111 33 54
HSL 344° 54.17% 28.24%
HSB/HSV 344° 70.27% 43.53%
CMYK 0.00% 70.27% 51.35%
56.47%

Color #6F2136 in popluar number systems.

HEX 6F 21 36
Decimal 111 33 54
Binary 1101111 100001 110110
Octal 157 41 66

Shades and tints

Shades of #6F2136

#6F2136
(111,33,54)
#651E32
(101,30,50)
#5B1B2E
(91,27,46)
#51182A
(81,24,42)
#471526
(71,21,38)
#3D1222
(61,18,34)
#330F1E
(51,15,30)
#290C1A
(41,12,26)
#1F0916
(31,9,22)
#150612
(21,6,18)
#0B030E
(11,3,14)
#000000
(0,0,0)

Tints of #6F2136

#6F2136
(111,33,54)
#7C3548
(124,53,72)
#89495A
(137,73,90)
#965D6C
(150,93,108)
#A3717E
(163,113,126)
#B08590
(176,133,144)
#BD99A2
(189,153,162)
#CAADB4
(202,173,180)
#D7C1C6
(215,193,198)
#E4D5D8
(228,213,216)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2136 color. Also use rgb(111,33,54) instead hex code.

Text Font Color

.myTextColor { color: #6F2136; }

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

This text font color is #6F2136.

Background Color

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

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

This div background color is #6F2136.

Border color

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

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

This div border color is #6F2136.

Opacity

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

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

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

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

This text has shadow with #6F2136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F2136.

Preview

Color preview on black background

This text has color #6F2136 on black background.


Color preview on white background

This text has color #6F2136 on white background.


Black color preview on #6F2136 background

This text has black color on #6F2136 background.


White color preview on #6F2136 background

This text has white color on #6F2136 background.


Related colors

Complementary color

Complementary color for #hex is #90DEC9.


I love getcolorcode.com

Triadic colors

1 #366F21 and #21366F with #6F2136 are triadic colors.

2 #36216F and #216F36 with #6F2136 are triadic colors.