COLOR #607EA8

HEX: #607EA8
RGB: (96,126,168)

Color info

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

RGB color model

#607EA8 color RGB value is (96,126,168).

  • red value is 96;
  • green value is 126;
  • blue value is 168.
RGB:
(96,126,168)
(38%,49%,66%)

RGB channels and saturation

R 96 of 255 = 38%
G 126 of 255 = 49%
B 168 of 255 = 66%

96
126
168

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

Portions of RGB colors in percentages

R + G + B =
96 + 126 + 168 = 390 (100%)
R 96 of 390 ~ 24.62%
G 126 of 390 ~ 32.31%
B 168 of 390 ~ 43.08%

%24.62
%32.31
%43.08

CMYK color model

#607EA8 color CMYK value is (43,25,0,34).

  • cyan value is 42.86%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,25,0,34)
C43M25Y0K34 
(43%,25%,0%,34%)
(0.43/0.25/0.00/0.34)	

CMYK percentages

%42.86
%25
%0
%34.12

Codes

Color #607EA8 in popluar color models

607EA8
RGB96126168
HSL215°29.27%51.76%
HSB/HSV215°42.86%65.88%
CMYK42.86%25.00%0.00%
34.12%

Color #607EA8 in popluar number systems.

HEX607EA8
Decimal96126168
Binary1100000111111010101000
Octal140176250

Shades and tints

Shades of #607EA8

#607EA8
(96,126,168)
#587399
(88,115,153)
#50688A
(80,104,138)
#485D7B
(72,93,123)
#40526C
(64,82,108)
#38475D
(56,71,93)
#303C4E
(48,60,78)
#28313F
(40,49,63)
#202630
(32,38,48)
#181B21
(24,27,33)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #607EA8

#607EA8
(96,126,168)
#6E89AF
(110,137,175)
#7C94B6
(124,148,182)
#8A9FBD
(138,159,189)
#98AAC4
(152,170,196)
#A6B5CB
(166,181,203)
#B4C0D2
(180,192,210)
#C2CBD9
(194,203,217)
#D0D6E0
(208,214,224)
#DEE1E7
(222,225,231)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607EA8 color. Also use rgb(96,126,168) instead hex code.

Text Font Color

.myTextColor { color: #607EA8; }

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

This text font color is #607EA8.


Background Color

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

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

This div background color is #607EA8.


Border color

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

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

This div border color is #607EA8.


Opacity

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

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

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

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

This text has shadow with #607EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607EA8 on black background.


Color preview on white background

This text has color #607EA8 on white background.



Black color preview on #607EA8 background

This text has black color on #607EA8 background.


White color preview on #607EA8 background

This text has white color on #607EA8 background.