COLOR #607A88

HEX: #607A88
RGB: (96,122,136)

Color info

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

RGB color model

#607A88 color RGB value is (96,122,136).

  • red value is 96;
  • green value is 122;
  • blue value is 136.
RGB:
(96,122,136)
(38%,48%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 122 of 255 = 48%
B 136 of 255 = 53%

96
122
136

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

Portions of RGB colors in percentages

R + G + B =
96 + 122 + 136 = 354 (100%)
R 96 of 354 ~ 27.12%
G 122 of 354 ~ 34.46%
B 136 of 354 ~ 38.42%

%27.12
%34.46
%38.42

CMYK color model

#607A88 color CMYK value is (29,10,0,47).

  • cyan value is 29.41%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,10,0,47)
C29M10Y0K47 
(29%,10%,0%,47%)
(0.29/0.10/0.00/0.47)	

CMYK percentages

%29.41
%10.29
%0
%46.67

Codes

Color #607A88 in popluar color models

607A88
RGB96122136
HSL201°17.24%45.49%
HSB/HSV201°29.41%53.33%
CMYK29.41%10.29%0.00%
46.67%

Color #607A88 in popluar number systems.

HEX607A88
Decimal96122136
Binary1100000111101010001000
Octal140172210

Shades and tints

Shades of #607A88

#607A88
(96,122,136)
#586F7C
(88,111,124)
#506470
(80,100,112)
#485964
(72,89,100)
#404E58
(64,78,88)
#38434C
(56,67,76)
#303840
(48,56,64)
#282D34
(40,45,52)
#202228
(32,34,40)
#18171C
(24,23,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #607A88

#607A88
(96,122,136)
#6E8692
(110,134,146)
#7C929C
(124,146,156)
#8A9EA6
(138,158,166)
#98AAB0
(152,170,176)
#A6B6BA
(166,182,186)
#B4C2C4
(180,194,196)
#C2CECE
(194,206,206)
#D0DAD8
(208,218,216)
#DEE6E2
(222,230,226)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607A88 color. Also use rgb(96,122,136) instead hex code.

Text Font Color

.myTextColor { color: #607A88; }

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

This text font color is #607A88.


Background Color

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

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

This div background color is #607A88.


Border color

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

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

This div border color is #607A88.


Opacity

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

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

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

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

This text has shadow with #607A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607A88 on black background.


Color preview on white background

This text has color #607A88 on white background.



Black color preview on #607A88 background

This text has black color on #607A88 background.


White color preview on #607A88 background

This text has white color on #607A88 background.