COLOR #60A4F2

HEX: #60A4F2
RGB: (96,164,242)

Color info

#60A4F2 contains mainly blue color. Web safe color of #60A4F2 is #6699FF (or #69F).

RGB color model

#60A4F2 color RGB value is (96,164,242).

  • red value is 96;
  • green value is 164;
  • blue value is 242.
RGB:
(96,164,242)
(38%,64%,95%)

RGB channels and saturation

R 96 of 255 = 38%
G 164 of 255 = 64%
B 242 of 255 = 95%

96
164
242

R + G + B ~ 66%. #60A4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 164 + 242 = 502 (100%)
R 96 of 502 ~ 19.12%
G 164 of 502 ~ 32.67%
B 242 of 502 ~ 48.21%

%19.12
%32.67
%48.21

CMYK color model

#60A4F2 color CMYK value is (60,32,0,5).

  • cyan value is 60.33%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(60,32,0,5)
C60M32Y0K5 
(60%,32%,0%,5%)
(0.60/0.32/0.00/0.05)	

CMYK percentages

%60.33
%32.23
%0
%5.1

Codes

Color #60A4F2 in popluar color models

60A4F2
RGB96164242
HSL212°84.88%66.27%
HSB/HSV212°60.33%94.90%
CMYK60.33%32.23%0.00%
5.10%

Color #60A4F2 in popluar number systems.

HEX60A4F2
Decimal96164242
Binary11000001010010011110010
Octal140244362

Shades and tints

Shades of #60A4F2

#60A4F2
(96,164,242)
#5896DC
(88,150,220)
#5088C6
(80,136,198)
#487AB0
(72,122,176)
#406C9A
(64,108,154)
#385E84
(56,94,132)
#30506E
(48,80,110)
#284258
(40,66,88)
#203442
(32,52,66)
#18262C
(24,38,44)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #60A4F2

#60A4F2
(96,164,242)
#6EACF3
(110,172,243)
#7CB4F4
(124,180,244)
#8ABCF5
(138,188,245)
#98C4F6
(152,196,246)
#A6CCF7
(166,204,247)
#B4D4F8
(180,212,248)
#C2DCF9
(194,220,249)
#D0E4FA
(208,228,250)
#DEECFB
(222,236,251)
#ECF4FC
(236,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A4F2 color. Also use rgb(96,164,242) instead hex code.

Text Font Color

.myTextColor { color: #60A4F2; }

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

This text font color is #60A4F2.


Background Color

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

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

This div background color is #60A4F2.


Border color

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

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

This div border color is #60A4F2.


Opacity

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

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

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

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

This text has shadow with #60A4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A4F2 on black background.


Color preview on white background

This text has color #60A4F2 on white background.



Black color preview on #60A4F2 background

This text has black color on #60A4F2 background.


White color preview on #60A4F2 background

This text has white color on #60A4F2 background.