COLOR #6C5690

HEX: #6C5690 RGB: (108,86,144)

Color info

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

RGB color model

#6C5690 color RGB value is (108,86,144).

RGB: (108,86,144) (42%, 34%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 144 of 255 = 56%

108
86
144

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

Portions of RGB colors in percentages

R + G + B = 108 + 86 + 144 = 338 (100%)
R 108 of 338 ~ 31.95%
G 86 of 338 ~ 25.44%
B 144 of 338 ~ 42.6'%

%31.95
%25.44
%42.6

CMYK color model

#6C5690 color CMYK value is (25,40,0,44).

  • cyan value is 25.00%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (25,40,0,44)
C25M40Y0K44 (25%, 40%, 0%, 44%)
(0.25 / 0.40 / 0.00 / 0.44)

CMYK percentages

%25
%40.28
%0
%43.53

Codes

Color #6C5690 in popluar color models

6C 56 90
RGB 108 86 144
HSL 263° 25.22% 45.10%
HSB/HSV 263° 40.28% 56.47%
CMYK 25.00% 40.28% 0.00%
43.53%

Color #6C5690 in popluar number systems.

HEX 6C 56 90
Decimal 108 86 144
Binary 1101100 1010110 10010000
Octal 154 126 220

Shades and tints

Shades of #6C5690

#6C5690
(108,86,144)
#634F83
(99,79,131)
#5A4876
(90,72,118)
#514169
(81,65,105)
#483A5C
(72,58,92)
#3F334F
(63,51,79)
#362C42
(54,44,66)
#2D2535
(45,37,53)
#241E28
(36,30,40)
#1B171B
(27,23,27)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #6C5690

#6C5690
(108,86,144)
#79659A
(121,101,154)
#8674A4
(134,116,164)
#9383AE
(147,131,174)
#A092B8
(160,146,184)
#ADA1C2
(173,161,194)
#BAB0CC
(186,176,204)
#C7BFD6
(199,191,214)
#D4CEE0
(212,206,224)
#E1DDEA
(225,221,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5690; }

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

This text font color is #6C5690.

Background Color

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

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

This div background color is #6C5690.

Border color

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

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

This div border color is #6C5690.

Opacity

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

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

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

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

This text has shadow with #6C5690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5690.

Preview

Color preview on black background

This text has color #6C5690 on black background.


Color preview on white background

This text has color #6C5690 on white background.


Black color preview on #6C5690 background

This text has black color on #6C5690 background.


White color preview on #6C5690 background

This text has white color on #6C5690 background.


Related colors

Complementary color

Complementary color for #hex is #93A96F.


I love getcolorcode.com

Triadic colors

1 #906C56 and #56906C with #6C5690 are triadic colors.

2 #90566C and #566C90 with #6C5690 are triadic colors.