COLOR #607EB9

HEX: #607EB9
RGB: (96,126,185)

Color info

#607EB9 contains mainly green and blue colors. Web safe color of #607EB9 is #6666CC (or #66C).

RGB color model

#607EB9 color RGB value is (96,126,185).

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

RGB channels and saturation

R 96 of 255 = 38%
G 126 of 255 = 49%
B 185 of 255 = 73%

96
126
185

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

Portions of RGB colors in percentages

R + G + B =
96 + 126 + 185 = 407 (100%)
R 96 of 407 ~ 23.59%
G 126 of 407 ~ 30.96%
B 185 of 407 ~ 45.45%

%23.59
%30.96
%45.45

CMYK color model

#607EB9 color CMYK value is (48,32,0,27).

  • cyan value is 48.11%
  • magenta value is 31.89%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,32,0,27)
C48M32Y0K27 
(48%,32%,0%,27%)
(0.48/0.32/0.00/0.27)	

CMYK percentages

%48.11
%31.89
%0
%27.45

Codes

Color #607EB9 in popluar color models

607EB9
RGB96126185
HSL220°38.86%55.10%
HSB/HSV220°48.11%72.55%
CMYK48.11%31.89%0.00%
27.45%

Color #607EB9 in popluar number systems.

HEX607EB9
Decimal96126185
Binary1100000111111010111001
Octal140176271

Shades and tints

Shades of #607EB9

#607EB9
(96,126,185)
#5873A9
(88,115,169)
#506899
(80,104,153)
#485D89
(72,93,137)
#405279
(64,82,121)
#384769
(56,71,105)
#303C59
(48,60,89)
#283149
(40,49,73)
#202639
(32,38,57)
#181B29
(24,27,41)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #607EB9

#607EB9
(96,126,185)
#6E89BF
(110,137,191)
#7C94C5
(124,148,197)
#8A9FCB
(138,159,203)
#98AAD1
(152,170,209)
#A6B5D7
(166,181,215)
#B4C0DD
(180,192,221)
#C2CBE3
(194,203,227)
#D0D6E9
(208,214,233)
#DEE1EF
(222,225,239)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607EB9; }

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

This text font color is #607EB9.


Background Color

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

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

This div background color is #607EB9.


Border color

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

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

This div border color is #607EB9.


Opacity

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

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

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

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

This text has shadow with #607EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607EB9 on black background.


Color preview on white background

This text has color #607EB9 on white background.



Black color preview on #607EB9 background

This text has black color on #607EB9 background.


White color preview on #607EB9 background

This text has white color on #607EB9 background.