COLOR #608FB8

HEX: #608FB8
RGB: (96,143,184)

Color info

#608FB8 contains mainly green and blue colors. Web safe color of #608FB8 is #6699CC (or #69C).

RGB color model

#608FB8 color RGB value is (96,143,184).

  • red value is 96;
  • green value is 143;
  • blue value is 184.
RGB:
(96,143,184)
(38%,56%,72%)

RGB channels and saturation

R 96 of 255 = 38%
G 143 of 255 = 56%
B 184 of 255 = 72%

96
143
184

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

Portions of RGB colors in percentages

R + G + B =
96 + 143 + 184 = 423 (100%)
R 96 of 423 ~ 22.7%
G 143 of 423 ~ 33.81%
B 184 of 423 ~ 43.5%

%22.7
%33.81
%43.5

CMYK color model

#608FB8 color CMYK value is (48,22,0,28).

  • cyan value is 47.83%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(48,22,0,28)
C48M22Y0K28 
(48%,22%,0%,28%)
(0.48/0.22/0.00/0.28)	

CMYK percentages

%47.83
%22.28
%0
%27.84

Codes

Color #608FB8 in popluar color models

608FB8
RGB96143184
HSL208°38.26%54.90%
HSB/HSV208°47.83%72.16%
CMYK47.83%22.28%0.00%
27.84%

Color #608FB8 in popluar number systems.

HEX608FB8
Decimal96143184
Binary11000001000111110111000
Octal140217270

Shades and tints

Shades of #608FB8

#608FB8
(96,143,184)
#5882A8
(88,130,168)
#507598
(80,117,152)
#486888
(72,104,136)
#405B78
(64,91,120)
#384E68
(56,78,104)
#304158
(48,65,88)
#283448
(40,52,72)
#202738
(32,39,56)
#181A28
(24,26,40)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #608FB8

#608FB8
(96,143,184)
#6E99BE
(110,153,190)
#7CA3C4
(124,163,196)
#8AADCA
(138,173,202)
#98B7D0
(152,183,208)
#A6C1D6
(166,193,214)
#B4CBDC
(180,203,220)
#C2D5E2
(194,213,226)
#D0DFE8
(208,223,232)
#DEE9EE
(222,233,238)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608FB8 color. Also use rgb(96,143,184) instead hex code.

Text Font Color

.myTextColor { color: #608FB8; }

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

This text font color is #608FB8.


Background Color

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

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

This div background color is #608FB8.


Border color

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

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

This div border color is #608FB8.


Opacity

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

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

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

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

This text has shadow with #608FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608FB8 on black background.


Color preview on white background

This text has color #608FB8 on white background.



Black color preview on #608FB8 background

This text has black color on #608FB8 background.


White color preview on #608FB8 background

This text has white color on #608FB8 background.