COLOR #6B3F6F

HEX: #6B3F6F RGB: (107,63,111)

Color info

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

RGB color model

#6B3F6F color RGB value is (107,63,111).

RGB: (107,63,111) (42%, 25%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 63 of 255 = 25%
B 111 of 255 = 44%

107
63
111

R + G + B ~ 37%. #6B3F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 63 + 111 = 281 (100%)
R 107 of 281 ~ 38.08%
G 63 of 281 ~ 22.42%
B 111 of 281 ~ 39.5'%

%38.08
%22.42
%39.5

CMYK color model

#6B3F6F color CMYK value is (4,43,0,56).

  • cyan value is 3.60%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (4,43,0,56)
C4M43Y0K56 (4%, 43%, 0%, 56%)
(0.04 / 0.43 / 0.00 / 0.56)

CMYK percentages

%3.6
%43.24
%0
%56.47

Codes

Color #6B3F6F in popluar color models

6B 3F 6F
RGB 107 63 111
HSL 295° 27.59% 34.12%
HSB/HSV 295° 43.24% 43.53%
CMYK 3.60% 43.24% 0.00%
56.47%

Color #6B3F6F in popluar number systems.

HEX 6B 3F 6F
Decimal 107 63 111
Binary 1101011 111111 1101111
Octal 153 77 157

Shades and tints

Shades of #6B3F6F

#6B3F6F
(107,63,111)
#623A65
(98,58,101)
#59355B
(89,53,91)
#503051
(80,48,81)
#472B47
(71,43,71)
#3E263D
(62,38,61)
#352133
(53,33,51)
#2C1C29
(44,28,41)
#23171F
(35,23,31)
#1A1215
(26,18,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B3F6F

#6B3F6F
(107,63,111)
#78507C
(120,80,124)
#856189
(133,97,137)
#927296
(146,114,150)
#9F83A3
(159,131,163)
#AC94B0
(172,148,176)
#B9A5BD
(185,165,189)
#C6B6CA
(198,182,202)
#D3C7D7
(211,199,215)
#E0D8E4
(224,216,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3F6F; }

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

This text font color is #6B3F6F.

Background Color

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

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

This div background color is #6B3F6F.

Border color

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

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

This div border color is #6B3F6F.

Opacity

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

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

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

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

This text has shadow with #6B3F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3F6F.

Preview

Color preview on black background

This text has color #6B3F6F on black background.


Color preview on white background

This text has color #6B3F6F on white background.


Black color preview on #6B3F6F background

This text has black color on #6B3F6F background.


White color preview on #6B3F6F background

This text has white color on #6B3F6F background.


Related colors

Complementary color

Complementary color for #hex is #94C090.


I love getcolorcode.com

Triadic colors

1 #6F6B3F and #3F6F6B with #6B3F6F are triadic colors.

2 #6F3F6B and #3F6B6F with #6B3F6F are triadic colors.