COLOR #607B8A

HEX: #607B8A
RGB: (96,123,138)

Color info

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

RGB color model

#607B8A color RGB value is (96,123,138).

  • red value is 96;
  • green value is 123;
  • blue value is 138.
RGB:
(96,123,138)
(38%,48%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 123 of 255 = 48%
B 138 of 255 = 54%

96
123
138

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

Portions of RGB colors in percentages

R + G + B =
96 + 123 + 138 = 357 (100%)
R 96 of 357 ~ 26.89%
G 123 of 357 ~ 34.45%
B 138 of 357 ~ 38.66%

%26.89
%34.45
%38.66

CMYK color model

#607B8A color CMYK value is (30,11,0,46).

  • cyan value is 30.43%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,11,0,46)
C30M11Y0K46 
(30%,11%,0%,46%)
(0.30/0.11/0.00/0.46)	

CMYK percentages

%30.43
%10.87
%0
%45.88

Codes

Color #607B8A in popluar color models

607B8A
RGB96123138
HSL201°17.95%45.88%
HSB/HSV201°30.43%54.12%
CMYK30.43%10.87%0.00%
45.88%

Color #607B8A in popluar number systems.

HEX607B8A
Decimal96123138
Binary1100000111101110001010
Octal140173212

Shades and tints

Shades of #607B8A

#607B8A
(96,123,138)
#58707E
(88,112,126)
#506572
(80,101,114)
#485A66
(72,90,102)
#404F5A
(64,79,90)
#38444E
(56,68,78)
#303942
(48,57,66)
#282E36
(40,46,54)
#20232A
(32,35,42)
#18181E
(24,24,30)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #607B8A

#607B8A
(96,123,138)
#6E8794
(110,135,148)
#7C939E
(124,147,158)
#8A9FA8
(138,159,168)
#98ABB2
(152,171,178)
#A6B7BC
(166,183,188)
#B4C3C6
(180,195,198)
#C2CFD0
(194,207,208)
#D0DBDA
(208,219,218)
#DEE7E4
(222,231,228)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607B8A color. Also use rgb(96,123,138) instead hex code.

Text Font Color

.myTextColor { color: #607B8A; }

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

This text font color is #607B8A.


Background Color

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

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

This div background color is #607B8A.


Border color

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

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

This div border color is #607B8A.


Opacity

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

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

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

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

This text has shadow with #607B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607B8A on black background.


Color preview on white background

This text has color #607B8A on white background.



Black color preview on #607B8A background

This text has black color on #607B8A background.


White color preview on #607B8A background

This text has white color on #607B8A background.