COLOR #60799D

HEX: #60799D RGB: (96,121,157)

Color info

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

RGB color model

#60799D color RGB value is (96,121,157).

RGB: (96,121,157) (38%, 47%, 62%)

RGB channels and saturation

R 96 of 255 = 38%
G 121 of 255 = 47%
B 157 of 255 = 62%

96
121
157

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

Portions of RGB colors in percentages

R + G + B = 96 + 121 + 157 = 374 (100%)
R 96 of 374 ~ 25.67%
G 121 of 374 ~ 32.35%
B 157 of 374 ~ 41.98'%

%25.67
%32.35
%41.98

CMYK color model

#60799D color CMYK value is (39,23,0,38).

  • cyan value is 38.85%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (39,23,0,38)
C39M23Y0K38 (39%, 23%, 0%, 38%)
(0.39 / 0.23 / 0.00 / 0.38)

CMYK percentages

%38.85
%22.93
%0
%38.43

Codes

Color #60799D in popluar color models

60 79 9D
RGB 96 121 157
HSL 215° 24.11% 49.61%
HSB/HSV 215° 38.85% 61.57%
CMYK 38.85% 22.93% 0.00%
38.43%

Color #60799D in popluar number systems.

HEX 60 79 9D
Decimal 96 121 157
Binary 1100000 1111001 10011101
Octal 140 171 235

Shades and tints

Shades of #60799D

#60799D
(96,121,157)
#586E8F
(88,110,143)
#506381
(80,99,129)
#485873
(72,88,115)
#404D65
(64,77,101)
#384257
(56,66,87)
#303749
(48,55,73)
#282C3B
(40,44,59)
#20212D
(32,33,45)
#18161F
(24,22,31)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #60799D

#60799D
(96,121,157)
#6E85A5
(110,133,165)
#7C91AD
(124,145,173)
#8A9DB5
(138,157,181)
#98A9BD
(152,169,189)
#A6B5C5
(166,181,197)
#B4C1CD
(180,193,205)
#C2CDD5
(194,205,213)
#D0D9DD
(208,217,221)
#DEE5E5
(222,229,229)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60799D color. Also use rgb(96,121,157) instead hex code.

Text Font Color

.myTextColor { color: #60799D; }

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

This text font color is #60799D.

Background Color

.myBgColor { background-color: #60799D; }

<div style="background-color:#60799D">Inner text</div>

This div background color is #60799D.

Border color

.myBorderColor { border: 1px solid #60799D; }

<div style="border:3px solid #60799D">Div</div>

This div border color is #60799D.

Opacity

.myOpacity80 { color: #60799D; opacity: 0.8; }

<p style="color:#60799D;opacity:0.8;">80%</p>

Text with #60799D 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 #60799D;}

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

This text has shadow with #60799D color.


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

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

This text has shadow with #60799D primary color and red secondary color.


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

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

This text has shadow with #60799D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60799D.

Preview

Color preview on black background

This text has color #60799D on black background.


Color preview on white background

This text has color #60799D on white background.


Black color preview on #60799D background

This text has black color on #60799D background.


White color preview on #60799D background

This text has white color on #60799D background.


Related colors

Complementary color

Complementary color for #hex is #9F8662.


I love getcolorcode.com

Triadic colors

1 #9D6079 and #799D60 with #60799D are triadic colors.

2 #9D7960 and #79609D with #60799D are triadic colors.