COLOR #6B3267

HEX: #6B3267
RGB: (107,50,103)

Color info

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

RGB color model

#6B3267 color RGB value is (107,50,103).

  • red value is 107;
  • green value is 50;
  • blue value is 103.
RGB:
(107,50,103)
(42%,20%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 103 of 255 = 40%

107
50
103

R + G + B ~ 34%. #6B3267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 103 = 260 (100%)
R 107 of 260 ~ 41.15%
G 50 of 260 ~ 19.23%
B 103 of 260 ~ 39.62%

%41.15
%19.23
%39.62

CMYK color model

#6B3267 color CMYK value is (0,53,4,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 3.74%
  • key color value is 58.04%
CMYK:
(0,53,4,58)
C0M53Y4K58 
(0%,53%,4%,58%)
(0.00/0.53/0.04/0.58)	

CMYK percentages

%0
%53.27
%3.74
%58.04

Codes

Color #6B3267 in popluar color models

6B3267
RGB10750103
HSL304°36.31%30.78%
HSB/HSV304°53.27%41.96%
CMYK0.00%53.27%3.74%
58.04%

Color #6B3267 in popluar number systems.

HEX6B3267
Decimal10750103
Binary11010111100101100111
Octal15362147

Shades and tints

Shades of #6B3267

#6B3267
(107,50,103)
#622E5E
(98,46,94)
#592A55
(89,42,85)
#50264C
(80,38,76)
#472243
(71,34,67)
#3E1E3A
(62,30,58)
#351A31
(53,26,49)
#2C1628
(44,22,40)
#23121F
(35,18,31)
#1A0E16
(26,14,22)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B3267

#6B3267
(107,50,103)
#784474
(120,68,116)
#855681
(133,86,129)
#92688E
(146,104,142)
#9F7A9B
(159,122,155)
#AC8CA8
(172,140,168)
#B99EB5
(185,158,181)
#C6B0C2
(198,176,194)
#D3C2CF
(211,194,207)
#E0D4DC
(224,212,220)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3267 color. Also use rgb(107,50,103) instead hex code.

Text Font Color

.myTextColor { color: #6B3267; }

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

This text font color is #6B3267.


Background Color

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

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

This div background color is #6B3267.


Border color

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

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

This div border color is #6B3267.


Opacity

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

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

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

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

This text has shadow with #6B3267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3267 on black background.


Color preview on white background

This text has color #6B3267 on white background.



Black color preview on #6B3267 background

This text has black color on #6B3267 background.


White color preview on #6B3267 background

This text has white color on #6B3267 background.