COLOR #6C5B8D

HEX: #6C5B8D RGB: (108,91,141)

Color info

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

RGB color model

#6C5B8D color RGB value is (108,91,141).

RGB: (108,91,141) (42%, 36%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 141 of 255 = 55%

108
91
141

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

Portions of RGB colors in percentages

R + G + B = 108 + 91 + 141 = 340 (100%)
R 108 of 340 ~ 31.76%
G 91 of 340 ~ 26.76%
B 141 of 340 ~ 41.47'%

%31.76
%26.76
%41.47

CMYK color model

#6C5B8D color CMYK value is (23,35,0,45).

  • cyan value is 23.40%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (23,35,0,45) C23M35Y0K45 (23%,35%,0%,45%) (0.23/0.35/0.00/0.45) 

CMYK percentages

%23.4
%35.46
%0
%44.71

Codes

Color #6C5B8D in popluar color models

6C 5B 8D
RGB 108 91 141
HSL 260° 21.55% 45.49%
HSB/HSV 260° 35.46% 55.29%
CMYK 23.40% 35.46% 0.00%
44.71%

Color #6C5B8D in popluar number systems.

HEX 6C 5B 8D
Decimal 108 91 141
Binary 1101100 1011011 10001101
Octal 154 133 215

Shades and tints

Shades of #6C5B8D

#6C5B8D
(108,91,141)
#635381
(99,83,129)
#5A4B75
(90,75,117)
#514369
(81,67,105)
#483B5D
(72,59,93)
#3F3351
(63,51,81)
#362B45
(54,43,69)
#2D2339
(45,35,57)
#241B2D
(36,27,45)
#1B1321
(27,19,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #6C5B8D

#6C5B8D
(108,91,141)
#796997
(121,105,151)
#8677A1
(134,119,161)
#9385AB
(147,133,171)
#A093B5
(160,147,181)
#ADA1BF
(173,161,191)
#BAAFC9
(186,175,201)
#C7BDD3
(199,189,211)
#D4CBDD
(212,203,221)
#E1D9E7
(225,217,231)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5B8D color. Also use rgb(108,91,141) instead hex code.

Text Font Color

.myTextColor { color: #6C5B8D; }

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

This text font color is #6C5B8D.

Background Color

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

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

This div background color is #6C5B8D.

Border color

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

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

This div border color is #6C5B8D.

Opacity

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

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

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

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

This text has shadow with #6C5B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5B8D.

Preview

Color preview on black background

This text has color #6C5B8D on black background.


Color preview on white background

This text has color #6C5B8D on white background.


Black color preview on #6C5B8D background

This text has black color on #6C5B8D background.


White color preview on #6C5B8D background

This text has white color on #6C5B8D background.


Related colors

Complementary color

Complementary color for #hex is #93A472.


I love getcolorcode.com

Triadic colors

1 #8D6C5B and #5B8D6C with #6C5B8D are triadic colors.

2 #8D5B6C and #5B6C8D with #6C5B8D are triadic colors.