COLOR #607CA3

HEX: #607CA3
RGB: (96,124,163)

Color info

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

RGB color model

#607CA3 color RGB value is (96,124,163).

  • red value is 96;
  • green value is 124;
  • blue value is 163.
RGB:
(96,124,163)
(38%,49%,64%)

RGB channels and saturation

R 96 of 255 = 38%
G 124 of 255 = 49%
B 163 of 255 = 64%

96
124
163

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

Portions of RGB colors in percentages

R + G + B =
96 + 124 + 163 = 383 (100%)
R 96 of 383 ~ 25.07%
G 124 of 383 ~ 32.38%
B 163 of 383 ~ 42.56%

%25.07
%32.38
%42.56

CMYK color model

#607CA3 color CMYK value is (41,24,0,36).

  • cyan value is 41.10%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(41,24,0,36)
C41M24Y0K36 
(41%,24%,0%,36%)
(0.41/0.24/0.00/0.36)	

CMYK percentages

%41.1
%23.93
%0
%36.08

Codes

Color #607CA3 in popluar color models

607CA3
RGB96124163
HSL215°26.69%50.78%
HSB/HSV215°41.10%63.92%
CMYK41.10%23.93%0.00%
36.08%

Color #607CA3 in popluar number systems.

HEX607CA3
Decimal96124163
Binary1100000111110010100011
Octal140174243

Shades and tints

Shades of #607CA3

#607CA3
(96,124,163)
#587195
(88,113,149)
#506687
(80,102,135)
#485B79
(72,91,121)
#40506B
(64,80,107)
#38455D
(56,69,93)
#303A4F
(48,58,79)
#282F41
(40,47,65)
#202433
(32,36,51)
#181925
(24,25,37)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #607CA3

#607CA3
(96,124,163)
#6E87AB
(110,135,171)
#7C92B3
(124,146,179)
#8A9DBB
(138,157,187)
#98A8C3
(152,168,195)
#A6B3CB
(166,179,203)
#B4BED3
(180,190,211)
#C2C9DB
(194,201,219)
#D0D4E3
(208,212,227)
#DEDFEB
(222,223,235)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607CA3; }

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

This text font color is #607CA3.


Background Color

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

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

This div background color is #607CA3.


Border color

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

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

This div border color is #607CA3.


Opacity

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

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

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

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

This text has shadow with #607CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607CA3 on black background.


Color preview on white background

This text has color #607CA3 on white background.



Black color preview on #607CA3 background

This text has black color on #607CA3 background.


White color preview on #607CA3 background

This text has white color on #607CA3 background.