COLOR #6B3281

HEX: #6B3281
RGB: (107,50,129)

Color info

#6B3281 contains mainly red and blue colors. Web safe color of #6B3281 is #663399 (or #639).

RGB color model

#6B3281 color RGB value is (107,50,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 129 of 255 = 51%

107
50
129

R + G + B ~ 38%. #6B3281 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 129 = 286 (100%)
R 107 of 286 ~ 37.41%
G 50 of 286 ~ 17.48%
B 129 of 286 ~ 45.1%

%37.41
%17.48
%45.1

CMYK color model

#6B3281 color CMYK value is (17,61,0,49).

  • cyan value is 17.05%
  • magenta value is 61.24%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(17,61,0,49)
C17M61Y0K49 
(17%,61%,0%,49%)
(0.17/0.61/0.00/0.49)	

CMYK percentages

%17.05
%61.24
%0
%49.41

Codes

Color #6B3281 in popluar color models

6B3281
RGB10750129
HSL283°44.13%35.10%
HSB/HSV283°61.24%50.59%
CMYK17.05%61.24%0.00%
49.41%

Color #6B3281 in popluar number systems.

HEX6B3281
Decimal10750129
Binary110101111001010000001
Octal15362201

Shades and tints

Shades of #6B3281

#6B3281
(107,50,129)
#622E76
(98,46,118)
#592A6B
(89,42,107)
#502660
(80,38,96)
#472255
(71,34,85)
#3E1E4A
(62,30,74)
#351A3F
(53,26,63)
#2C1634
(44,22,52)
#231229
(35,18,41)
#1A0E1E
(26,14,30)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #6B3281

#6B3281
(107,50,129)
#78448C
(120,68,140)
#855697
(133,86,151)
#9268A2
(146,104,162)
#9F7AAD
(159,122,173)
#AC8CB8
(172,140,184)
#B99EC3
(185,158,195)
#C6B0CE
(198,176,206)
#D3C2D9
(211,194,217)
#E0D4E4
(224,212,228)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3281; }

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

This text font color is #6B3281.


Background Color

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

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

This div background color is #6B3281.


Border color

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

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

This div border color is #6B3281.


Opacity

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

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

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

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

This text has shadow with #6B3281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3281 on black background.


Color preview on white background

This text has color #6B3281 on white background.



Black color preview on #6B3281 background

This text has black color on #6B3281 background.


White color preview on #6B3281 background

This text has white color on #6B3281 background.