COLOR #607C84

HEX: #607C84 RGB: (96,124,132)

Color info

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

RGB color model

#607C84 color RGB value is (96,124,132).

RGB: (96,124,132) (38%, 49%, 52%)

RGB channels and saturation

R 96 of 255 = 38%
G 124 of 255 = 49%
B 132 of 255 = 52%

96
124
132

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

Portions of RGB colors in percentages

R + G + B = 96 + 124 + 132 = 352 (100%)
R 96 of 352 ~ 27.27%
G 124 of 352 ~ 35.23%
B 132 of 352 ~ 37.5'%

%27.27
%35.23
%37.5

CMYK color model

#607C84 color CMYK value is (27,6,0,48).

  • cyan value is 27.27%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (27,6,0,48)
C27M6Y0K48 (27%, 6%, 0%, 48%)
(0.27 / 0.06 / 0.00 / 0.48)

CMYK percentages

%27.27
%6.06
%0
%48.24

Codes

Color #607C84 in popluar color models

60 7C 84
RGB 96 124 132
HSL 193° 15.79% 44.71%
HSB/HSV 193° 27.27% 51.76%
CMYK 27.27% 6.06% 0.00%
48.24%

Color #607C84 in popluar number systems.

HEX 60 7C 84
Decimal 96 124 132
Binary 1100000 1111100 10000100
Octal 140 174 204

Shades and tints

Shades of #607C84

#607C84
(96,124,132)
#587178
(88,113,120)
#50666C
(80,102,108)
#485B60
(72,91,96)
#405054
(64,80,84)
#384548
(56,69,72)
#303A3C
(48,58,60)
#282F30
(40,47,48)
#202424
(32,36,36)
#181918
(24,25,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #607C84

#607C84
(96,124,132)
#6E878F
(110,135,143)
#7C929A
(124,146,154)
#8A9DA5
(138,157,165)
#98A8B0
(152,168,176)
#A6B3BB
(166,179,187)
#B4BEC6
(180,190,198)
#C2C9D1
(194,201,209)
#D0D4DC
(208,212,220)
#DEDFE7
(222,223,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607C84 color. Also use rgb(96,124,132) instead hex code.

Text Font Color

.myTextColor { color: #607C84; }

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

This text font color is #607C84.

Background Color

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

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

This div background color is #607C84.

Border color

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

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

This div border color is #607C84.

Opacity

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

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

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

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

This text has shadow with #607C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607C84.

Preview

Color preview on black background

This text has color #607C84 on black background.


Color preview on white background

This text has color #607C84 on white background.


Black color preview on #607C84 background

This text has black color on #607C84 background.


White color preview on #607C84 background

This text has white color on #607C84 background.


Related colors

Complementary color

Complementary color for #hex is #9F837B.


I love getcolorcode.com

Triadic colors

1 #84607C and #7C8460 with #607C84 are triadic colors.

2 #847C60 and #7C6084 with #607C84 are triadic colors.