COLOR #68749F

HEX: #68749F
RGB: (104,116,159)

Color info

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

RGB color model

#68749F color RGB value is (104,116,159).

  • red value is 104;
  • green value is 116;
  • blue value is 159.
RGB:
(104,116,159)
(41%,45%,62%)

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 159 of 255 = 62%

104
116
159

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

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 159 = 379 (100%)
R 104 of 379 ~ 27.44%
G 116 of 379 ~ 30.61%
B 159 of 379 ~ 41.95%

%27.44
%30.61
%41.95

CMYK color model

#68749F color CMYK value is (35,27,0,38).

  • cyan value is 34.59%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(35,27,0,38)
C35M27Y0K38 
(35%,27%,0%,38%)
(0.35/0.27/0.00/0.38)	

CMYK percentages

%34.59
%27.04
%0
%37.65

Codes

Color #68749F in popluar color models

68749F
RGB104116159
HSL227°22.27%51.57%
HSB/HSV227°34.59%62.35%
CMYK34.59%27.04%0.00%
37.65%

Color #68749F in popluar number systems.

HEX68749F
Decimal104116159
Binary1101000111010010011111
Octal150164237

Shades and tints

Shades of #68749F

#68749F
(104,116,159)
#5F6A91
(95,106,145)
#566083
(86,96,131)
#4D5675
(77,86,117)
#444C67
(68,76,103)
#3B4259
(59,66,89)
#32384B
(50,56,75)
#292E3D
(41,46,61)
#20242F
(32,36,47)
#171A21
(23,26,33)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #68749F

#68749F
(104,116,159)
#7580A7
(117,128,167)
#828CAF
(130,140,175)
#8F98B7
(143,152,183)
#9CA4BF
(156,164,191)
#A9B0C7
(169,176,199)
#B6BCCF
(182,188,207)
#C3C8D7
(195,200,215)
#D0D4DF
(208,212,223)
#DDE0E7
(221,224,231)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68749F color. Also use rgb(104,116,159) instead hex code.

Text Font Color

.myTextColor { color: #68749F; }

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

This text font color is #68749F.


Background Color

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

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

This div background color is #68749F.


Border color

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

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

This div border color is #68749F.


Opacity

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

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

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

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

This text has shadow with #68749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68749F on black background.


Color preview on white background

This text has color #68749F on white background.



Black color preview on #68749F background

This text has black color on #68749F background.


White color preview on #68749F background

This text has white color on #68749F background.