COLOR #609FC2

HEX: #609FC2
RGB: (96,159,194)

Color info

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

RGB color model

#609FC2 color RGB value is (96,159,194).

  • red value is 96;
  • green value is 159;
  • blue value is 194.
RGB:
(96,159,194)
(38%,62%,76%)

RGB channels and saturation

R 96 of 255 = 38%
G 159 of 255 = 62%
B 194 of 255 = 76%

96
159
194

R + G + B ~ 59%. #609FC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 159 + 194 = 449 (100%)
R 96 of 449 ~ 21.38%
G 159 of 449 ~ 35.41%
B 194 of 449 ~ 43.21%

%21.38
%35.41
%43.21

CMYK color model

#609FC2 color CMYK value is (51,18,0,24).

  • cyan value is 50.52%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(51,18,0,24)
C51M18Y0K24 
(51%,18%,0%,24%)
(0.51/0.18/0.00/0.24)	

CMYK percentages

%50.52
%18.04
%0
%23.92

Codes

Color #609FC2 in popluar color models

609FC2
RGB96159194
HSL201°44.55%56.86%
HSB/HSV201°50.52%76.08%
CMYK50.52%18.04%0.00%
23.92%

Color #609FC2 in popluar number systems.

HEX609FC2
Decimal96159194
Binary11000001001111111000010
Octal140237302

Shades and tints

Shades of #609FC2

#609FC2
(96,159,194)
#5891B1
(88,145,177)
#5083A0
(80,131,160)
#48758F
(72,117,143)
#40677E
(64,103,126)
#38596D
(56,89,109)
#304B5C
(48,75,92)
#283D4B
(40,61,75)
#202F3A
(32,47,58)
#182129
(24,33,41)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #609FC2

#609FC2
(96,159,194)
#6EA7C7
(110,167,199)
#7CAFCC
(124,175,204)
#8AB7D1
(138,183,209)
#98BFD6
(152,191,214)
#A6C7DB
(166,199,219)
#B4CFE0
(180,207,224)
#C2D7E5
(194,215,229)
#D0DFEA
(208,223,234)
#DEE7EF
(222,231,239)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609FC2 color. Also use rgb(96,159,194) instead hex code.

Text Font Color

.myTextColor { color: #609FC2; }

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

This text font color is #609FC2.


Background Color

.myBgColor { background-color: #609FC2; }

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

This div background color is #609FC2.


Border color

.myBorderColor { border: 1px solid #609FC2; }

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

This div border color is #609FC2.


Opacity

.myOpacity80 { color: #609FC2; opacity: 0.8; }

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

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

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

This text has shadow with #609FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609FC2 on black background.


Color preview on white background

This text has color #609FC2 on white background.



Black color preview on #609FC2 background

This text has black color on #609FC2 background.


White color preview on #609FC2 background

This text has white color on #609FC2 background.