COLOR #6B4382

HEX: #6B4382
RGB: (107,67,130)

Color info

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

RGB color model

#6B4382 color RGB value is (107,67,130).

  • red value is 107;
  • green value is 67;
  • blue value is 130.
RGB:
(107,67,130)
(42%,26%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 130 of 255 = 51%

107
67
130

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

Portions of RGB colors in percentages

R + G + B =
107 + 67 + 130 = 304 (100%)
R 107 of 304 ~ 35.2%
G 67 of 304 ~ 22.04%
B 130 of 304 ~ 42.76%

%35.2
%22.04
%42.76

CMYK color model

#6B4382 color CMYK value is (18,48,0,49).

  • cyan value is 17.69%
  • magenta value is 48.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(18,48,0,49)
C18M48Y0K49 
(18%,48%,0%,49%)
(0.18/0.48/0.00/0.49)	

CMYK percentages

%17.69
%48.46
%0
%49.02

Codes

Color #6B4382 in popluar color models

6B4382
RGB10767130
HSL278°31.98%38.63%
HSB/HSV278°48.46%50.98%
CMYK17.69%48.46%0.00%
49.02%

Color #6B4382 in popluar number systems.

HEX6B4382
Decimal10767130
Binary1101011100001110000010
Octal153103202

Shades and tints

Shades of #6B4382

#6B4382
(107,67,130)
#623D77
(98,61,119)
#59376C
(89,55,108)
#503161
(80,49,97)
#472B56
(71,43,86)
#3E254B
(62,37,75)
#351F40
(53,31,64)
#2C1935
(44,25,53)
#23132A
(35,19,42)
#1A0D1F
(26,13,31)
#110714
(17,7,20)
#000000
(0,0,0)

Tints of #6B4382

#6B4382
(107,67,130)
#78548D
(120,84,141)
#856598
(133,101,152)
#9276A3
(146,118,163)
#9F87AE
(159,135,174)
#AC98B9
(172,152,185)
#B9A9C4
(185,169,196)
#C6BACF
(198,186,207)
#D3CBDA
(211,203,218)
#E0DCE5
(224,220,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4382 color. Also use rgb(107,67,130) instead hex code.

Text Font Color

.myTextColor { color: #6B4382; }

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

This text font color is #6B4382.


Background Color

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

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

This div background color is #6B4382.


Border color

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

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

This div border color is #6B4382.


Opacity

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

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

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

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

This text has shadow with #6B4382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4382 on black background.


Color preview on white background

This text has color #6B4382 on white background.



Black color preview on #6B4382 background

This text has black color on #6B4382 background.


White color preview on #6B4382 background

This text has white color on #6B4382 background.