COLOR #68809E

HEX: #68809E RGB: (104,128,158)

Color info

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

RGB color model

#68809E color RGB value is (104,128,158).

RGB: (104,128,158) (41%, 50%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 158 of 255 = 62%

104
128
158

R + G + B ~ 51%. #68809E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 128 + 158 = 390 (100%)
R 104 of 390 ~ 26.67%
G 128 of 390 ~ 32.82%
B 158 of 390 ~ 40.51'%

%26.67
%32.82
%40.51

CMYK color model

#68809E color CMYK value is (34,19,0,38).

  • cyan value is 34.18%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (34,19,0,38)
C34M19Y0K38 (34%, 19%, 0%, 38%)
(0.34 / 0.19 / 0.00 / 0.38)

CMYK percentages

%34.18
%18.99
%0
%38.04

Codes

Color #68809E in popluar color models

68 80 9E
RGB 104 128 158
HSL 213° 21.77% 51.37%
HSB/HSV 213° 34.18% 61.96%
CMYK 34.18% 18.99% 0.00%
38.04%

Color #68809E in popluar number systems.

HEX 68 80 9E
Decimal 104 128 158
Binary 1101000 10000000 10011110
Octal 150 200 236

Shades and tints

Shades of #68809E

#68809E
(104,128,158)
#5F7590
(95,117,144)
#566A82
(86,106,130)
#4D5F74
(77,95,116)
#445466
(68,84,102)
#3B4958
(59,73,88)
#323E4A
(50,62,74)
#29333C
(41,51,60)
#20282E
(32,40,46)
#171D20
(23,29,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #68809E

#68809E
(104,128,158)
#758BA6
(117,139,166)
#8296AE
(130,150,174)
#8FA1B6
(143,161,182)
#9CACBE
(156,172,190)
#A9B7C6
(169,183,198)
#B6C2CE
(182,194,206)
#C3CDD6
(195,205,214)
#D0D8DE
(208,216,222)
#DDE3E6
(221,227,230)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68809E color. Also use rgb(104,128,158) instead hex code.

Text Font Color

.myTextColor { color: #68809E; }

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

This text font color is #68809E.

Background Color

.myBgColor { background-color: #68809E; }

<div style="background-color:#68809E">Inner text</div>

This div background color is #68809E.

Border color

.myBorderColor { border: 1px solid #68809E; }

<div style="border:3px solid #68809E">Div</div>

This div border color is #68809E.

Opacity

.myOpacity80 { color: #68809E; opacity: 0.8; }

<p style="color:#68809E;opacity:0.8;">80%</p>

Text with #68809E 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 #68809E;}

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

This text has shadow with #68809E color.


.textShadow {text-shadow: 3px 3px 1px #68809E', 3px 3px 1px red;}

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

This text has shadow with #68809E primary color and red secondary color.


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

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

This text has shadow with #68809E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68809E; -webkit-box-shadow: 1px 1px 3px 2px #68809E; box-shadow:1px 1px 3px 2px #68809E;">
Div content here
</div>

This div box has shadow with color #68809E.

Preview

Color preview on black background

This text has color #68809E on black background.


Color preview on white background

This text has color #68809E on white background.


Black color preview on #68809E background

This text has black color on #68809E background.


White color preview on #68809E background

This text has white color on #68809E background.


Related colors

Complementary color

Complementary color for #hex is #977F61.


I love getcolorcode.com

Triadic colors

1 #9E6880 and #809E68 with #68809E are triadic colors.

2 #9E8068 and #80689E with #68809E are triadic colors.