COLOR #68556D

HEX: #68556D
RGB: (104,85,109)

Color info

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

RGB color model

#68556D color RGB value is (104,85,109).

  • red value is 104;
  • green value is 85;
  • blue value is 109.
RGB:
(104,85,109)
(41%,33%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 109 of 255 = 43%

104
85
109

R + G + B ~ 39%. #68556D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 85 + 109 = 298 (100%)
R 104 of 298 ~ 34.9%
G 85 of 298 ~ 28.52%
B 109 of 298 ~ 36.58%

%34.9
%28.52
%36.58

CMYK color model

#68556D color CMYK value is (5,22,0,57).

  • cyan value is 4.59%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,22,0,57)
C5M22Y0K57 
(5%,22%,0%,57%)
(0.05/0.22/0.00/0.57)	

CMYK percentages

%4.59
%22.02
%0
%57.25

Codes

Color #68556D in popluar color models

68556D
RGB10485109
HSL288°12.37%38.04%
HSB/HSV288°22.02%42.75%
CMYK4.59%22.02%0.00%
57.25%

Color #68556D in popluar number systems.

HEX68556D
Decimal10485109
Binary110100010101011101101
Octal150125155

Shades and tints

Shades of #68556D

#68556D
(104,85,109)
#5F4E64
(95,78,100)
#56475B
(86,71,91)
#4D4052
(77,64,82)
#443949
(68,57,73)
#3B3240
(59,50,64)
#322B37
(50,43,55)
#29242E
(41,36,46)
#201D25
(32,29,37)
#17161C
(23,22,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #68556D

#68556D
(104,85,109)
#75647A
(117,100,122)
#827387
(130,115,135)
#8F8294
(143,130,148)
#9C91A1
(156,145,161)
#A9A0AE
(169,160,174)
#B6AFBB
(182,175,187)
#C3BEC8
(195,190,200)
#D0CDD5
(208,205,213)
#DDDCE2
(221,220,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68556D color. Also use rgb(104,85,109) instead hex code.

Text Font Color

.myTextColor { color: #68556D; }

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

This text font color is #68556D.


Background Color

.myBgColor { background-color: #68556D; }

<div style="background-color:#68556D">Inner text</div>

This div background color is #68556D.


Border color

.myBorderColor { border: 1px solid #68556D; }

<div style="border:3px solid #68556D">Div</div>

This div border color is #68556D.


Opacity

.myOpacity80 { color: #68556D; opacity: 0.8; }

<p style="color:#68556D;opacity:0.8;">80%</p>

Text with #68556D 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 #68556D;}

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

This text has shadow with #68556D color.

.textShadow {text-shadow: 3px 3px 1px #68556D, 3px 3px 1px red;}

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

This text has shadow with #68556D primary color and red secondary color.


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

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

This text has shadow with #68556D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68556D on black background.


Color preview on white background

This text has color #68556D on white background.



Black color preview on #68556D background

This text has black color on #68556D background.


White color preview on #68556D background

This text has white color on #68556D background.