COLOR #655F7D

HEX: #655F7D
RGB: (101,95,125)

Color info

#655F7D contains red, green and blue colors in about the same proportion. Web safe color of #655F7D is #666666 (or #666).

RGB color model

#655F7D color RGB value is (101,95,125).

  • red value is 101;
  • green value is 95;
  • blue value is 125.
RGB:
(101,95,125)
(40%,37%,49%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 125 of 255 = 49%

101
95
125

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

Portions of RGB colors in percentages

R + G + B =
101 + 95 + 125 = 321 (100%)
R 101 of 321 ~ 31.46%
G 95 of 321 ~ 29.6%
B 125 of 321 ~ 38.94%

%31.46
%29.6
%38.94

CMYK color model

#655F7D color CMYK value is (19,24,0,51).

  • cyan value is 19.20%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(19,24,0,51)
C19M24Y0K51 
(19%,24%,0%,51%)
(0.19/0.24/0.00/0.51)	

CMYK percentages

%19.2
%24
%0
%50.98

Codes

Color #655F7D in popluar color models

655F7D
RGB10195125
HSL252°13.64%43.14%
HSB/HSV252°24.00%49.02%
CMYK19.20%24.00%0.00%
50.98%

Color #655F7D in popluar number systems.

HEX655F7D
Decimal10195125
Binary110010110111111111101
Octal145137175

Shades and tints

Shades of #655F7D

#655F7D
(101,95,125)
#5C5772
(92,87,114)
#534F67
(83,79,103)
#4A475C
(74,71,92)
#413F51
(65,63,81)
#383746
(56,55,70)
#2F2F3B
(47,47,59)
#262730
(38,39,48)
#1D1F25
(29,31,37)
#14171A
(20,23,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #655F7D

#655F7D
(101,95,125)
#736D88
(115,109,136)
#817B93
(129,123,147)
#8F899E
(143,137,158)
#9D97A9
(157,151,169)
#ABA5B4
(171,165,180)
#B9B3BF
(185,179,191)
#C7C1CA
(199,193,202)
#D5CFD5
(213,207,213)
#E3DDE0
(227,221,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655F7D color. Also use rgb(101,95,125) instead hex code.

Text Font Color

.myTextColor { color: #655F7D; }

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

This text font color is #655F7D.


Background Color

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

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

This div background color is #655F7D.


Border color

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

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

This div border color is #655F7D.


Opacity

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

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

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

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

This text has shadow with #655F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655F7D on black background.


Color preview on white background

This text has color #655F7D on white background.



Black color preview on #655F7D background

This text has black color on #655F7D background.


White color preview on #655F7D background

This text has white color on #655F7D background.