COLOR #608599

HEX: #608599
RGB: (96,133,153)

Color info

#608599 contains red, green and blue colors in about the same proportion. Web safe color of #608599 is #669999 (or #699).

RGB color model

#608599 color RGB value is (96,133,153).

  • red value is 96;
  • green value is 133;
  • blue value is 153.
RGB:
(96,133,153)
(38%,52%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 133 of 255 = 52%
B 153 of 255 = 60%

96
133
153

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

Portions of RGB colors in percentages

R + G + B =
96 + 133 + 153 = 382 (100%)
R 96 of 382 ~ 25.13%
G 133 of 382 ~ 34.82%
B 153 of 382 ~ 40.05%

%25.13
%34.82
%40.05

CMYK color model

#608599 color CMYK value is (37,13,0,40).

  • cyan value is 37.25%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,13,0,40)
C37M13Y0K40 
(37%,13%,0%,40%)
(0.37/0.13/0.00/0.40)	

CMYK percentages

%37.25
%13.07
%0
%40

Codes

Color #608599 in popluar color models

608599
RGB96133153
HSL201°22.89%48.82%
HSB/HSV201°37.25%60.00%
CMYK37.25%13.07%0.00%
40.00%

Color #608599 in popluar number systems.

HEX608599
Decimal96133153
Binary11000001000010110011001
Octal140205231

Shades and tints

Shades of #608599

#608599
(96,133,153)
#58798C
(88,121,140)
#506D7F
(80,109,127)
#486172
(72,97,114)
#405565
(64,85,101)
#384958
(56,73,88)
#303D4B
(48,61,75)
#28313E
(40,49,62)
#202531
(32,37,49)
#181924
(24,25,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #608599

#608599
(96,133,153)
#6E90A2
(110,144,162)
#7C9BAB
(124,155,171)
#8AA6B4
(138,166,180)
#98B1BD
(152,177,189)
#A6BCC6
(166,188,198)
#B4C7CF
(180,199,207)
#C2D2D8
(194,210,216)
#D0DDE1
(208,221,225)
#DEE8EA
(222,232,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608599 color. Also use rgb(96,133,153) instead hex code.

Text Font Color

.myTextColor { color: #608599; }

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

This text font color is #608599.


Background Color

.myBgColor { background-color: #608599; }

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

This div background color is #608599.


Border color

.myBorderColor { border: 1px solid #608599; }

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

This div border color is #608599.


Opacity

.myOpacity80 { color: #608599; opacity: 0.8; }

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

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

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

This text has shadow with #608599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608599 on black background.


Color preview on white background

This text has color #608599 on white background.



Black color preview on #608599 background

This text has black color on #608599 background.


White color preview on #608599 background

This text has white color on #608599 background.