COLOR #609BC1

HEX: #609BC1
RGB: (96,155,193)

Color info

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

RGB color model

#609BC1 color RGB value is (96,155,193).

  • red value is 96;
  • green value is 155;
  • blue value is 193.
RGB:
(96,155,193)
(38%,61%,76%)

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 193 of 255 = 76%

96
155
193

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 193 = 444 (100%)
R 96 of 444 ~ 21.62%
G 155 of 444 ~ 34.91%
B 193 of 444 ~ 43.47%

%21.62
%34.91
%43.47

CMYK color model

#609BC1 color CMYK value is (50,20,0,24).

  • cyan value is 50.26%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(50,20,0,24)
C50M20Y0K24 
(50%,20%,0%,24%)
(0.50/0.20/0.00/0.24)	

CMYK percentages

%50.26
%19.69
%0
%24.31

Codes

Color #609BC1 in popluar color models

609BC1
RGB96155193
HSL204°43.89%56.67%
HSB/HSV204°50.26%75.69%
CMYK50.26%19.69%0.00%
24.31%

Color #609BC1 in popluar number systems.

HEX609BC1
Decimal96155193
Binary11000001001101111000001
Octal140233301

Shades and tints

Shades of #609BC1

#609BC1
(96,155,193)
#588DB0
(88,141,176)
#507F9F
(80,127,159)
#48718E
(72,113,142)
#40637D
(64,99,125)
#38556C
(56,85,108)
#30475B
(48,71,91)
#28394A
(40,57,74)
#202B39
(32,43,57)
#181D28
(24,29,40)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #609BC1

#609BC1
(96,155,193)
#6EA4C6
(110,164,198)
#7CADCB
(124,173,203)
#8AB6D0
(138,182,208)
#98BFD5
(152,191,213)
#A6C8DA
(166,200,218)
#B4D1DF
(180,209,223)
#C2DAE4
(194,218,228)
#D0E3E9
(208,227,233)
#DEECEE
(222,236,238)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609BC1 color. Also use rgb(96,155,193) instead hex code.

Text Font Color

.myTextColor { color: #609BC1; }

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

This text font color is #609BC1.


Background Color

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

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

This div background color is #609BC1.


Border color

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

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

This div border color is #609BC1.


Opacity

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

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

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

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

This text has shadow with #609BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609BC1 on black background.


Color preview on white background

This text has color #609BC1 on white background.



Black color preview on #609BC1 background

This text has black color on #609BC1 background.


White color preview on #609BC1 background

This text has white color on #609BC1 background.