COLOR #608687

HEX: #608687
RGB: (96,134,135)

Color info

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

RGB color model

#608687 color RGB value is (96,134,135).

  • red value is 96;
  • green value is 134;
  • blue value is 135.
RGB:
(96,134,135)
(38%,53%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 135 of 255 = 53%

96
134
135

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 135 = 365 (100%)
R 96 of 365 ~ 26.3%
G 134 of 365 ~ 36.71%
B 135 of 365 ~ 36.99%

%26.3
%36.71
%36.99

CMYK color model

#608687 color CMYK value is (29,1,0,47).

  • cyan value is 28.89%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(29,1,0,47)
C29M1Y0K47 
(29%,1%,0%,47%)
(0.29/0.01/0.00/0.47)	

CMYK percentages

%28.89
%0.74
%0
%47.06

Codes

Color #608687 in popluar color models

608687
RGB96134135
HSL182°16.88%45.29%
HSB/HSV182°28.89%52.94%
CMYK28.89%0.74%0.00%
47.06%

Color #608687 in popluar number systems.

HEX608687
Decimal96134135
Binary11000001000011010000111
Octal140206207

Shades and tints

Shades of #608687

#608687
(96,134,135)
#587A7B
(88,122,123)
#506E6F
(80,110,111)
#486263
(72,98,99)
#405657
(64,86,87)
#384A4B
(56,74,75)
#303E3F
(48,62,63)
#283233
(40,50,51)
#202627
(32,38,39)
#181A1B
(24,26,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #608687

#608687
(96,134,135)
#6E9191
(110,145,145)
#7C9C9B
(124,156,155)
#8AA7A5
(138,167,165)
#98B2AF
(152,178,175)
#A6BDB9
(166,189,185)
#B4C8C3
(180,200,195)
#C2D3CD
(194,211,205)
#D0DED7
(208,222,215)
#DEE9E1
(222,233,225)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608687 color. Also use rgb(96,134,135) instead hex code.

Text Font Color

.myTextColor { color: #608687; }

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

This text font color is #608687.


Background Color

.myBgColor { background-color: #608687; }

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

This div background color is #608687.


Border color

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

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

This div border color is #608687.


Opacity

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

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

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

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

This text has shadow with #608687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608687 on black background.


Color preview on white background

This text has color #608687 on white background.



Black color preview on #608687 background

This text has black color on #608687 background.


White color preview on #608687 background

This text has white color on #608687 background.