COLOR #609AA2

HEX: #609AA2 RGB: (96,154,162)

Color info

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

RGB color model

#609AA2 color RGB value is (96,154,162).

RGB: (96,154,162) (38%, 60%, 64%)

RGB channels and saturation

R 96 of 255 = 38%
G 154 of 255 = 60%
B 162 of 255 = 64%

96
154
162

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

Portions of RGB colors in percentages

R + G + B = 96 + 154 + 162 = 412 (100%)
R 96 of 412 ~ 23.3%
G 154 of 412 ~ 37.38%
B 162 of 412 ~ 39.32'%

%23.3
%37.38
%39.32

CMYK color model

#609AA2 color CMYK value is (41,5,0,36).

  • cyan value is 40.74%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (41,5,0,36)
C41M5Y0K36 (41%, 5%, 0%, 36%)
(0.41 / 0.05 / 0.00 / 0.36)

CMYK percentages

%40.74
%4.94
%0
%36.47

Codes

Color #609AA2 in popluar color models

60 9A A2
RGB 96 154 162
HSL 187° 26.19% 50.59%
HSB/HSV 187° 40.74% 63.53%
CMYK 40.74% 4.94% 0.00%
36.47%

Color #609AA2 in popluar number systems.

HEX 60 9A A2
Decimal 96 154 162
Binary 1100000 10011010 10100010
Octal 140 232 242

Shades and tints

Shades of #609AA2

#609AA2
(96,154,162)
#588C94
(88,140,148)
#507E86
(80,126,134)
#487078
(72,112,120)
#40626A
(64,98,106)
#38545C
(56,84,92)
#30464E
(48,70,78)
#283840
(40,56,64)
#202A32
(32,42,50)
#181C24
(24,28,36)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #609AA2

#609AA2
(96,154,162)
#6EA3AA
(110,163,170)
#7CACB2
(124,172,178)
#8AB5BA
(138,181,186)
#98BEC2
(152,190,194)
#A6C7CA
(166,199,202)
#B4D0D2
(180,208,210)
#C2D9DA
(194,217,218)
#D0E2E2
(208,226,226)
#DEEBEA
(222,235,234)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609AA2 color. Also use rgb(96,154,162) instead hex code.

Text Font Color

.myTextColor { color: #609AA2; }

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

This text font color is #609AA2.

Background Color

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

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

This div background color is #609AA2.

Border color

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

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

This div border color is #609AA2.

Opacity

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

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

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

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

This text has shadow with #609AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #609AA2.

Preview

Color preview on black background

This text has color #609AA2 on black background.


Color preview on white background

This text has color #609AA2 on white background.


Black color preview on #609AA2 background

This text has black color on #609AA2 background.


White color preview on #609AA2 background

This text has white color on #609AA2 background.


Related colors

Complementary color

Complementary color for #hex is #9F655D.


I love getcolorcode.com

Triadic colors

1 #A2609A and #9AA260 with #609AA2 are triadic colors.

2 #A29A60 and #9A60A2 with #609AA2 are triadic colors.