COLOR #6C5C88

HEX: #6C5C88
RGB: (108,92,136)

Color info

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

RGB color model

#6C5C88 color RGB value is (108,92,136).

  • red value is 108;
  • green value is 92;
  • blue value is 136.
RGB:
(108,92,136)
(42%,36%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 136 of 255 = 53%

108
92
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 92 + 136 = 336 (100%)
R 108 of 336 ~ 32.14%
G 92 of 336 ~ 27.38%
B 136 of 336 ~ 40.48%

%32.14
%27.38
%40.48

CMYK color model

#6C5C88 color CMYK value is (21,32,0,47).

  • cyan value is 20.59%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(21,32,0,47)
C21M32Y0K47 
(21%,32%,0%,47%)
(0.21/0.32/0.00/0.47)	

CMYK percentages

%20.59
%32.35
%0
%46.67

Codes

Color #6C5C88 in popluar color models

6C5C88
RGB10892136
HSL262°19.30%44.71%
HSB/HSV262°32.35%53.33%
CMYK20.59%32.35%0.00%
46.67%

Color #6C5C88 in popluar number systems.

HEX6C5C88
Decimal10892136
Binary1101100101110010001000
Octal154134210

Shades and tints

Shades of #6C5C88

#6C5C88
(108,92,136)
#63547C
(99,84,124)
#5A4C70
(90,76,112)
#514464
(81,68,100)
#483C58
(72,60,88)
#3F344C
(63,52,76)
#362C40
(54,44,64)
#2D2434
(45,36,52)
#241C28
(36,28,40)
#1B141C
(27,20,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C5C88

#6C5C88
(108,92,136)
#796A92
(121,106,146)
#86789C
(134,120,156)
#9386A6
(147,134,166)
#A094B0
(160,148,176)
#ADA2BA
(173,162,186)
#BAB0C4
(186,176,196)
#C7BECE
(199,190,206)
#D4CCD8
(212,204,216)
#E1DAE2
(225,218,226)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5C88 color. Also use rgb(108,92,136) instead hex code.

Text Font Color

.myTextColor { color: #6C5C88; }

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

This text font color is #6C5C88.


Background Color

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

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

This div background color is #6C5C88.


Border color

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

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

This div border color is #6C5C88.


Opacity

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

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

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

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

This text has shadow with #6C5C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C88 on black background.


Color preview on white background

This text has color #6C5C88 on white background.



Black color preview on #6C5C88 background

This text has black color on #6C5C88 background.


White color preview on #6C5C88 background

This text has white color on #6C5C88 background.