COLOR #6B3955

HEX: #6B3955 RGB: (107,57,85)

Color info

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

RGB color model

#6B3955 color RGB value is (107,57,85).

RGB: (107,57,85) (42%, 22%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 57 of 255 = 22%
B 85 of 255 = 33%

107
57
85

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

Portions of RGB colors in percentages

R + G + B = 107 + 57 + 85 = 249 (100%)
R 107 of 249 ~ 42.97%
G 57 of 249 ~ 22.89%
B 85 of 249 ~ 34.14'%

%42.97
%22.89
%34.14

CMYK color model

#6B3955 color CMYK value is (0,47,21,58).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 20.56%
  • key color value is 58.04%

CMYK: (0,47,21,58)
C0M47Y21K58 (0%, 47%, 21%, 58%)
(0.00 / 0.47 / 0.21 / 0.58)

CMYK percentages

%0
%46.73
%20.56
%58.04

Codes

Color #6B3955 in popluar color models

6B 39 55
RGB 107 57 85
HSL 326° 30.49% 32.16%
HSB/HSV 326° 46.73% 41.96%
CMYK 0.00% 46.73% 20.56%
58.04%

Color #6B3955 in popluar number systems.

HEX 6B 39 55
Decimal 107 57 85
Binary 1101011 111001 1010101
Octal 153 71 125

Shades and tints

Shades of #6B3955

#6B3955
(107,57,85)
#62344E
(98,52,78)
#592F47
(89,47,71)
#502A40
(80,42,64)
#472539
(71,37,57)
#3E2032
(62,32,50)
#351B2B
(53,27,43)
#2C1624
(44,22,36)
#23111D
(35,17,29)
#1A0C16
(26,12,22)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #6B3955

#6B3955
(107,57,85)
#784B64
(120,75,100)
#855D73
(133,93,115)
#926F82
(146,111,130)
#9F8191
(159,129,145)
#AC93A0
(172,147,160)
#B9A5AF
(185,165,175)
#C6B7BE
(198,183,190)
#D3C9CD
(211,201,205)
#E0DBDC
(224,219,220)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3955 color. Also use rgb(107,57,85) instead hex code.

Text Font Color

.myTextColor { color: #6B3955; }

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

This text font color is #6B3955.

Background Color

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

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

This div background color is #6B3955.

Border color

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

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

This div border color is #6B3955.

Opacity

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

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

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

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

This text has shadow with #6B3955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3955.

Preview

Color preview on black background

This text has color #6B3955 on black background.


Color preview on white background

This text has color #6B3955 on white background.


Black color preview on #6B3955 background

This text has black color on #6B3955 background.


White color preview on #6B3955 background

This text has white color on #6B3955 background.


Related colors

Complementary color

Complementary color for #hex is #94C6AA.


I love getcolorcode.com

Triadic colors

1 #556B39 and #39556B with #6B3955 are triadic colors.

2 #55396B and #396B55 with #6B3955 are triadic colors.