COLOR #6B3687

HEX: #6B3687
RGB: (107,54,135)

Color info

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

RGB color model

#6B3687 color RGB value is (107,54,135).

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

RGB channels and saturation

R 107 of 255 = 42%
G 54 of 255 = 21%
B 135 of 255 = 53%

107
54
135

R + G + B ~ 39%. #6B3687 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 54 + 135 = 296 (100%)
R 107 of 296 ~ 36.15%
G 54 of 296 ~ 18.24%
B 135 of 296 ~ 45.61%

%36.15
%18.24
%45.61

CMYK color model

#6B3687 color CMYK value is (21,60,0,47).

  • cyan value is 20.74%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,60,0,47)
C21M60Y0K47 
(21%,60%,0%,47%)
(0.21/0.60/0.00/0.47)	

CMYK percentages

%20.74
%60
%0
%47.06

Codes

Color #6B3687 in popluar color models

6B3687
RGB10754135
HSL279°42.86%37.06%
HSB/HSV279°60.00%52.94%
CMYK20.74%60.00%0.00%
47.06%

Color #6B3687 in popluar number systems.

HEX6B3687
Decimal10754135
Binary110101111011010000111
Octal15366207

Shades and tints

Shades of #6B3687

#6B3687
(107,54,135)
#62327B
(98,50,123)
#592E6F
(89,46,111)
#502A63
(80,42,99)
#472657
(71,38,87)
#3E224B
(62,34,75)
#351E3F
(53,30,63)
#2C1A33
(44,26,51)
#231627
(35,22,39)
#1A121B
(26,18,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B3687

#6B3687
(107,54,135)
#784891
(120,72,145)
#855A9B
(133,90,155)
#926CA5
(146,108,165)
#9F7EAF
(159,126,175)
#AC90B9
(172,144,185)
#B9A2C3
(185,162,195)
#C6B4CD
(198,180,205)
#D3C6D7
(211,198,215)
#E0D8E1
(224,216,225)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3687; }

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

This text font color is #6B3687.


Background Color

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

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

This div background color is #6B3687.


Border color

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

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

This div border color is #6B3687.


Opacity

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

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

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

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

This text has shadow with #6B3687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3687 on black background.


Color preview on white background

This text has color #6B3687 on white background.



Black color preview on #6B3687 background

This text has black color on #6B3687 background.


White color preview on #6B3687 background

This text has white color on #6B3687 background.