COLOR #68577F

HEX: #68577F
RGB: (104,87,127)

Color info

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

RGB color model

#68577F color RGB value is (104,87,127).

  • red value is 104;
  • green value is 87;
  • blue value is 127.
RGB:
(104,87,127)
(41%,34%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 127 of 255 = 50%

104
87
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 127 = 318 (100%)
R 104 of 318 ~ 32.7%
G 87 of 318 ~ 27.36%
B 127 of 318 ~ 39.94%

%32.7
%27.36
%39.94

CMYK color model

#68577F color CMYK value is (18,31,0,50).

  • cyan value is 18.11%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(18,31,0,50)
C18M31Y0K50 
(18%,31%,0%,50%)
(0.18/0.31/0.00/0.50)	

CMYK percentages

%18.11
%31.5
%0
%50.2

Codes

Color #68577F in popluar color models

68577F
RGB10487127
HSL266°18.69%41.96%
HSB/HSV266°31.50%49.80%
CMYK18.11%31.50%0.00%
50.20%

Color #68577F in popluar number systems.

HEX68577F
Decimal10487127
Binary110100010101111111111
Octal150127177

Shades and tints

Shades of #68577F

#68577F
(104,87,127)
#5F5074
(95,80,116)
#564969
(86,73,105)
#4D425E
(77,66,94)
#443B53
(68,59,83)
#3B3448
(59,52,72)
#322D3D
(50,45,61)
#292632
(41,38,50)
#201F27
(32,31,39)
#17181C
(23,24,28)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #68577F

#68577F
(104,87,127)
#75668A
(117,102,138)
#827595
(130,117,149)
#8F84A0
(143,132,160)
#9C93AB
(156,147,171)
#A9A2B6
(169,162,182)
#B6B1C1
(182,177,193)
#C3C0CC
(195,192,204)
#D0CFD7
(208,207,215)
#DDDEE2
(221,222,226)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68577F color. Also use rgb(104,87,127) instead hex code.

Text Font Color

.myTextColor { color: #68577F; }

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

This text font color is #68577F.


Background Color

.myBgColor { background-color: #68577F; }

<div style="background-color:#68577F">Inner text</div>

This div background color is #68577F.


Border color

.myBorderColor { border: 1px solid #68577F; }

<div style="border:3px solid #68577F">Div</div>

This div border color is #68577F.


Opacity

.myOpacity80 { color: #68577F; opacity: 0.8; }

<p style="color:#68577F;opacity:0.8;">80%</p>

Text with #68577F 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 #68577F;}

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

This text has shadow with #68577F color.

.textShadow {text-shadow: 3px 3px 1px #68577F, 3px 3px 1px red;}

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

This text has shadow with #68577F primary color and red secondary color.


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

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

This text has shadow with #68577F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68577F on black background.


Color preview on white background

This text has color #68577F on white background.



Black color preview on #68577F background

This text has black color on #68577F background.


White color preview on #68577F background

This text has white color on #68577F background.