COLOR #655C8E

HEX: #655C8E RGB: (101,92,142)

Color info

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

RGB color model

#655C8E color RGB value is (101,92,142).

RGB: (101,92,142) (40%, 36%, 56%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 142 of 255 = 56%

101
92
142

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

Portions of RGB colors in percentages

R + G + B = 101 + 92 + 142 = 335 (100%)
R 101 of 335 ~ 30.15%
G 92 of 335 ~ 27.46%
B 142 of 335 ~ 42.39'%

%30.15
%27.46
%42.39

CMYK color model

#655C8E color CMYK value is (29,35,0,44).

  • cyan value is 28.87%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (29,35,0,44)
C29M35Y0K44 (29%, 35%, 0%, 44%)
(0.29 / 0.35 / 0.00 / 0.44)

CMYK percentages

%28.87
%35.21
%0
%44.31

Codes

Color #655C8E in popluar color models

65 5C 8E
RGB 101 92 142
HSL 251° 21.37% 45.88%
HSB/HSV 251° 35.21% 55.69%
CMYK 28.87% 35.21% 0.00%
44.31%

Color #655C8E in popluar number systems.

HEX 65 5C 8E
Decimal 101 92 142
Binary 1100101 1011100 10001110
Octal 145 134 216

Shades and tints

Shades of #655C8E

#655C8E
(101,92,142)
#5C5482
(92,84,130)
#534C76
(83,76,118)
#4A446A
(74,68,106)
#413C5E
(65,60,94)
#383452
(56,52,82)
#2F2C46
(47,44,70)
#26243A
(38,36,58)
#1D1C2E
(29,28,46)
#141422
(20,20,34)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #655C8E

#655C8E
(101,92,142)
#736A98
(115,106,152)
#8178A2
(129,120,162)
#8F86AC
(143,134,172)
#9D94B6
(157,148,182)
#ABA2C0
(171,162,192)
#B9B0CA
(185,176,202)
#C7BED4
(199,190,212)
#D5CCDE
(213,204,222)
#E3DAE8
(227,218,232)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655C8E color. Also use rgb(101,92,142) instead hex code.

Text Font Color

.myTextColor { color: #655C8E; }

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

This text font color is #655C8E.

Background Color

.myBgColor { background-color: #655C8E; }

<div style="background-color:#655C8E">Inner text</div>

This div background color is #655C8E.

Border color

.myBorderColor { border: 1px solid #655C8E; }

<div style="border:3px solid #655C8E">Div</div>

This div border color is #655C8E.

Opacity

.myOpacity80 { color: #655C8E; opacity: 0.8; }

<p style="color:#655C8E;opacity:0.8;">80%</p>

Text with #655C8E 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 #655C8E;}

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

This text has shadow with #655C8E color.


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

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

This text has shadow with #655C8E primary color and red secondary color.


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

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

This text has shadow with #655C8E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #655C8E.

Preview

Color preview on black background

This text has color #655C8E on black background.


Color preview on white background

This text has color #655C8E on white background.


Black color preview on #655C8E background

This text has black color on #655C8E background.


White color preview on #655C8E background

This text has white color on #655C8E background.


Related colors

Complementary color

Complementary color for #hex is #9AA371.


I love getcolorcode.com

Triadic colors

1 #8E655C and #5C8E65 with #655C8E are triadic colors.

2 #8E5C65 and #5C658E with #655C8E are triadic colors.