COLOR #6B3287

HEX: #6B3287
RGB: (107,50,135)

Color info

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

RGB color model

#6B3287 color RGB value is (107,50,135).

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

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 135 of 255 = 53%

107
50
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 50 + 135 = 292 (100%)
R 107 of 292 ~ 36.64%
G 50 of 292 ~ 17.12%
B 135 of 292 ~ 46.23%

%36.64
%17.12
%46.23

CMYK color model

#6B3287 color CMYK value is (21,63,0,47).

  • cyan value is 20.74%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,63,0,47)
C21M63Y0K47 
(21%,63%,0%,47%)
(0.21/0.63/0.00/0.47)	

CMYK percentages

%20.74
%62.96
%0
%47.06

Codes

Color #6B3287 in popluar color models

6B3287
RGB10750135
HSL280°45.95%36.27%
HSB/HSV280°62.96%52.94%
CMYK20.74%62.96%0.00%
47.06%

Color #6B3287 in popluar number systems.

HEX6B3287
Decimal10750135
Binary110101111001010000111
Octal15362207

Shades and tints

Shades of #6B3287

#6B3287
(107,50,135)
#622E7B
(98,46,123)
#592A6F
(89,42,111)
#502663
(80,38,99)
#472257
(71,34,87)
#3E1E4B
(62,30,75)
#351A3F
(53,26,63)
#2C1633
(44,22,51)
#231227
(35,18,39)
#1A0E1B
(26,14,27)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B3287

#6B3287
(107,50,135)
#784491
(120,68,145)
#85569B
(133,86,155)
#9268A5
(146,104,165)
#9F7AAF
(159,122,175)
#AC8CB9
(172,140,185)
#B99EC3
(185,158,195)
#C6B0CD
(198,176,205)
#D3C2D7
(211,194,215)
#E0D4E1
(224,212,225)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3287; }

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

This text font color is #6B3287.


Background Color

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

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

This div background color is #6B3287.


Border color

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

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

This div border color is #6B3287.


Opacity

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

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

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

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

This text has shadow with #6B3287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3287 on black background.


Color preview on white background

This text has color #6B3287 on white background.



Black color preview on #6B3287 background

This text has black color on #6B3287 background.


White color preview on #6B3287 background

This text has white color on #6B3287 background.