COLOR #6B3C6D

HEX: #6B3C6D RGB: (107,60,109)

Color info

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

RGB color model

#6B3C6D color RGB value is (107,60,109).

RGB: (107,60,109) (42%, 24%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 109 of 255 = 43%

107
60
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 60 + 109 = 276 (100%)
R 107 of 276 ~ 38.77%
G 60 of 276 ~ 21.74%
B 109 of 276 ~ 39.49'%

%38.77
%21.74
%39.49

CMYK color model

#6B3C6D color CMYK value is (2,45,0,57).

  • cyan value is 1.83%
  • magenta value is 44.95%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (2,45,0,57) C2M45Y0K57 (2%,45%,0%,57%) (0.02/0.45/0.00/0.57) 

CMYK percentages

%1.83
%44.95
%0
%57.25

Codes

Color #6B3C6D in popluar color models

6B 3C 6D
RGB 107 60 109
HSL 298° 28.99% 33.14%
HSB/HSV 298° 44.95% 42.75%
CMYK 1.83% 44.95% 0.00%
57.25%

Color #6B3C6D in popluar number systems.

HEX 6B 3C 6D
Decimal 107 60 109
Binary 1101011 111100 1101101
Octal 153 74 155

Shades and tints

Shades of #6B3C6D

#6B3C6D
(107,60,109)
#623764
(98,55,100)
#59325B
(89,50,91)
#502D52
(80,45,82)
#472849
(71,40,73)
#3E2340
(62,35,64)
#351E37
(53,30,55)
#2C192E
(44,25,46)
#231425
(35,20,37)
#1A0F1C
(26,15,28)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #6B3C6D

#6B3C6D
(107,60,109)
#784D7A
(120,77,122)
#855E87
(133,94,135)
#926F94
(146,111,148)
#9F80A1
(159,128,161)
#AC91AE
(172,145,174)
#B9A2BB
(185,162,187)
#C6B3C8
(198,179,200)
#D3C4D5
(211,196,213)
#E0D5E2
(224,213,226)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3C6D color. Also use rgb(107,60,109) instead hex code.

Text Font Color

.myTextColor { color: #6B3C6D; }

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

This text font color is #6B3C6D.

Background Color

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

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

This div background color is #6B3C6D.

Border color

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

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

This div border color is #6B3C6D.

Opacity

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

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

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

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

This text has shadow with #6B3C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3C6D.

Preview

Color preview on black background

This text has color #6B3C6D on black background.


Color preview on white background

This text has color #6B3C6D on white background.


Black color preview on #6B3C6D background

This text has black color on #6B3C6D background.


White color preview on #6B3C6D background

This text has white color on #6B3C6D background.


Related colors

Complementary color

Complementary color for #hex is #94C392.


I love getcolorcode.com

Triadic colors

1 #6D6B3C and #3C6D6B with #6B3C6D are triadic colors.

2 #6D3C6B and #3C6B6D with #6B3C6D are triadic colors.