COLOR #60709B

HEX: #60709B RGB: (96,112,155)

Color info

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

RGB color model

#60709B color RGB value is (96,112,155).

RGB: (96,112,155) (38%, 44%, 61%)

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 155 of 255 = 61%

96
112
155

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

Portions of RGB colors in percentages

R + G + B = 96 + 112 + 155 = 363 (100%)
R 96 of 363 ~ 26.45%
G 112 of 363 ~ 30.85%
B 155 of 363 ~ 42.7'%

%26.45
%30.85
%42.7

CMYK color model

#60709B color CMYK value is (38,28,0,39).

  • cyan value is 38.06%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (38,28,0,39)
C38M28Y0K39 (38%, 28%, 0%, 39%)
(0.38 / 0.28 / 0.00 / 0.39)

CMYK percentages

%38.06
%27.74
%0
%39.22

Codes

Color #60709B in popluar color models

60 70 9B
RGB 96 112 155
HSL 224° 23.51% 49.22%
HSB/HSV 224° 38.06% 60.78%
CMYK 38.06% 27.74% 0.00%
39.22%

Color #60709B in popluar number systems.

HEX 60 70 9B
Decimal 96 112 155
Binary 1100000 1110000 10011011
Octal 140 160 233

Shades and tints

Shades of #60709B

#60709B
(96,112,155)
#58668D
(88,102,141)
#505C7F
(80,92,127)
#485271
(72,82,113)
#404863
(64,72,99)
#383E55
(56,62,85)
#303447
(48,52,71)
#282A39
(40,42,57)
#20202B
(32,32,43)
#18161D
(24,22,29)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #60709B

#60709B
(96,112,155)
#6E7DA4
(110,125,164)
#7C8AAD
(124,138,173)
#8A97B6
(138,151,182)
#98A4BF
(152,164,191)
#A6B1C8
(166,177,200)
#B4BED1
(180,190,209)
#C2CBDA
(194,203,218)
#D0D8E3
(208,216,227)
#DEE5EC
(222,229,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60709B; }

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

This text font color is #60709B.

Background Color

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

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

This div background color is #60709B.

Border color

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

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

This div border color is #60709B.

Opacity

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

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

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

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

This text has shadow with #60709B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60709B.

Preview

Color preview on black background

This text has color #60709B on black background.


Color preview on white background

This text has color #60709B on white background.


Black color preview on #60709B background

This text has black color on #60709B background.


White color preview on #60709B background

This text has white color on #60709B background.


Related colors

Complementary color

Complementary color for #hex is #9F8F64.


I love getcolorcode.com

Triadic colors

1 #9B6070 and #709B60 with #60709B are triadic colors.

2 #9B7060 and #70609B with #60709B are triadic colors.