COLOR #608CA4

HEX: #608CA4
RGB: (96,140,164)

Color info

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

RGB color model

#608CA4 color RGB value is (96,140,164).

  • red value is 96;
  • green value is 140;
  • blue value is 164.
RGB:
(96,140,164)
(38%,55%,64%)

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 164 of 255 = 64%

96
140
164

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

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 164 = 400 (100%)
R 96 of 400 ~ 24%
G 140 of 400 ~ 35%
B 164 of 400 ~ 41%

%24
%35
%41

CMYK color model

#608CA4 color CMYK value is (41,15,0,36).

  • cyan value is 41.46%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(41,15,0,36)
C41M15Y0K36 
(41%,15%,0%,36%)
(0.41/0.15/0.00/0.36)	

CMYK percentages

%41.46
%14.63
%0
%35.69

Codes

Color #608CA4 in popluar color models

608CA4
RGB96140164
HSL201°27.20%50.98%
HSB/HSV201°41.46%64.31%
CMYK41.46%14.63%0.00%
35.69%

Color #608CA4 in popluar number systems.

HEX608CA4
Decimal96140164
Binary11000001000110010100100
Octal140214244

Shades and tints

Shades of #608CA4

#608CA4
(96,140,164)
#588096
(88,128,150)
#507488
(80,116,136)
#48687A
(72,104,122)
#405C6C
(64,92,108)
#38505E
(56,80,94)
#304450
(48,68,80)
#283842
(40,56,66)
#202C34
(32,44,52)
#182026
(24,32,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #608CA4

#608CA4
(96,140,164)
#6E96AC
(110,150,172)
#7CA0B4
(124,160,180)
#8AAABC
(138,170,188)
#98B4C4
(152,180,196)
#A6BECC
(166,190,204)
#B4C8D4
(180,200,212)
#C2D2DC
(194,210,220)
#D0DCE4
(208,220,228)
#DEE6EC
(222,230,236)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608CA4 color. Also use rgb(96,140,164) instead hex code.

Text Font Color

.myTextColor { color: #608CA4; }

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

This text font color is #608CA4.


Background Color

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

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

This div background color is #608CA4.


Border color

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

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

This div border color is #608CA4.


Opacity

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

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

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

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

This text has shadow with #608CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608CA4 on black background.


Color preview on white background

This text has color #608CA4 on white background.



Black color preview on #608CA4 background

This text has black color on #608CA4 background.


White color preview on #608CA4 background

This text has white color on #608CA4 background.