COLOR #68556F

HEX: #68556F
RGB: (104,85,111)

Color info

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

RGB color model

#68556F color RGB value is (104,85,111).

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

RGB channels and saturation

R 104 of 255 = 41%
G 85 of 255 = 33%
B 111 of 255 = 44%

104
85
111

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

Portions of RGB colors in percentages

R + G + B =
104 + 85 + 111 = 300 (100%)
R 104 of 300 ~ 34.67%
G 85 of 300 ~ 28.33%
B 111 of 300 ~ 37%

%34.67
%28.33
%37

CMYK color model

#68556F color CMYK value is (6,23,0,56).

  • cyan value is 6.31%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(6,23,0,56)
C6M23Y0K56 
(6%,23%,0%,56%)
(0.06/0.23/0.00/0.56)	

CMYK percentages

%6.31
%23.42
%0
%56.47

Codes

Color #68556F in popluar color models

68556F
RGB10485111
HSL284°13.27%38.43%
HSB/HSV284°23.42%43.53%
CMYK6.31%23.42%0.00%
56.47%

Color #68556F in popluar number systems.

HEX68556F
Decimal10485111
Binary110100010101011101111
Octal150125157

Shades and tints

Shades of #68556F

#68556F
(104,85,111)
#5F4E65
(95,78,101)
#56475B
(86,71,91)
#4D4051
(77,64,81)
#443947
(68,57,71)
#3B323D
(59,50,61)
#322B33
(50,43,51)
#292429
(41,36,41)
#201D1F
(32,29,31)
#171615
(23,22,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #68556F

#68556F
(104,85,111)
#75647C
(117,100,124)
#827389
(130,115,137)
#8F8296
(143,130,150)
#9C91A3
(156,145,163)
#A9A0B0
(169,160,176)
#B6AFBD
(182,175,189)
#C3BECA
(195,190,202)
#D0CDD7
(208,205,215)
#DDDCE4
(221,220,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68556F; }

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

This text font color is #68556F.


Background Color

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

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

This div background color is #68556F.


Border color

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

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

This div border color is #68556F.


Opacity

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

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

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

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

This text has shadow with #68556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68556F on black background.


Color preview on white background

This text has color #68556F on white background.



Black color preview on #68556F background

This text has black color on #68556F background.


White color preview on #68556F background

This text has white color on #68556F background.