COLOR #6B3C80

HEX: #6B3C80 RGB: (107,60,128)

Color info

#6B3C80 contains mainly red and blue colors. Web safe color of #6B3C80 is #663366 (or #636).

RGB color model

#6B3C80 color RGB value is (107,60,128).

RGB: (107,60,128) (42%, 24%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 128 of 255 = 50%

107
60
128

R + G + B ~ 39%. #6B3C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 60 + 128 = 295 (100%)
R 107 of 295 ~ 36.27%
G 60 of 295 ~ 20.34%
B 128 of 295 ~ 43.39'%

%36.27
%20.34
%43.39

CMYK color model

#6B3C80 color CMYK value is (16,53,0,50).

  • cyan value is 16.41%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (16,53,0,50)
C16M53Y0K50 (16%, 53%, 0%, 50%)
(0.16 / 0.53 / 0.00 / 0.50)

CMYK percentages

%16.41
%53.13
%0
%49.8

Codes

Color #6B3C80 in popluar color models

6B 3C 80
RGB 107 60 128
HSL 281° 36.17% 36.86%
HSB/HSV 281° 53.13% 50.20%
CMYK 16.41% 53.13% 0.00%
49.80%

Color #6B3C80 in popluar number systems.

HEX 6B 3C 80
Decimal 107 60 128
Binary 1101011 111100 10000000
Octal 153 74 200

Shades and tints

Shades of #6B3C80

#6B3C80
(107,60,128)
#623775
(98,55,117)
#59326A
(89,50,106)
#502D5F
(80,45,95)
#472854
(71,40,84)
#3E2349
(62,35,73)
#351E3E
(53,30,62)
#2C1933
(44,25,51)
#231428
(35,20,40)
#1A0F1D
(26,15,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B3C80

#6B3C80
(107,60,128)
#784D8B
(120,77,139)
#855E96
(133,94,150)
#926FA1
(146,111,161)
#9F80AC
(159,128,172)
#AC91B7
(172,145,183)
#B9A2C2
(185,162,194)
#C6B3CD
(198,179,205)
#D3C4D8
(211,196,216)
#E0D5E3
(224,213,227)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3C80; }

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

This text font color is #6B3C80.

Background Color

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

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

This div background color is #6B3C80.

Border color

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

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

This div border color is #6B3C80.

Opacity

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

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

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

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

This text has shadow with #6B3C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3C80.

Preview

Color preview on black background

This text has color #6B3C80 on black background.


Color preview on white background

This text has color #6B3C80 on white background.


Black color preview on #6B3C80 background

This text has black color on #6B3C80 background.


White color preview on #6B3C80 background

This text has white color on #6B3C80 background.


Related colors

Complementary color

Complementary color for #hex is #94C37F.


I love getcolorcode.com

Triadic colors

1 #806B3C and #3C806B with #6B3C80 are triadic colors.

2 #803C6B and #3C6B80 with #6B3C80 are triadic colors.