COLOR #6C5987

HEX: #6C5987
RGB: (108,89,135)

Color info

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

RGB color model

#6C5987 color RGB value is (108,89,135).

  • red value is 108;
  • green value is 89;
  • blue value is 135.
RGB:
(108,89,135)
(42%,35%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 135 of 255 = 53%

108
89
135

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

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 135 = 332 (100%)
R 108 of 332 ~ 32.53%
G 89 of 332 ~ 26.81%
B 135 of 332 ~ 40.66%

%32.53
%26.81
%40.66

CMYK color model

#6C5987 color CMYK value is (20,34,0,47).

  • cyan value is 20.00%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(20,34,0,47)
C20M34Y0K47 
(20%,34%,0%,47%)
(0.20/0.34/0.00/0.47)	

CMYK percentages

%20
%34.07
%0
%47.06

Codes

Color #6C5987 in popluar color models

6C5987
RGB10889135
HSL265°20.54%43.92%
HSB/HSV265°34.07%52.94%
CMYK20.00%34.07%0.00%
47.06%

Color #6C5987 in popluar number systems.

HEX6C5987
Decimal10889135
Binary1101100101100110000111
Octal154131207

Shades and tints

Shades of #6C5987

#6C5987
(108,89,135)
#63517B
(99,81,123)
#5A496F
(90,73,111)
#514163
(81,65,99)
#483957
(72,57,87)
#3F314B
(63,49,75)
#36293F
(54,41,63)
#2D2133
(45,33,51)
#241927
(36,25,39)
#1B111B
(27,17,27)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #6C5987

#6C5987
(108,89,135)
#796891
(121,104,145)
#86779B
(134,119,155)
#9386A5
(147,134,165)
#A095AF
(160,149,175)
#ADA4B9
(173,164,185)
#BAB3C3
(186,179,195)
#C7C2CD
(199,194,205)
#D4D1D7
(212,209,215)
#E1E0E1
(225,224,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5987 color. Also use rgb(108,89,135) instead hex code.

Text Font Color

.myTextColor { color: #6C5987; }

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

This text font color is #6C5987.


Background Color

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

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

This div background color is #6C5987.


Border color

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

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

This div border color is #6C5987.


Opacity

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

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

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

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

This text has shadow with #6C5987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5987 on black background.


Color preview on white background

This text has color #6C5987 on white background.



Black color preview on #6C5987 background

This text has black color on #6C5987 background.


White color preview on #6C5987 background

This text has white color on #6C5987 background.