COLOR #6B2B4F

HEX: #6B2B4F RGB: (107,43,79)

Color info

#6B2B4F contains mainly red and blue colors. Web safe color of #6B2B4F is #663366 (or #636).

RGB color model

#6B2B4F color RGB value is (107,43,79).

RGB: (107,43,79) (42%, 17%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 43 of 255 = 17%
B 79 of 255 = 31%

107
43
79

R + G + B ~ 30%. #6B2B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 43 + 79 = 229 (100%)
R 107 of 229 ~ 46.72%
G 43 of 229 ~ 18.78%
B 79 of 229 ~ 34.5'%

%46.72
%18.78
%34.5

CMYK color model

#6B2B4F color CMYK value is (0,60,26,58).

  • cyan value is 0.00%
  • magenta value is 59.81%
  • yellow value is 26.17%
  • key color value is 58.04%

CMYK: (0,60,26,58)
C0M60Y26K58 (0%, 60%, 26%, 58%)
(0.00 / 0.60 / 0.26 / 0.58)

CMYK percentages

%0
%59.81
%26.17
%58.04

Codes

Color #6B2B4F in popluar color models

6B 2B 4F
RGB 107 43 79
HSL 326° 42.67% 29.41%
HSB/HSV 326° 59.81% 41.96%
CMYK 0.00% 59.81% 26.17%
58.04%

Color #6B2B4F in popluar number systems.

HEX 6B 2B 4F
Decimal 107 43 79
Binary 1101011 101011 1001111
Octal 153 53 117

Shades and tints

Shades of #6B2B4F

#6B2B4F
(107,43,79)
#622848
(98,40,72)
#592541
(89,37,65)
#50223A
(80,34,58)
#471F33
(71,31,51)
#3E1C2C
(62,28,44)
#351925
(53,25,37)
#2C161E
(44,22,30)
#231317
(35,19,23)
#1A1010
(26,16,16)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B2B4F

#6B2B4F
(107,43,79)
#783E5F
(120,62,95)
#85516F
(133,81,111)
#92647F
(146,100,127)
#9F778F
(159,119,143)
#AC8A9F
(172,138,159)
#B99DAF
(185,157,175)
#C6B0BF
(198,176,191)
#D3C3CF
(211,195,207)
#E0D6DF
(224,214,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2B4F color. Also use rgb(107,43,79) instead hex code.

Text Font Color

.myTextColor { color: #6B2B4F; }

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

This text font color is #6B2B4F.

Background Color

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

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

This div background color is #6B2B4F.

Border color

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

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

This div border color is #6B2B4F.

Opacity

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

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

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

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

This text has shadow with #6B2B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2B4F.

Preview

Color preview on black background

This text has color #6B2B4F on black background.


Color preview on white background

This text has color #6B2B4F on white background.


Black color preview on #6B2B4F background

This text has black color on #6B2B4F background.


White color preview on #6B2B4F background

This text has white color on #6B2B4F background.


Related colors

Complementary color

Complementary color for #hex is #94D4B0.


I love getcolorcode.com

Triadic colors

1 #4F6B2B and #2B4F6B with #6B2B4F are triadic colors.

2 #4F2B6B and #2B6B4F with #6B2B4F are triadic colors.