COLOR #68778F

HEX: #68778F
RGB: (104,119,143)

Color info

#68778F contains red, green and blue colors in about the same proportion. Web safe color of #68778F is #666699 (or #669).

RGB color model

#68778F color RGB value is (104,119,143).

  • red value is 104;
  • green value is 119;
  • blue value is 143.
RGB:
(104,119,143)
(41%,47%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 143 of 255 = 56%

104
119
143

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

Portions of RGB colors in percentages

R + G + B =
104 + 119 + 143 = 366 (100%)
R 104 of 366 ~ 28.42%
G 119 of 366 ~ 32.51%
B 143 of 366 ~ 39.07%

%28.42
%32.51
%39.07

CMYK color model

#68778F color CMYK value is (27,17,0,44).

  • cyan value is 27.27%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(27,17,0,44)
C27M17Y0K44 
(27%,17%,0%,44%)
(0.27/0.17/0.00/0.44)	

CMYK percentages

%27.27
%16.78
%0
%43.92

Codes

Color #68778F in popluar color models

68778F
RGB104119143
HSL217°15.79%48.43%
HSB/HSV217°27.27%56.08%
CMYK27.27%16.78%0.00%
43.92%

Color #68778F in popluar number systems.

HEX68778F
Decimal104119143
Binary1101000111011110001111
Octal150167217

Shades and tints

Shades of #68778F

#68778F
(104,119,143)
#5F6D82
(95,109,130)
#566375
(86,99,117)
#4D5968
(77,89,104)
#444F5B
(68,79,91)
#3B454E
(59,69,78)
#323B41
(50,59,65)
#293134
(41,49,52)
#202727
(32,39,39)
#171D1A
(23,29,26)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #68778F

#68778F
(104,119,143)
#758399
(117,131,153)
#828FA3
(130,143,163)
#8F9BAD
(143,155,173)
#9CA7B7
(156,167,183)
#A9B3C1
(169,179,193)
#B6BFCB
(182,191,203)
#C3CBD5
(195,203,213)
#D0D7DF
(208,215,223)
#DDE3E9
(221,227,233)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68778F color. Also use rgb(104,119,143) instead hex code.

Text Font Color

.myTextColor { color: #68778F; }

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

This text font color is #68778F.


Background Color

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

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

This div background color is #68778F.


Border color

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

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

This div border color is #68778F.


Opacity

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

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

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

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

This text has shadow with #68778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68778F on black background.


Color preview on white background

This text has color #68778F on white background.



Black color preview on #68778F background

This text has black color on #68778F background.


White color preview on #68778F background

This text has white color on #68778F background.