COLOR #607DA5

HEX: #607DA5
RGB: (96,125,165)

Color info

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

RGB color model

#607DA5 color RGB value is (96,125,165).

  • red value is 96;
  • green value is 125;
  • blue value is 165.
RGB:
(96,125,165)
(38%,49%,65%)

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 165 of 255 = 65%

96
125
165

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

Portions of RGB colors in percentages

R + G + B =
96 + 125 + 165 = 386 (100%)
R 96 of 386 ~ 24.87%
G 125 of 386 ~ 32.38%
B 165 of 386 ~ 42.75%

%24.87
%32.38
%42.75

CMYK color model

#607DA5 color CMYK value is (42,24,0,35).

  • cyan value is 41.82%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(42,24,0,35)
C42M24Y0K35 
(42%,24%,0%,35%)
(0.42/0.24/0.00/0.35)	

CMYK percentages

%41.82
%24.24
%0
%35.29

Codes

Color #607DA5 in popluar color models

607DA5
RGB96125165
HSL215°27.71%51.18%
HSB/HSV215°41.82%64.71%
CMYK41.82%24.24%0.00%
35.29%

Color #607DA5 in popluar number systems.

HEX607DA5
Decimal96125165
Binary1100000111110110100101
Octal140175245

Shades and tints

Shades of #607DA5

#607DA5
(96,125,165)
#587296
(88,114,150)
#506787
(80,103,135)
#485C78
(72,92,120)
#405169
(64,81,105)
#38465A
(56,70,90)
#303B4B
(48,59,75)
#28303C
(40,48,60)
#20252D
(32,37,45)
#181A1E
(24,26,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #607DA5

#607DA5
(96,125,165)
#6E88AD
(110,136,173)
#7C93B5
(124,147,181)
#8A9EBD
(138,158,189)
#98A9C5
(152,169,197)
#A6B4CD
(166,180,205)
#B4BFD5
(180,191,213)
#C2CADD
(194,202,221)
#D0D5E5
(208,213,229)
#DEE0ED
(222,224,237)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607DA5 color. Also use rgb(96,125,165) instead hex code.

Text Font Color

.myTextColor { color: #607DA5; }

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

This text font color is #607DA5.


Background Color

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

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

This div background color is #607DA5.


Border color

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

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

This div border color is #607DA5.


Opacity

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

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

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

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

This text has shadow with #607DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607DA5 on black background.


Color preview on white background

This text has color #607DA5 on white background.



Black color preview on #607DA5 background

This text has black color on #607DA5 background.


White color preview on #607DA5 background

This text has white color on #607DA5 background.