COLOR #608EB2

HEX: #608EB2
RGB: (96,142,178)

Color info

#608EB2 contains mainly green and blue colors. Web safe color of #608EB2 is #669999 (or #699).

RGB color model

#608EB2 color RGB value is (96,142,178).

  • red value is 96;
  • green value is 142;
  • blue value is 178.
RGB:
(96,142,178)
(38%,56%,70%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 178 of 255 = 70%

96
142
178

R + G + B ~ 55%. #608EB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 142 + 178 = 416 (100%)
R 96 of 416 ~ 23.08%
G 142 of 416 ~ 34.13%
B 178 of 416 ~ 42.79%

%23.08
%34.13
%42.79

CMYK color model

#608EB2 color CMYK value is (46,20,0,30).

  • cyan value is 46.07%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(46,20,0,30)
C46M20Y0K30 
(46%,20%,0%,30%)
(0.46/0.20/0.00/0.30)	

CMYK percentages

%46.07
%20.22
%0
%30.2

Codes

Color #608EB2 in popluar color models

608EB2
RGB96142178
HSL206°34.75%53.73%
HSB/HSV206°46.07%69.80%
CMYK46.07%20.22%0.00%
30.20%

Color #608EB2 in popluar number systems.

HEX608EB2
Decimal96142178
Binary11000001000111010110010
Octal140216262

Shades and tints

Shades of #608EB2

#608EB2
(96,142,178)
#5882A2
(88,130,162)
#507692
(80,118,146)
#486A82
(72,106,130)
#405E72
(64,94,114)
#385262
(56,82,98)
#304652
(48,70,82)
#283A42
(40,58,66)
#202E32
(32,46,50)
#182222
(24,34,34)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #608EB2

#608EB2
(96,142,178)
#6E98B9
(110,152,185)
#7CA2C0
(124,162,192)
#8AACC7
(138,172,199)
#98B6CE
(152,182,206)
#A6C0D5
(166,192,213)
#B4CADC
(180,202,220)
#C2D4E3
(194,212,227)
#D0DEEA
(208,222,234)
#DEE8F1
(222,232,241)
#ECF2F8
(236,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608EB2 color. Also use rgb(96,142,178) instead hex code.

Text Font Color

.myTextColor { color: #608EB2; }

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

This text font color is #608EB2.


Background Color

.myBgColor { background-color: #608EB2; }

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

This div background color is #608EB2.


Border color

.myBorderColor { border: 1px solid #608EB2; }

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

This div border color is #608EB2.


Opacity

.myOpacity80 { color: #608EB2; opacity: 0.8; }

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

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

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

This text has shadow with #608EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608EB2 on black background.


Color preview on white background

This text has color #608EB2 on white background.



Black color preview on #608EB2 background

This text has black color on #608EB2 background.


White color preview on #608EB2 background

This text has white color on #608EB2 background.