COLOR #6B3A6F

HEX: #6B3A6F RGB: (107,58,111)

Color info

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

RGB color model

#6B3A6F color RGB value is (107,58,111).

RGB: (107,58,111) (42%, 23%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 58 of 255 = 23%
B 111 of 255 = 44%

107
58
111

R + G + B ~ 36%. #6B3A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 58 + 111 = 276 (100%)
R 107 of 276 ~ 38.77%
G 58 of 276 ~ 21.01%
B 111 of 276 ~ 40.22'%

%38.77
%21.01
%40.22

CMYK color model

#6B3A6F color CMYK value is (4,48,0,56).

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

CMYK: (4,48,0,56)
C4M48Y0K56 (4%, 48%, 0%, 56%)
(0.04 / 0.48 / 0.00 / 0.56)

CMYK percentages

%3.6
%47.75
%0
%56.47

Codes

Color #6B3A6F in popluar color models

6B 3A 6F
RGB 107 58 111
HSL 295° 31.36% 33.14%
HSB/HSV 295° 47.75% 43.53%
CMYK 3.60% 47.75% 0.00%
56.47%

Color #6B3A6F in popluar number systems.

HEX 6B 3A 6F
Decimal 107 58 111
Binary 1101011 111010 1101111
Octal 153 72 157

Shades and tints

Shades of #6B3A6F

#6B3A6F
(107,58,111)
#623565
(98,53,101)
#59305B
(89,48,91)
#502B51
(80,43,81)
#472647
(71,38,71)
#3E213D
(62,33,61)
#351C33
(53,28,51)
#2C1729
(44,23,41)
#23121F
(35,18,31)
#1A0D15
(26,13,21)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #6B3A6F

#6B3A6F
(107,58,111)
#784B7C
(120,75,124)
#855C89
(133,92,137)
#926D96
(146,109,150)
#9F7EA3
(159,126,163)
#AC8FB0
(172,143,176)
#B9A0BD
(185,160,189)
#C6B1CA
(198,177,202)
#D3C2D7
(211,194,215)
#E0D3E4
(224,211,228)
#EDE4F1
(237,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3A6F; }

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

This text font color is #6B3A6F.

Background Color

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

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

This div background color is #6B3A6F.

Border color

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

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

This div border color is #6B3A6F.

Opacity

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

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

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

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

This text has shadow with #6B3A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3A6F.

Preview

Color preview on black background

This text has color #6B3A6F on black background.


Color preview on white background

This text has color #6B3A6F on white background.


Black color preview on #6B3A6F background

This text has black color on #6B3A6F background.


White color preview on #6B3A6F background

This text has white color on #6B3A6F background.


Related colors

Complementary color

Complementary color for #hex is #94C590.


I love getcolorcode.com

Triadic colors

1 #6F6B3A and #3A6F6B with #6B3A6F are triadic colors.

2 #6F3A6B and #3A6B6F with #6B3A6F are triadic colors.