COLOR #68739C

HEX: #68739C
RGB: (104,115,156)

Color info

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

RGB color model

#68739C color RGB value is (104,115,156).

  • red value is 104;
  • green value is 115;
  • blue value is 156.
RGB:
(104,115,156)
(41%,45%,61%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 156 of 255 = 61%

104
115
156

R + G + B ~ 49%. #68739C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 156 = 375 (100%)
R 104 of 375 ~ 27.73%
G 115 of 375 ~ 30.67%
B 156 of 375 ~ 41.6%

%27.73
%30.67
%41.6

CMYK color model

#68739C color CMYK value is (33,26,0,39).

  • cyan value is 33.33%
  • magenta value is 26.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,26,0,39)
C33M26Y0K39 
(33%,26%,0%,39%)
(0.33/0.26/0.00/0.39)	

CMYK percentages

%33.33
%26.28
%0
%38.82

Codes

Color #68739C in popluar color models

68739C
RGB104115156
HSL227°20.80%50.98%
HSB/HSV227°33.33%61.18%
CMYK33.33%26.28%0.00%
38.82%

Color #68739C in popluar number systems.

HEX68739C
Decimal104115156
Binary1101000111001110011100
Octal150163234

Shades and tints

Shades of #68739C

#68739C
(104,115,156)
#5F698E
(95,105,142)
#565F80
(86,95,128)
#4D5572
(77,85,114)
#444B64
(68,75,100)
#3B4156
(59,65,86)
#323748
(50,55,72)
#292D3A
(41,45,58)
#20232C
(32,35,44)
#17191E
(23,25,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #68739C

#68739C
(104,115,156)
#757FA5
(117,127,165)
#828BAE
(130,139,174)
#8F97B7
(143,151,183)
#9CA3C0
(156,163,192)
#A9AFC9
(169,175,201)
#B6BBD2
(182,187,210)
#C3C7DB
(195,199,219)
#D0D3E4
(208,211,228)
#DDDFED
(221,223,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68739C color. Also use rgb(104,115,156) instead hex code.

Text Font Color

.myTextColor { color: #68739C; }

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

This text font color is #68739C.


Background Color

.myBgColor { background-color: #68739C; }

<div style="background-color:#68739C">Inner text</div>

This div background color is #68739C.


Border color

.myBorderColor { border: 1px solid #68739C; }

<div style="border:3px solid #68739C">Div</div>

This div border color is #68739C.


Opacity

.myOpacity80 { color: #68739C; opacity: 0.8; }

<p style="color:#68739C;opacity:0.8;">80%</p>

Text with #68739C 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 #68739C;}

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

This text has shadow with #68739C color.

.textShadow {text-shadow: 3px 3px 1px #68739C, 3px 3px 1px red;}

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

This text has shadow with #68739C primary color and red secondary color.


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

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

This text has shadow with #68739C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68739C on black background.


Color preview on white background

This text has color #68739C on white background.



Black color preview on #68739C background

This text has black color on #68739C background.


White color preview on #68739C background

This text has white color on #68739C background.