COLOR #6B3870

HEX: #6B3870
RGB: (107,56,112)

Color info

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

RGB color model

#6B3870 color RGB value is (107,56,112).

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

RGB channels and saturation

R 107 of 255 = 42%
G 56 of 255 = 22%
B 112 of 255 = 44%

107
56
112

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

Portions of RGB colors in percentages

R + G + B =
107 + 56 + 112 = 275 (100%)
R 107 of 275 ~ 38.91%
G 56 of 275 ~ 20.36%
B 112 of 275 ~ 40.73%

%38.91
%20.36
%40.73

CMYK color model

#6B3870 color CMYK value is (4,50,0,56).

  • cyan value is 4.46%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(4,50,0,56)
C4M50Y0K56 
(4%,50%,0%,56%)
(0.04/0.50/0.00/0.56)	

CMYK percentages

%4.46
%50
%0
%56.08

Codes

Color #6B3870 in popluar color models

6B3870
RGB10756112
HSL295°33.33%32.94%
HSB/HSV295°50.00%43.92%
CMYK4.46%50.00%0.00%
56.08%

Color #6B3870 in popluar number systems.

HEX6B3870
Decimal10756112
Binary11010111110001110000
Octal15370160

Shades and tints

Shades of #6B3870

#6B3870
(107,56,112)
#623366
(98,51,102)
#592E5C
(89,46,92)
#502952
(80,41,82)
#472448
(71,36,72)
#3E1F3E
(62,31,62)
#351A34
(53,26,52)
#2C152A
(44,21,42)
#231020
(35,16,32)
#1A0B16
(26,11,22)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #6B3870

#6B3870
(107,56,112)
#784A7D
(120,74,125)
#855C8A
(133,92,138)
#926E97
(146,110,151)
#9F80A4
(159,128,164)
#AC92B1
(172,146,177)
#B9A4BE
(185,164,190)
#C6B6CB
(198,182,203)
#D3C8D8
(211,200,216)
#E0DAE5
(224,218,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3870; }

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

This text font color is #6B3870.


Background Color

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

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

This div background color is #6B3870.


Border color

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

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

This div border color is #6B3870.


Opacity

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

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

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

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

This text has shadow with #6B3870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3870 on black background.


Color preview on white background

This text has color #6B3870 on white background.



Black color preview on #6B3870 background

This text has black color on #6B3870 background.


White color preview on #6B3870 background

This text has white color on #6B3870 background.