COLOR #6C5486

HEX: #6C5486
RGB: (108,84,134)

Color info

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

RGB color model

#6C5486 color RGB value is (108,84,134).

  • red value is 108;
  • green value is 84;
  • blue value is 134.
RGB:
(108,84,134)
(42%,33%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 134 of 255 = 53%

108
84
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 134 = 326 (100%)
R 108 of 326 ~ 33.13%
G 84 of 326 ~ 25.77%
B 134 of 326 ~ 41.1%

%33.13
%25.77
%41.1

CMYK color model

#6C5486 color CMYK value is (19,37,0,47).

  • cyan value is 19.40%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,37,0,47)
C19M37Y0K47 
(19%,37%,0%,47%)
(0.19/0.37/0.00/0.47)	

CMYK percentages

%19.4
%37.31
%0
%47.45

Codes

Color #6C5486 in popluar color models

6C5486
RGB10884134
HSL269°22.94%42.75%
HSB/HSV269°37.31%52.55%
CMYK19.40%37.31%0.00%
47.45%

Color #6C5486 in popluar number systems.

HEX6C5486
Decimal10884134
Binary1101100101010010000110
Octal154124206

Shades and tints

Shades of #6C5486

#6C5486
(108,84,134)
#634D7A
(99,77,122)
#5A466E
(90,70,110)
#513F62
(81,63,98)
#483856
(72,56,86)
#3F314A
(63,49,74)
#362A3E
(54,42,62)
#2D2332
(45,35,50)
#241C26
(36,28,38)
#1B151A
(27,21,26)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C5486

#6C5486
(108,84,134)
#796391
(121,99,145)
#86729C
(134,114,156)
#9381A7
(147,129,167)
#A090B2
(160,144,178)
#AD9FBD
(173,159,189)
#BAAEC8
(186,174,200)
#C7BDD3
(199,189,211)
#D4CCDE
(212,204,222)
#E1DBE9
(225,219,233)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5486 color. Also use rgb(108,84,134) instead hex code.

Text Font Color

.myTextColor { color: #6C5486; }

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

This text font color is #6C5486.


Background Color

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

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

This div background color is #6C5486.


Border color

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

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

This div border color is #6C5486.


Opacity

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

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

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

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

This text has shadow with #6C5486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5486 on black background.


Color preview on white background

This text has color #6C5486 on white background.



Black color preview on #6C5486 background

This text has black color on #6C5486 background.


White color preview on #6C5486 background

This text has white color on #6C5486 background.