COLOR #6B3876

HEX: #6B3876
RGB: (107,56,118)

Color info

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

RGB color model

#6B3876 color RGB value is (107,56,118).

  • red value is 107;
  • green value is 56;
  • blue value is 118.
RGB:
(107,56,118)
(42%,22%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 56 of 255 = 22%
B 118 of 255 = 46%

107
56
118

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

Portions of RGB colors in percentages

R + G + B =
107 + 56 + 118 = 281 (100%)
R 107 of 281 ~ 38.08%
G 56 of 281 ~ 19.93%
B 118 of 281 ~ 41.99%

%38.08
%19.93
%41.99

CMYK color model

#6B3876 color CMYK value is (9,53,0,54).

  • cyan value is 9.32%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(9,53,0,54)
C9M53Y0K54 
(9%,53%,0%,54%)
(0.09/0.53/0.00/0.54)	

CMYK percentages

%9.32
%52.54
%0
%53.73

Codes

Color #6B3876 in popluar color models

6B3876
RGB10756118
HSL289°35.63%34.12%
HSB/HSV289°52.54%46.27%
CMYK9.32%52.54%0.00%
53.73%

Color #6B3876 in popluar number systems.

HEX6B3876
Decimal10756118
Binary11010111110001110110
Octal15370166

Shades and tints

Shades of #6B3876

#6B3876
(107,56,118)
#62336C
(98,51,108)
#592E62
(89,46,98)
#502958
(80,41,88)
#47244E
(71,36,78)
#3E1F44
(62,31,68)
#351A3A
(53,26,58)
#2C1530
(44,21,48)
#231026
(35,16,38)
#1A0B1C
(26,11,28)
#110612
(17,6,18)
#000000
(0,0,0)

Tints of #6B3876

#6B3876
(107,56,118)
#784A82
(120,74,130)
#855C8E
(133,92,142)
#926E9A
(146,110,154)
#9F80A6
(159,128,166)
#AC92B2
(172,146,178)
#B9A4BE
(185,164,190)
#C6B6CA
(198,182,202)
#D3C8D6
(211,200,214)
#E0DAE2
(224,218,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3876 color. Also use rgb(107,56,118) instead hex code.

Text Font Color

.myTextColor { color: #6B3876; }

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

This text font color is #6B3876.


Background Color

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

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

This div background color is #6B3876.


Border color

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

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

This div border color is #6B3876.


Opacity

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

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

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

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

This text has shadow with #6B3876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3876 on black background.


Color preview on white background

This text has color #6B3876 on white background.



Black color preview on #6B3876 background

This text has black color on #6B3876 background.


White color preview on #6B3876 background

This text has white color on #6B3876 background.