COLOR #6C5682

HEX: #6C5682
RGB: (108,86,130)

Color info

#6C5682 contains red, green and blue colors in about the same proportion. Web safe color of #6C5682 is #666699 (or #669).

RGB color model

#6C5682 color RGB value is (108,86,130).

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

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 130 of 255 = 51%

108
86
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 130 = 324 (100%)
R 108 of 324 ~ 33.33%
G 86 of 324 ~ 26.54%
B 130 of 324 ~ 40.12%

%33.33
%26.54
%40.12

CMYK color model

#6C5682 color CMYK value is (17,34,0,49).

  • cyan value is 16.92%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(17,34,0,49)
C17M34Y0K49 
(17%,34%,0%,49%)
(0.17/0.34/0.00/0.49)	

CMYK percentages

%16.92
%33.85
%0
%49.02

Codes

Color #6C5682 in popluar color models

6C5682
RGB10886130
HSL270°20.37%42.35%
HSB/HSV270°33.85%50.98%
CMYK16.92%33.85%0.00%
49.02%

Color #6C5682 in popluar number systems.

HEX6C5682
Decimal10886130
Binary1101100101011010000010
Octal154126202

Shades and tints

Shades of #6C5682

#6C5682
(108,86,130)
#634F77
(99,79,119)
#5A486C
(90,72,108)
#514161
(81,65,97)
#483A56
(72,58,86)
#3F334B
(63,51,75)
#362C40
(54,44,64)
#2D2535
(45,37,53)
#241E2A
(36,30,42)
#1B171F
(27,23,31)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C5682

#6C5682
(108,86,130)
#79658D
(121,101,141)
#867498
(134,116,152)
#9383A3
(147,131,163)
#A092AE
(160,146,174)
#ADA1B9
(173,161,185)
#BAB0C4
(186,176,196)
#C7BFCF
(199,191,207)
#D4CEDA
(212,206,218)
#E1DDE5
(225,221,229)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5682; }

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

This text font color is #6C5682.


Background Color

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

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

This div background color is #6C5682.


Border color

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

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

This div border color is #6C5682.


Opacity

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

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

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

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

This text has shadow with #6C5682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5682 on black background.


Color preview on white background

This text has color #6C5682 on white background.



Black color preview on #6C5682 background

This text has black color on #6C5682 background.


White color preview on #6C5682 background

This text has white color on #6C5682 background.