COLOR #6B3683

HEX: #6B3683 RGB: (107,54,131)

Color info

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

RGB color model

#6B3683 color RGB value is (107,54,131).

RGB: (107,54,131) (42%, 21%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 54 of 255 = 21%
B 131 of 255 = 51%

107
54
131

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

Portions of RGB colors in percentages

R + G + B = 107 + 54 + 131 = 292 (100%)
R 107 of 292 ~ 36.64%
G 54 of 292 ~ 18.49%
B 131 of 292 ~ 44.86'%

%36.64
%18.49
%44.86

CMYK color model

#6B3683 color CMYK value is (18,59,0,49).

  • cyan value is 18.32%
  • magenta value is 58.78%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (18,59,0,49)
C18M59Y0K49 (18%, 59%, 0%, 49%)
(0.18 / 0.59 / 0.00 / 0.49)

CMYK percentages

%18.32
%58.78
%0
%48.63

Codes

Color #6B3683 in popluar color models

6B 36 83
RGB 107 54 131
HSL 281° 41.62% 36.27%
HSB/HSV 281° 58.78% 51.37%
CMYK 18.32% 58.78% 0.00%
48.63%

Color #6B3683 in popluar number systems.

HEX 6B 36 83
Decimal 107 54 131
Binary 1101011 110110 10000011
Octal 153 66 203

Shades and tints

Shades of #6B3683

#6B3683
(107,54,131)
#623278
(98,50,120)
#592E6D
(89,46,109)
#502A62
(80,42,98)
#472657
(71,38,87)
#3E224C
(62,34,76)
#351E41
(53,30,65)
#2C1A36
(44,26,54)
#23162B
(35,22,43)
#1A1220
(26,18,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B3683

#6B3683
(107,54,131)
#78488E
(120,72,142)
#855A99
(133,90,153)
#926CA4
(146,108,164)
#9F7EAF
(159,126,175)
#AC90BA
(172,144,186)
#B9A2C5
(185,162,197)
#C6B4D0
(198,180,208)
#D3C6DB
(211,198,219)
#E0D8E6
(224,216,230)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3683; }

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

This text font color is #6B3683.

Background Color

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

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

This div background color is #6B3683.

Border color

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

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

This div border color is #6B3683.

Opacity

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

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

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

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

This text has shadow with #6B3683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3683.

Preview

Color preview on black background

This text has color #6B3683 on black background.


Color preview on white background

This text has color #6B3683 on white background.


Black color preview on #6B3683 background

This text has black color on #6B3683 background.


White color preview on #6B3683 background

This text has white color on #6B3683 background.


Related colors

Complementary color

Complementary color for #hex is #94C97C.


I love getcolorcode.com

Triadic colors

1 #836B36 and #36836B with #6B3683 are triadic colors.

2 #83366B and #366B83 with #6B3683 are triadic colors.