COLOR #60809F

HEX: #60809F
RGB: (96,128,159)

Color info

#60809F contains mainly green and blue colors. Web safe color of #60809F is #666699 (or #669).

RGB color model

#60809F color RGB value is (96,128,159).

  • red value is 96;
  • green value is 128;
  • blue value is 159.
RGB:
(96,128,159)
(38%,50%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 159 of 255 = 62%

96
128
159

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 159 = 383 (100%)
R 96 of 383 ~ 25.07%
G 128 of 383 ~ 33.42%
B 159 of 383 ~ 41.51%

%25.07
%33.42
%41.51

CMYK color model

#60809F color CMYK value is (40,19,0,38).

  • cyan value is 39.62%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(40,19,0,38)
C40M19Y0K38 
(40%,19%,0%,38%)
(0.40/0.19/0.00/0.38)	

CMYK percentages

%39.62
%19.5
%0
%37.65

Codes

Color #60809F in popluar color models

60809F
RGB96128159
HSL210°24.71%50.00%
HSB/HSV210°39.62%62.35%
CMYK39.62%19.50%0.00%
37.65%

Color #60809F in popluar number systems.

HEX60809F
Decimal96128159
Binary11000001000000010011111
Octal140200237

Shades and tints

Shades of #60809F

#60809F
(96,128,159)
#587591
(88,117,145)
#506A83
(80,106,131)
#485F75
(72,95,117)
#405467
(64,84,103)
#384959
(56,73,89)
#303E4B
(48,62,75)
#28333D
(40,51,61)
#20282F
(32,40,47)
#181D21
(24,29,33)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #60809F

#60809F
(96,128,159)
#6E8BA7
(110,139,167)
#7C96AF
(124,150,175)
#8AA1B7
(138,161,183)
#98ACBF
(152,172,191)
#A6B7C7
(166,183,199)
#B4C2CF
(180,194,207)
#C2CDD7
(194,205,215)
#D0D8DF
(208,216,223)
#DEE3E7
(222,227,231)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60809F color. Also use rgb(96,128,159) instead hex code.

Text Font Color

.myTextColor { color: #60809F; }

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

This text font color is #60809F.


Background Color

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

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

This div background color is #60809F.


Border color

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

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

This div border color is #60809F.


Opacity

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

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

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

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

This text has shadow with #60809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60809F on black background.


Color preview on white background

This text has color #60809F on white background.



Black color preview on #60809F background

This text has black color on #60809F background.


White color preview on #60809F background

This text has white color on #60809F background.