COLOR #60809B

HEX: #60809B
RGB: (96,128,155)

Color info

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

RGB color model

#60809B color RGB value is (96,128,155).

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

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 155 of 255 = 61%

96
128
155

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 155 = 379 (100%)
R 96 of 379 ~ 25.33%
G 128 of 379 ~ 33.77%
B 155 of 379 ~ 40.9%

%25.33
%33.77
%40.9

CMYK color model

#60809B color CMYK value is (38,17,0,39).

  • cyan value is 38.06%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(38,17,0,39)
C38M17Y0K39 
(38%,17%,0%,39%)
(0.38/0.17/0.00/0.39)	

CMYK percentages

%38.06
%17.42
%0
%39.22

Codes

Color #60809B in popluar color models

60809B
RGB96128155
HSL207°23.51%49.22%
HSB/HSV207°38.06%60.78%
CMYK38.06%17.42%0.00%
39.22%

Color #60809B in popluar number systems.

HEX60809B
Decimal96128155
Binary11000001000000010011011
Octal140200233

Shades and tints

Shades of #60809B

#60809B
(96,128,155)
#58758D
(88,117,141)
#506A7F
(80,106,127)
#485F71
(72,95,113)
#405463
(64,84,99)
#384955
(56,73,85)
#303E47
(48,62,71)
#283339
(40,51,57)
#20282B
(32,40,43)
#181D1D
(24,29,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #60809B

#60809B
(96,128,155)
#6E8BA4
(110,139,164)
#7C96AD
(124,150,173)
#8AA1B6
(138,161,182)
#98ACBF
(152,172,191)
#A6B7C8
(166,183,200)
#B4C2D1
(180,194,209)
#C2CDDA
(194,205,218)
#D0D8E3
(208,216,227)
#DEE3EC
(222,227,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60809B; }

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

This text font color is #60809B.


Background Color

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

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

This div background color is #60809B.


Border color

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

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

This div border color is #60809B.


Opacity

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

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

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

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

This text has shadow with #60809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60809B on black background.


Color preview on white background

This text has color #60809B on white background.



Black color preview on #60809B background

This text has black color on #60809B background.


White color preview on #60809B background

This text has white color on #60809B background.