COLOR #605E7D

HEX: #605E7D
RGB: (96,94,125)

Color info

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

RGB color model

#605E7D color RGB value is (96,94,125).

  • red value is 96;
  • green value is 94;
  • blue value is 125.
RGB:
(96,94,125)
(38%,37%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 94 of 255 = 37%
B 125 of 255 = 49%

96
94
125

R + G + B ~ 41%. #605E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 94 + 125 = 315 (100%)
R 96 of 315 ~ 30.48%
G 94 of 315 ~ 29.84%
B 125 of 315 ~ 39.68%

%30.48
%29.84
%39.68

CMYK color model

#605E7D color CMYK value is (23,25,0,51).

  • cyan value is 23.20%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(23,25,0,51)
C23M25Y0K51 
(23%,25%,0%,51%)
(0.23/0.25/0.00/0.51)	

CMYK percentages

%23.2
%24.8
%0
%50.98

Codes

Color #605E7D in popluar color models

605E7D
RGB9694125
HSL244°14.16%42.94%
HSB/HSV244°24.80%49.02%
CMYK23.20%24.80%0.00%
50.98%

Color #605E7D in popluar number systems.

HEX605E7D
Decimal9694125
Binary110000010111101111101
Octal140136175

Shades and tints

Shades of #605E7D

#605E7D
(96,94,125)
#585672
(88,86,114)
#504E67
(80,78,103)
#48465C
(72,70,92)
#403E51
(64,62,81)
#383646
(56,54,70)
#302E3B
(48,46,59)
#282630
(40,38,48)
#201E25
(32,30,37)
#18161A
(24,22,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #605E7D

#605E7D
(96,94,125)
#6E6C88
(110,108,136)
#7C7A93
(124,122,147)
#8A889E
(138,136,158)
#9896A9
(152,150,169)
#A6A4B4
(166,164,180)
#B4B2BF
(180,178,191)
#C2C0CA
(194,192,202)
#D0CED5
(208,206,213)
#DEDCE0
(222,220,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605E7D color. Also use rgb(96,94,125) instead hex code.

Text Font Color

.myTextColor { color: #605E7D; }

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

This text font color is #605E7D.


Background Color

.myBgColor { background-color: #605E7D; }

<div style="background-color:#605E7D">Inner text</div>

This div background color is #605E7D.


Border color

.myBorderColor { border: 1px solid #605E7D; }

<div style="border:3px solid #605E7D">Div</div>

This div border color is #605E7D.


Opacity

.myOpacity80 { color: #605E7D; opacity: 0.8; }

<p style="color:#605E7D;opacity:0.8;">80%</p>

Text with #605E7D 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 #605E7D;}

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

This text has shadow with #605E7D color.

.textShadow {text-shadow: 3px 3px 1px #605E7D, 3px 3px 1px red;}

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

This text has shadow with #605E7D primary color and red secondary color.


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

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

This text has shadow with #605E7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605E7D on black background.


Color preview on white background

This text has color #605E7D on white background.



Black color preview on #605E7D background

This text has black color on #605E7D background.


White color preview on #605E7D background

This text has white color on #605E7D background.