COLOR #607F9A

HEX: #607F9A RGB: (96,127,154)

Color info

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

RGB color model

#607F9A color RGB value is (96,127,154).

RGB: (96,127,154) (38%, 50%, 60%)

RGB channels and saturation

R 96 of 255 = 38%
G 127 of 255 = 50%
B 154 of 255 = 60%

96
127
154

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

Portions of RGB colors in percentages

R + G + B = 96 + 127 + 154 = 377 (100%)
R 96 of 377 ~ 25.46%
G 127 of 377 ~ 33.69%
B 154 of 377 ~ 40.85'%

%25.46
%33.69
%40.85

CMYK color model

#607F9A color CMYK value is (38,18,0,40).

  • cyan value is 37.66%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (38,18,0,40)
C38M18Y0K40 (38%, 18%, 0%, 40%)
(0.38 / 0.18 / 0.00 / 0.40)

CMYK percentages

%37.66
%17.53
%0
%39.61

Codes

Color #607F9A in popluar color models

60 7F 9A
RGB 96 127 154
HSL 208° 23.20% 49.02%
HSB/HSV 208° 37.66% 60.39%
CMYK 37.66% 17.53% 0.00%
39.61%

Color #607F9A in popluar number systems.

HEX 60 7F 9A
Decimal 96 127 154
Binary 1100000 1111111 10011010
Octal 140 177 232

Shades and tints

Shades of #607F9A

#607F9A
(96,127,154)
#58748C
(88,116,140)
#50697E
(80,105,126)
#485E70
(72,94,112)
#405362
(64,83,98)
#384854
(56,72,84)
#303D46
(48,61,70)
#283238
(40,50,56)
#20272A
(32,39,42)
#181C1C
(24,28,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #607F9A

#607F9A
(96,127,154)
#6E8AA3
(110,138,163)
#7C95AC
(124,149,172)
#8AA0B5
(138,160,181)
#98ABBE
(152,171,190)
#A6B6C7
(166,182,199)
#B4C1D0
(180,193,208)
#C2CCD9
(194,204,217)
#D0D7E2
(208,215,226)
#DEE2EB
(222,226,235)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607F9A color. Also use rgb(96,127,154) instead hex code.

Text Font Color

.myTextColor { color: #607F9A; }

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

This text font color is #607F9A.

Background Color

.myBgColor { background-color: #607F9A; }

<div style="background-color:#607F9A">Inner text</div>

This div background color is #607F9A.

Border color

.myBorderColor { border: 1px solid #607F9A; }

<div style="border:3px solid #607F9A">Div</div>

This div border color is #607F9A.

Opacity

.myOpacity80 { color: #607F9A; opacity: 0.8; }

<p style="color:#607F9A;opacity:0.8;">80%</p>

Text with #607F9A 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 #607F9A;}

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

This text has shadow with #607F9A color.


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

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

This text has shadow with #607F9A primary color and red secondary color.


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

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

This text has shadow with #607F9A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #607F9A.

Preview

Color preview on black background

This text has color #607F9A on black background.


Color preview on white background

This text has color #607F9A on white background.


Black color preview on #607F9A background

This text has black color on #607F9A background.


White color preview on #607F9A background

This text has white color on #607F9A background.


Related colors

Complementary color

Complementary color for #hex is #9F8065.


I love getcolorcode.com

Triadic colors

1 #9A607F and #7F9A60 with #607F9A are triadic colors.

2 #9A7F60 and #7F609A with #607F9A are triadic colors.