COLOR #608086

HEX: #608086
RGB: (96,128,134)

Color info

#608086 contains red, green and blue colors in about the same proportion. Web safe color of #608086 is #666699 (or #669).

RGB color model

#608086 color RGB value is (96,128,134).

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

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 134 of 255 = 53%

96
128
134

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 134 = 358 (100%)
R 96 of 358 ~ 26.82%
G 128 of 358 ~ 35.75%
B 134 of 358 ~ 37.43%

%26.82
%35.75
%37.43

CMYK color model

#608086 color CMYK value is (28,4,0,47).

  • cyan value is 28.36%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(28,4,0,47)
C28M4Y0K47 
(28%,4%,0%,47%)
(0.28/0.04/0.00/0.47)	

CMYK percentages

%28.36
%4.48
%0
%47.45

Codes

Color #608086 in popluar color models

608086
RGB96128134
HSL189°16.52%45.10%
HSB/HSV189°28.36%52.55%
CMYK28.36%4.48%0.00%
47.45%

Color #608086 in popluar number systems.

HEX608086
Decimal96128134
Binary11000001000000010000110
Octal140200206

Shades and tints

Shades of #608086

#608086
(96,128,134)
#58757A
(88,117,122)
#506A6E
(80,106,110)
#485F62
(72,95,98)
#405456
(64,84,86)
#38494A
(56,73,74)
#303E3E
(48,62,62)
#283332
(40,51,50)
#202826
(32,40,38)
#181D1A
(24,29,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #608086

#608086
(96,128,134)
#6E8B91
(110,139,145)
#7C969C
(124,150,156)
#8AA1A7
(138,161,167)
#98ACB2
(152,172,178)
#A6B7BD
(166,183,189)
#B4C2C8
(180,194,200)
#C2CDD3
(194,205,211)
#D0D8DE
(208,216,222)
#DEE3E9
(222,227,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608086; }

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

This text font color is #608086.


Background Color

.myBgColor { background-color: #608086; }

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

This div background color is #608086.


Border color

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

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

This div border color is #608086.


Opacity

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

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

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

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

This text has shadow with #608086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608086 on black background.


Color preview on white background

This text has color #608086 on white background.



Black color preview on #608086 background

This text has black color on #608086 background.


White color preview on #608086 background

This text has white color on #608086 background.