COLOR #609EB1

HEX: #609EB1
RGB: (96,158,177)

Color info

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

RGB color model

#609EB1 color RGB value is (96,158,177).

  • red value is 96;
  • green value is 158;
  • blue value is 177.
RGB:
(96,158,177)
(38%,62%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 158 of 255 = 62%
B 177 of 255 = 69%

96
158
177

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

Portions of RGB colors in percentages

R + G + B =
96 + 158 + 177 = 431 (100%)
R 96 of 431 ~ 22.27%
G 158 of 431 ~ 36.66%
B 177 of 431 ~ 41.07%

%22.27
%36.66
%41.07

CMYK color model

#609EB1 color CMYK value is (46,11,0,31).

  • cyan value is 45.76%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,11,0,31)
C46M11Y0K31 
(46%,11%,0%,31%)
(0.46/0.11/0.00/0.31)	

CMYK percentages

%45.76
%10.73
%0
%30.59

Codes

Color #609EB1 in popluar color models

609EB1
RGB96158177
HSL194°34.18%53.53%
HSB/HSV194°45.76%69.41%
CMYK45.76%10.73%0.00%
30.59%

Color #609EB1 in popluar number systems.

HEX609EB1
Decimal96158177
Binary11000001001111010110001
Octal140236261

Shades and tints

Shades of #609EB1

#609EB1
(96,158,177)
#5890A1
(88,144,161)
#508291
(80,130,145)
#487481
(72,116,129)
#406671
(64,102,113)
#385861
(56,88,97)
#304A51
(48,74,81)
#283C41
(40,60,65)
#202E31
(32,46,49)
#182021
(24,32,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #609EB1

#609EB1
(96,158,177)
#6EA6B8
(110,166,184)
#7CAEBF
(124,174,191)
#8AB6C6
(138,182,198)
#98BECD
(152,190,205)
#A6C6D4
(166,198,212)
#B4CEDB
(180,206,219)
#C2D6E2
(194,214,226)
#D0DEE9
(208,222,233)
#DEE6F0
(222,230,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609EB1 color. Also use rgb(96,158,177) instead hex code.

Text Font Color

.myTextColor { color: #609EB1; }

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

This text font color is #609EB1.


Background Color

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

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

This div background color is #609EB1.


Border color

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

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

This div border color is #609EB1.


Opacity

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

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

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

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

This text has shadow with #609EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609EB1 on black background.


Color preview on white background

This text has color #609EB1 on white background.



Black color preview on #609EB1 background

This text has black color on #609EB1 background.


White color preview on #609EB1 background

This text has white color on #609EB1 background.