COLOR #6B3273

HEX: #6B3273
RGB: (107,50,115)

Color info

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

RGB color model

#6B3273 color RGB value is (107,50,115).

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

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 115 of 255 = 45%

107
50
115

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

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 115 = 272 (100%)
R 107 of 272 ~ 39.34%
G 50 of 272 ~ 18.38%
B 115 of 272 ~ 42.28%

%39.34
%18.38
%42.28

CMYK color model

#6B3273 color CMYK value is (7,57,0,55).

  • cyan value is 6.96%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(7,57,0,55)
C7M57Y0K55 
(7%,57%,0%,55%)
(0.07/0.57/0.00/0.55)	

CMYK percentages

%6.96
%56.52
%0
%54.9

Codes

Color #6B3273 in popluar color models

6B3273
RGB10750115
HSL293°39.39%32.35%
HSB/HSV293°56.52%45.10%
CMYK6.96%56.52%0.00%
54.90%

Color #6B3273 in popluar number systems.

HEX6B3273
Decimal10750115
Binary11010111100101110011
Octal15362163

Shades and tints

Shades of #6B3273

#6B3273
(107,50,115)
#622E69
(98,46,105)
#592A5F
(89,42,95)
#502655
(80,38,85)
#47224B
(71,34,75)
#3E1E41
(62,30,65)
#351A37
(53,26,55)
#2C162D
(44,22,45)
#231223
(35,18,35)
#1A0E19
(26,14,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B3273

#6B3273
(107,50,115)
#78447F
(120,68,127)
#85568B
(133,86,139)
#926897
(146,104,151)
#9F7AA3
(159,122,163)
#AC8CAF
(172,140,175)
#B99EBB
(185,158,187)
#C6B0C7
(198,176,199)
#D3C2D3
(211,194,211)
#E0D4DF
(224,212,223)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3273; }

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

This text font color is #6B3273.


Background Color

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

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

This div background color is #6B3273.


Border color

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

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

This div border color is #6B3273.


Opacity

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

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

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

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

This text has shadow with #6B3273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3273 on black background.


Color preview on white background

This text has color #6B3273 on white background.



Black color preview on #6B3273 background

This text has black color on #6B3273 background.


White color preview on #6B3273 background

This text has white color on #6B3273 background.