COLOR #609CAD

HEX: #609CAD RGB: (96,156,173)

Color info

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

RGB color model

#609CAD color RGB value is (96,156,173).

RGB: (96,156,173) (38%, 61%, 68%)

RGB channels and saturation

R 96 of 255 = 38%
G 156 of 255 = 61%
B 173 of 255 = 68%

96
156
173

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

Portions of RGB colors in percentages

R + G + B = 96 + 156 + 173 = 425 (100%)
R 96 of 425 ~ 22.59%
G 156 of 425 ~ 36.71%
B 173 of 425 ~ 40.71'%

%22.59
%36.71
%40.71

CMYK color model

#609CAD color CMYK value is (45,10,0,32).

  • cyan value is 44.51%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (45,10,0,32)
C45M10Y0K32 (45%, 10%, 0%, 32%)
(0.45 / 0.10 / 0.00 / 0.32)

CMYK percentages

%44.51
%9.83
%0
%32.16

Codes

Color #609CAD in popluar color models

60 9C AD
RGB 96 156 173
HSL 193° 31.95% 52.75%
HSB/HSV 193° 44.51% 67.84%
CMYK 44.51% 9.83% 0.00%
32.16%

Color #609CAD in popluar number systems.

HEX 60 9C AD
Decimal 96 156 173
Binary 1100000 10011100 10101101
Octal 140 234 255

Shades and tints

Shades of #609CAD

#609CAD
(96,156,173)
#588E9E
(88,142,158)
#50808F
(80,128,143)
#487280
(72,114,128)
#406471
(64,100,113)
#385662
(56,86,98)
#304853
(48,72,83)
#283A44
(40,58,68)
#202C35
(32,44,53)
#181E26
(24,30,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #609CAD

#609CAD
(96,156,173)
#6EA5B4
(110,165,180)
#7CAEBB
(124,174,187)
#8AB7C2
(138,183,194)
#98C0C9
(152,192,201)
#A6C9D0
(166,201,208)
#B4D2D7
(180,210,215)
#C2DBDE
(194,219,222)
#D0E4E5
(208,228,229)
#DEEDEC
(222,237,236)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609CAD color. Also use rgb(96,156,173) instead hex code.

Text Font Color

.myTextColor { color: #609CAD; }

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

This text font color is #609CAD.

Background Color

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

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

This div background color is #609CAD.

Border color

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

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

This div border color is #609CAD.

Opacity

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

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

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

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

This text has shadow with #609CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #609CAD.

Preview

Color preview on black background

This text has color #609CAD on black background.


Color preview on white background

This text has color #609CAD on white background.


Black color preview on #609CAD background

This text has black color on #609CAD background.


White color preview on #609CAD background

This text has white color on #609CAD background.


Related colors

Complementary color

Complementary color for #hex is #9F6352.


I love getcolorcode.com

Triadic colors

1 #AD609C and #9CAD60 with #609CAD are triadic colors.

2 #AD9C60 and #9C60AD with #609CAD are triadic colors.