COLOR #6B3997

HEX: #6B3997
RGB: (107,57,151)

Color info

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

RGB color model

#6B3997 color RGB value is (107,57,151).

  • red value is 107;
  • green value is 57;
  • blue value is 151.
RGB:
(107,57,151)
(42%,22%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 57 of 255 = 22%
B 151 of 255 = 59%

107
57
151

R + G + B ~ 41%. #6B3997 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 57 + 151 = 315 (100%)
R 107 of 315 ~ 33.97%
G 57 of 315 ~ 18.1%
B 151 of 315 ~ 47.94%

%33.97
%18.1
%47.94

CMYK color model

#6B3997 color CMYK value is (29,62,0,41).

  • cyan value is 29.14%
  • magenta value is 62.25%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(29,62,0,41)
C29M62Y0K41 
(29%,62%,0%,41%)
(0.29/0.62/0.00/0.41)	

CMYK percentages

%29.14
%62.25
%0
%40.78

Codes

Color #6B3997 in popluar color models

6B3997
RGB10757151
HSL272°45.19%40.78%
HSB/HSV272°62.25%59.22%
CMYK29.14%62.25%0.00%
40.78%

Color #6B3997 in popluar number systems.

HEX6B3997
Decimal10757151
Binary110101111100110010111
Octal15371227

Shades and tints

Shades of #6B3997

#6B3997
(107,57,151)
#62348A
(98,52,138)
#592F7D
(89,47,125)
#502A70
(80,42,112)
#472563
(71,37,99)
#3E2056
(62,32,86)
#351B49
(53,27,73)
#2C163C
(44,22,60)
#23112F
(35,17,47)
#1A0C22
(26,12,34)
#110715
(17,7,21)
#000000
(0,0,0)

Tints of #6B3997

#6B3997
(107,57,151)
#784BA0
(120,75,160)
#855DA9
(133,93,169)
#926FB2
(146,111,178)
#9F81BB
(159,129,187)
#AC93C4
(172,147,196)
#B9A5CD
(185,165,205)
#C6B7D6
(198,183,214)
#D3C9DF
(211,201,223)
#E0DBE8
(224,219,232)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3997 color. Also use rgb(107,57,151) instead hex code.

Text Font Color

.myTextColor { color: #6B3997; }

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

This text font color is #6B3997.


Background Color

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

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

This div background color is #6B3997.


Border color

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

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

This div border color is #6B3997.


Opacity

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

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

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

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

This text has shadow with #6B3997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3997 on black background.


Color preview on white background

This text has color #6B3997 on white background.



Black color preview on #6B3997 background

This text has black color on #6B3997 background.


White color preview on #6B3997 background

This text has white color on #6B3997 background.