COLOR #608CC9

HEX: #608CC9
RGB: (96,140,201)

Color info

#608CC9 contains mainly blue color. Web safe color of #608CC9 is #6699CC (or #69C).

RGB color model

#608CC9 color RGB value is (96,140,201).

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

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 201 of 255 = 79%

96
140
201

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

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 201 = 437 (100%)
R 96 of 437 ~ 21.97%
G 140 of 437 ~ 32.04%
B 201 of 437 ~ 46%

%21.97
%32.04
%46

CMYK color model

#608CC9 color CMYK value is (52,30,0,21).

  • cyan value is 52.24%
  • magenta value is 30.35%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(52,30,0,21)
C52M30Y0K21 
(52%,30%,0%,21%)
(0.52/0.30/0.00/0.21)	

CMYK percentages

%52.24
%30.35
%0
%21.18

Codes

Color #608CC9 in popluar color models

608CC9
RGB96140201
HSL215°49.30%58.24%
HSB/HSV215°52.24%78.82%
CMYK52.24%30.35%0.00%
21.18%

Color #608CC9 in popluar number systems.

HEX608CC9
Decimal96140201
Binary11000001000110011001001
Octal140214311

Shades and tints

Shades of #608CC9

#608CC9
(96,140,201)
#5880B7
(88,128,183)
#5074A5
(80,116,165)
#486893
(72,104,147)
#405C81
(64,92,129)
#38506F
(56,80,111)
#30445D
(48,68,93)
#28384B
(40,56,75)
#202C39
(32,44,57)
#182027
(24,32,39)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #608CC9

#608CC9
(96,140,201)
#6E96CD
(110,150,205)
#7CA0D1
(124,160,209)
#8AAAD5
(138,170,213)
#98B4D9
(152,180,217)
#A6BEDD
(166,190,221)
#B4C8E1
(180,200,225)
#C2D2E5
(194,210,229)
#D0DCE9
(208,220,233)
#DEE6ED
(222,230,237)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608CC9; }

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

This text font color is #608CC9.


Background Color

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

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

This div background color is #608CC9.


Border color

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

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

This div border color is #608CC9.


Opacity

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

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

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

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

This text has shadow with #608CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608CC9 on black background.


Color preview on white background

This text has color #608CC9 on white background.



Black color preview on #608CC9 background

This text has black color on #608CC9 background.


White color preview on #608CC9 background

This text has white color on #608CC9 background.