COLOR #60A2C6

HEX: #60A2C6 RGB: (96,162,198)

Color info

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

RGB color model

#60A2C6 color RGB value is (96,162,198).

RGB: (96,162,198) (38%, 64%, 78%)

RGB channels and saturation

R 96 of 255 = 38%
G 162 of 255 = 64%
B 198 of 255 = 78%

96
162
198

R + G + B ~ 60%. #60A2C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 162 + 198 = 456 (100%)
R 96 of 456 ~ 21.05%
G 162 of 456 ~ 35.53%
B 198 of 456 ~ 43.42'%

%21.05
%35.53
%43.42

CMYK color model

#60A2C6 color CMYK value is (52,18,0,22).

  • cyan value is 51.52%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (52,18,0,22)
C52M18Y0K22 (52%, 18%, 0%, 22%)
(0.52 / 0.18 / 0.00 / 0.22)

CMYK percentages

%51.52
%18.18
%0
%22.35

Codes

Color #60A2C6 in popluar color models

60 A2 C6
RGB 96 162 198
HSL 201° 47.22% 57.65%
HSB/HSV 201° 51.52% 77.65%
CMYK 51.52% 18.18% 0.00%
22.35%

Color #60A2C6 in popluar number systems.

HEX 60 A2 C6
Decimal 96 162 198
Binary 1100000 10100010 11000110
Octal 140 242 306

Shades and tints

Shades of #60A2C6

#60A2C6
(96,162,198)
#5894B4
(88,148,180)
#5086A2
(80,134,162)
#487890
(72,120,144)
#406A7E
(64,106,126)
#385C6C
(56,92,108)
#304E5A
(48,78,90)
#284048
(40,64,72)
#203236
(32,50,54)
#182424
(24,36,36)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #60A2C6

#60A2C6
(96,162,198)
#6EAACB
(110,170,203)
#7CB2D0
(124,178,208)
#8ABAD5
(138,186,213)
#98C2DA
(152,194,218)
#A6CADF
(166,202,223)
#B4D2E4
(180,210,228)
#C2DAE9
(194,218,233)
#D0E2EE
(208,226,238)
#DEEAF3
(222,234,243)
#ECF2F8
(236,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A2C6 color. Also use rgb(96,162,198) instead hex code.

Text Font Color

.myTextColor { color: #60A2C6; }

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

This text font color is #60A2C6.

Background Color

.myBgColor { background-color: #60A2C6; }

<div style="background-color:#60A2C6">Inner text</div>

This div background color is #60A2C6.

Border color

.myBorderColor { border: 1px solid #60A2C6; }

<div style="border:3px solid #60A2C6">Div</div>

This div border color is #60A2C6.

Opacity

.myOpacity80 { color: #60A2C6; opacity: 0.8; }

<p style="color:#60A2C6;opacity:0.8;">80%</p>

Text with #60A2C6 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 #60A2C6;}

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

This text has shadow with #60A2C6 color.


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

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

This text has shadow with #60A2C6 primary color and red secondary color.


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

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

This text has shadow with #60A2C6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60A2C6.

Preview

Color preview on black background

This text has color #60A2C6 on black background.


Color preview on white background

This text has color #60A2C6 on white background.


Black color preview on #60A2C6 background

This text has black color on #60A2C6 background.


White color preview on #60A2C6 background

This text has white color on #60A2C6 background.


Related colors

Complementary color

Complementary color for #hex is #9F5D39.


I love getcolorcode.com

Triadic colors

1 #C660A2 and #A2C660 with #60A2C6 are triadic colors.

2 #C6A260 and #A260C6 with #60A2C6 are triadic colors.