COLOR #6C4982

HEX: #6C4982
RGB: (108,73,130)

Color info

#6C4982 contains red, green and blue colors in about the same proportion. Web safe color of #6C4982 is #663399 (or #639).

RGB color model

#6C4982 color RGB value is (108,73,130).

  • red value is 108;
  • green value is 73;
  • blue value is 130.
RGB:
(108,73,130)
(42%,29%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 130 of 255 = 51%

108
73
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 130 = 311 (100%)
R 108 of 311 ~ 34.73%
G 73 of 311 ~ 23.47%
B 130 of 311 ~ 41.8%

%34.73
%23.47
%41.8

CMYK color model

#6C4982 color CMYK value is (17,44,0,49).

  • cyan value is 16.92%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,44,0,49)
C17M44Y0K49 
(17%,44%,0%,49%)
(0.17/0.44/0.00/0.49)	

CMYK percentages

%16.92
%43.85
%0
%49.02

Codes

Color #6C4982 in popluar color models

6C4982
RGB10873130
HSL277°28.08%39.80%
HSB/HSV277°43.85%50.98%
CMYK16.92%43.85%0.00%
49.02%

Color #6C4982 in popluar number systems.

HEX6C4982
Decimal10873130
Binary1101100100100110000010
Octal154111202

Shades and tints

Shades of #6C4982

#6C4982
(108,73,130)
#634377
(99,67,119)
#5A3D6C
(90,61,108)
#513761
(81,55,97)
#483156
(72,49,86)
#3F2B4B
(63,43,75)
#362540
(54,37,64)
#2D1F35
(45,31,53)
#24192A
(36,25,42)
#1B131F
(27,19,31)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #6C4982

#6C4982
(108,73,130)
#79598D
(121,89,141)
#866998
(134,105,152)
#9379A3
(147,121,163)
#A089AE
(160,137,174)
#AD99B9
(173,153,185)
#BAA9C4
(186,169,196)
#C7B9CF
(199,185,207)
#D4C9DA
(212,201,218)
#E1D9E5
(225,217,229)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4982 color. Also use rgb(108,73,130) instead hex code.

Text Font Color

.myTextColor { color: #6C4982; }

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

This text font color is #6C4982.


Background Color

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

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

This div background color is #6C4982.


Border color

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

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

This div border color is #6C4982.


Opacity

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

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

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

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

This text has shadow with #6C4982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4982 on black background.


Color preview on white background

This text has color #6C4982 on white background.



Black color preview on #6C4982 background

This text has black color on #6C4982 background.


White color preview on #6C4982 background

This text has white color on #6C4982 background.