COLOR #607090

HEX: #607090 RGB: (96,112,144)

Color info

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

RGB color model

#607090 color RGB value is (96,112,144).

RGB: (96,112,144) (38%, 44%, 56%)

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 144 of 255 = 56%

96
112
144

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

Portions of RGB colors in percentages

R + G + B = 96 + 112 + 144 = 352 (100%)
R 96 of 352 ~ 27.27%
G 112 of 352 ~ 31.82%
B 144 of 352 ~ 40.91'%

%27.27
%31.82
%40.91

CMYK color model

#607090 color CMYK value is (33,22,0,44).

  • cyan value is 33.33%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (33,22,0,44)
C33M22Y0K44 (33%, 22%, 0%, 44%)
(0.33 / 0.22 / 0.00 / 0.44)

CMYK percentages

%33.33
%22.22
%0
%43.53

Codes

Color #607090 in popluar color models

60 70 90
RGB 96 112 144
HSL 220° 20.00% 47.06%
HSB/HSV 220° 33.33% 56.47%
CMYK 33.33% 22.22% 0.00%
43.53%

Color #607090 in popluar number systems.

HEX 60 70 90
Decimal 96 112 144
Binary 1100000 1110000 10010000
Octal 140 160 220

Shades and tints

Shades of #607090

#607090
(96,112,144)
#586683
(88,102,131)
#505C76
(80,92,118)
#485269
(72,82,105)
#40485C
(64,72,92)
#383E4F
(56,62,79)
#303442
(48,52,66)
#282A35
(40,42,53)
#202028
(32,32,40)
#18161B
(24,22,27)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #607090

#607090
(96,112,144)
#6E7D9A
(110,125,154)
#7C8AA4
(124,138,164)
#8A97AE
(138,151,174)
#98A4B8
(152,164,184)
#A6B1C2
(166,177,194)
#B4BECC
(180,190,204)
#C2CBD6
(194,203,214)
#D0D8E0
(208,216,224)
#DEE5EA
(222,229,234)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607090; }

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

This text font color is #607090.

Background Color

.myBgColor { background-color: #607090; }

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

This div background color is #607090.

Border color

.myBorderColor { border: 1px solid #607090; }

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

This div border color is #607090.

Opacity

.myOpacity80 { color: #607090; opacity: 0.8; }

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

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

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

This text has shadow with #607090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607090.

Preview

Color preview on black background

This text has color #607090 on black background.


Color preview on white background

This text has color #607090 on white background.


Black color preview on #607090 background

This text has black color on #607090 background.


White color preview on #607090 background

This text has white color on #607090 background.


Related colors

Complementary color

Complementary color for #hex is #9F8F6F.


I love getcolorcode.com

Triadic colors

1 #906070 and #709060 with #607090 are triadic colors.

2 #907060 and #706090 with #607090 are triadic colors.