COLOR #607B87

HEX: #607B87 RGB: (96,123,135)

Color info

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

RGB color model

#607B87 color RGB value is (96,123,135).

RGB: (96,123,135) (38%, 48%, 53%)

RGB channels and saturation

R 96 of 255 = 38%
G 123 of 255 = 48%
B 135 of 255 = 53%

96
123
135

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

Portions of RGB colors in percentages

R + G + B = 96 + 123 + 135 = 354 (100%)
R 96 of 354 ~ 27.12%
G 123 of 354 ~ 34.75%
B 135 of 354 ~ 38.14'%

%27.12
%34.75
%38.14

CMYK color model

#607B87 color CMYK value is (29,9,0,47).

  • cyan value is 28.89%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (29,9,0,47)
C29M9Y0K47 (29%, 9%, 0%, 47%)
(0.29 / 0.09 / 0.00 / 0.47)

CMYK percentages

%28.89
%8.89
%0
%47.06

Codes

Color #607B87 in popluar color models

60 7B 87
RGB 96 123 135
HSL 198° 16.88% 45.29%
HSB/HSV 198° 28.89% 52.94%
CMYK 28.89% 8.89% 0.00%
47.06%

Color #607B87 in popluar number systems.

HEX 60 7B 87
Decimal 96 123 135
Binary 1100000 1111011 10000111
Octal 140 173 207

Shades and tints

Shades of #607B87

#607B87
(96,123,135)
#58707B
(88,112,123)
#50656F
(80,101,111)
#485A63
(72,90,99)
#404F57
(64,79,87)
#38444B
(56,68,75)
#30393F
(48,57,63)
#282E33
(40,46,51)
#202327
(32,35,39)
#18181B
(24,24,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #607B87

#607B87
(96,123,135)
#6E8791
(110,135,145)
#7C939B
(124,147,155)
#8A9FA5
(138,159,165)
#98ABAF
(152,171,175)
#A6B7B9
(166,183,185)
#B4C3C3
(180,195,195)
#C2CFCD
(194,207,205)
#D0DBD7
(208,219,215)
#DEE7E1
(222,231,225)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607B87 color. Also use rgb(96,123,135) instead hex code.

Text Font Color

.myTextColor { color: #607B87; }

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

This text font color is #607B87.

Background Color

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

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

This div background color is #607B87.

Border color

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

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

This div border color is #607B87.

Opacity

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

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

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

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

This text has shadow with #607B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607B87.

Preview

Color preview on black background

This text has color #607B87 on black background.


Color preview on white background

This text has color #607B87 on white background.


Black color preview on #607B87 background

This text has black color on #607B87 background.


White color preview on #607B87 background

This text has white color on #607B87 background.


Related colors

Complementary color

Complementary color for #hex is #9F8478.


I love getcolorcode.com

Triadic colors

1 #87607B and #7B8760 with #607B87 are triadic colors.

2 #877B60 and #7B6087 with #607B87 are triadic colors.