COLOR #6C5C9E

HEX: #6C5C9E RGB: (108,92,158)

Color info

#6C5C9E contains mainly red and blue colors. Web safe color of #6C5C9E is #666699 (or #669).

RGB color model

#6C5C9E color RGB value is (108,92,158).

RGB: (108,92,158) (42%, 36%, 62%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 158 of 255 = 62%

108
92
158

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

Portions of RGB colors in percentages

R + G + B = 108 + 92 + 158 = 358 (100%)
R 108 of 358 ~ 30.17%
G 92 of 358 ~ 25.7%
B 158 of 358 ~ 44.13'%

%30.17
%25.7
%44.13

CMYK color model

#6C5C9E color CMYK value is (32,42,0,38).

  • cyan value is 31.65%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (32,42,0,38)
C32M42Y0K38 (32%, 42%, 0%, 38%)
(0.32 / 0.42 / 0.00 / 0.38)

CMYK percentages

%31.65
%41.77
%0
%38.04

Codes

Color #6C5C9E in popluar color models

6C 5C 9E
RGB 108 92 158
HSL 255° 26.40% 49.02%
HSB/HSV 255° 41.77% 61.96%
CMYK 31.65% 41.77% 0.00%
38.04%

Color #6C5C9E in popluar number systems.

HEX 6C 5C 9E
Decimal 108 92 158
Binary 1101100 1011100 10011110
Octal 154 134 236

Shades and tints

Shades of #6C5C9E

#6C5C9E
(108,92,158)
#635490
(99,84,144)
#5A4C82
(90,76,130)
#514474
(81,68,116)
#483C66
(72,60,102)
#3F3458
(63,52,88)
#362C4A
(54,44,74)
#2D243C
(45,36,60)
#241C2E
(36,28,46)
#1B1420
(27,20,32)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #6C5C9E

#6C5C9E
(108,92,158)
#796AA6
(121,106,166)
#8678AE
(134,120,174)
#9386B6
(147,134,182)
#A094BE
(160,148,190)
#ADA2C6
(173,162,198)
#BAB0CE
(186,176,206)
#C7BED6
(199,190,214)
#D4CCDE
(212,204,222)
#E1DAE6
(225,218,230)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5C9E; }

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

This text font color is #6C5C9E.

Background Color

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

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

This div background color is #6C5C9E.

Border color

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

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

This div border color is #6C5C9E.

Opacity

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

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

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

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

This text has shadow with #6C5C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5C9E.

Preview

Color preview on black background

This text has color #6C5C9E on black background.


Color preview on white background

This text has color #6C5C9E on white background.


Black color preview on #6C5C9E background

This text has black color on #6C5C9E background.


White color preview on #6C5C9E background

This text has white color on #6C5C9E background.


Related colors

Complementary color

Complementary color for #hex is #93A361.


I love getcolorcode.com

Triadic colors

1 #9E6C5C and #5C9E6C with #6C5C9E are triadic colors.

2 #9E5C6C and #5C6C9E with #6C5C9E are triadic colors.