COLOR #60A5E1

HEX: #60A5E1
RGB: (96,165,225)

Color info

#60A5E1 contains mainly blue color. Web safe color of #60A5E1 is #6699CC (or #69C).

RGB color model

#60A5E1 color RGB value is (96,165,225).

  • red value is 96;
  • green value is 165;
  • blue value is 225.
RGB:
(96,165,225)
(38%,65%,88%)

RGB channels and saturation

R 96 of 255 = 38%
G 165 of 255 = 65%
B 225 of 255 = 88%

96
165
225

R + G + B ~ 64%. #60A5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 165 + 225 = 486 (100%)
R 96 of 486 ~ 19.75%
G 165 of 486 ~ 33.95%
B 225 of 486 ~ 46.3%

%19.75
%33.95
%46.3

CMYK color model

#60A5E1 color CMYK value is (57,27,0,12).

  • cyan value is 57.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(57,27,0,12)
C57M27Y0K12 
(57%,27%,0%,12%)
(0.57/0.27/0.00/0.12)	

CMYK percentages

%57.33
%26.67
%0
%11.76

Codes

Color #60A5E1 in popluar color models

60A5E1
RGB96165225
HSL208°68.25%62.94%
HSB/HSV208°57.33%88.24%
CMYK57.33%26.67%0.00%
11.76%

Color #60A5E1 in popluar number systems.

HEX60A5E1
Decimal96165225
Binary11000001010010111100001
Octal140245341

Shades and tints

Shades of #60A5E1

#60A5E1
(96,165,225)
#5896CD
(88,150,205)
#5087B9
(80,135,185)
#4878A5
(72,120,165)
#406991
(64,105,145)
#385A7D
(56,90,125)
#304B69
(48,75,105)
#283C55
(40,60,85)
#202D41
(32,45,65)
#181E2D
(24,30,45)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #60A5E1

#60A5E1
(96,165,225)
#6EADE3
(110,173,227)
#7CB5E5
(124,181,229)
#8ABDE7
(138,189,231)
#98C5E9
(152,197,233)
#A6CDEB
(166,205,235)
#B4D5ED
(180,213,237)
#C2DDEF
(194,221,239)
#D0E5F1
(208,229,241)
#DEEDF3
(222,237,243)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A5E1 color. Also use rgb(96,165,225) instead hex code.

Text Font Color

.myTextColor { color: #60A5E1; }

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

This text font color is #60A5E1.


Background Color

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

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

This div background color is #60A5E1.


Border color

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

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

This div border color is #60A5E1.


Opacity

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

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

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

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

This text has shadow with #60A5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A5E1 on black background.


Color preview on white background

This text has color #60A5E1 on white background.



Black color preview on #60A5E1 background

This text has black color on #60A5E1 background.


White color preview on #60A5E1 background

This text has white color on #60A5E1 background.