COLOR #6B3F5D

HEX: #6B3F5D
RGB: (107,63,93)

Color info

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

RGB color model

#6B3F5D color RGB value is (107,63,93).

  • red value is 107;
  • green value is 63;
  • blue value is 93.
RGB:
(107,63,93)
(42%,25%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 63 of 255 = 25%
B 93 of 255 = 36%

107
63
93

R + G + B ~ 34%. #6B3F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 63 + 93 = 263 (100%)
R 107 of 263 ~ 40.68%
G 63 of 263 ~ 23.95%
B 93 of 263 ~ 35.36%

%40.68
%23.95
%35.36

CMYK color model

#6B3F5D color CMYK value is (0,41,13,58).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 13.08%
  • key color value is 58.04%
CMYK:
(0,41,13,58)
C0M41Y13K58 
(0%,41%,13%,58%)
(0.00/0.41/0.13/0.58)	

CMYK percentages

%0
%41.12
%13.08
%58.04

Codes

Color #6B3F5D in popluar color models

6B3F5D
RGB1076393
HSL319°25.88%33.33%
HSB/HSV319°41.12%41.96%
CMYK0.00%41.12%13.08%
58.04%

Color #6B3F5D in popluar number systems.

HEX6B3F5D
Decimal1076393
Binary11010111111111011101
Octal15377135

Shades and tints

Shades of #6B3F5D

#6B3F5D
(107,63,93)
#623A55
(98,58,85)
#59354D
(89,53,77)
#503045
(80,48,69)
#472B3D
(71,43,61)
#3E2635
(62,38,53)
#35212D
(53,33,45)
#2C1C25
(44,28,37)
#23171D
(35,23,29)
#1A1215
(26,18,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B3F5D

#6B3F5D
(107,63,93)
#78506B
(120,80,107)
#856179
(133,97,121)
#927287
(146,114,135)
#9F8395
(159,131,149)
#AC94A3
(172,148,163)
#B9A5B1
(185,165,177)
#C6B6BF
(198,182,191)
#D3C7CD
(211,199,205)
#E0D8DB
(224,216,219)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3F5D color. Also use rgb(107,63,93) instead hex code.

Text Font Color

.myTextColor { color: #6B3F5D; }

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

This text font color is #6B3F5D.


Background Color

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

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

This div background color is #6B3F5D.


Border color

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

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

This div border color is #6B3F5D.


Opacity

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

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

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

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

This text has shadow with #6B3F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3F5D on black background.


Color preview on white background

This text has color #6B3F5D on white background.



Black color preview on #6B3F5D background

This text has black color on #6B3F5D background.


White color preview on #6B3F5D background

This text has white color on #6B3F5D background.