COLOR #608298

HEX: #608298
RGB: (96,130,152)

Color info

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

RGB color model

#608298 color RGB value is (96,130,152).

  • red value is 96;
  • green value is 130;
  • blue value is 152.
RGB:
(96,130,152)
(38%,51%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 130 of 255 = 51%
B 152 of 255 = 60%

96
130
152

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

Portions of RGB colors in percentages

R + G + B =
96 + 130 + 152 = 378 (100%)
R 96 of 378 ~ 25.4%
G 130 of 378 ~ 34.39%
B 152 of 378 ~ 40.21%

%25.4
%34.39
%40.21

CMYK color model

#608298 color CMYK value is (37,14,0,40).

  • cyan value is 36.84%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(37,14,0,40)
C37M14Y0K40 
(37%,14%,0%,40%)
(0.37/0.14/0.00/0.40)	

CMYK percentages

%36.84
%14.47
%0
%40.39

Codes

Color #608298 in popluar color models

608298
RGB96130152
HSL204°22.58%48.63%
HSB/HSV204°36.84%59.61%
CMYK36.84%14.47%0.00%
40.39%

Color #608298 in popluar number systems.

HEX608298
Decimal96130152
Binary11000001000001010011000
Octal140202230

Shades and tints

Shades of #608298

#608298
(96,130,152)
#58778B
(88,119,139)
#506C7E
(80,108,126)
#486171
(72,97,113)
#405664
(64,86,100)
#384B57
(56,75,87)
#30404A
(48,64,74)
#28353D
(40,53,61)
#202A30
(32,42,48)
#181F23
(24,31,35)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #608298

#608298
(96,130,152)
#6E8DA1
(110,141,161)
#7C98AA
(124,152,170)
#8AA3B3
(138,163,179)
#98AEBC
(152,174,188)
#A6B9C5
(166,185,197)
#B4C4CE
(180,196,206)
#C2CFD7
(194,207,215)
#D0DAE0
(208,218,224)
#DEE5E9
(222,229,233)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608298 color. Also use rgb(96,130,152) instead hex code.

Text Font Color

.myTextColor { color: #608298; }

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

This text font color is #608298.


Background Color

.myBgColor { background-color: #608298; }

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

This div background color is #608298.


Border color

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

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

This div border color is #608298.


Opacity

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

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

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

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

This text has shadow with #608298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608298 on black background.


Color preview on white background

This text has color #608298 on white background.



Black color preview on #608298 background

This text has black color on #608298 background.


White color preview on #608298 background

This text has white color on #608298 background.