COLOR #60AFF7

HEX: #60AFF7 RGB: (96,175,247)

Color info

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

RGB color model

#60AFF7 color RGB value is (96,175,247).

RGB: (96,175,247) (38%, 69%, 97%)

RGB channels and saturation

R 96 of 255 = 38%
G 175 of 255 = 69%
B 247 of 255 = 97%

96
175
247

R + G + B ~ 68%. #60AFF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 175 + 247 = 518 (100%)
R 96 of 518 ~ 18.53%
G 175 of 518 ~ 33.78%
B 247 of 518 ~ 47.68'%

%18.53
%33.78
%47.68

CMYK color model

#60AFF7 color CMYK value is (61,29,0,3).

  • cyan value is 61.13%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (61,29,0,3) C61M29Y0K3 (61%,29%,0%,3%) (0.61/0.29/0.00/0.03) 

CMYK percentages

%61.13
%29.15
%0
%3.14

Codes

Color #60AFF7 in popluar color models

60 AF F7
RGB 96 175 247
HSL 209° 90.42% 67.25%
HSB/HSV 209° 61.13% 96.86%
CMYK 61.13% 29.15% 0.00%
3.14%

Color #60AFF7 in popluar number systems.

HEX 60 AF F7
Decimal 96 175 247
Binary 1100000 10101111 11110111
Octal 140 257 367

Shades and tints

Shades of #60AFF7

#60AFF7
(96,175,247)
#58A0E1
(88,160,225)
#5091CB
(80,145,203)
#4882B5
(72,130,181)
#40739F
(64,115,159)
#386489
(56,100,137)
#305573
(48,85,115)
#28465D
(40,70,93)
#203747
(32,55,71)
#182831
(24,40,49)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #60AFF7

#60AFF7
(96,175,247)
#6EB6F7
(110,182,247)
#7CBDF7
(124,189,247)
#8AC4F7
(138,196,247)
#98CBF7
(152,203,247)
#A6D2F7
(166,210,247)
#B4D9F7
(180,217,247)
#C2E0F7
(194,224,247)
#D0E7F7
(208,231,247)
#DEEEF7
(222,238,247)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AFF7 color. Also use rgb(96,175,247) instead hex code.

Text Font Color

.myTextColor { color: #60AFF7; }

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

This text font color is #60AFF7.

Background Color

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

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

This div background color is #60AFF7.

Border color

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

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

This div border color is #60AFF7.

Opacity

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

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

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

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

This text has shadow with #60AFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AFF7.

Preview

Color preview on black background

This text has color #60AFF7 on black background.


Color preview on white background

This text has color #60AFF7 on white background.


Black color preview on #60AFF7 background

This text has black color on #60AFF7 background.


White color preview on #60AFF7 background

This text has white color on #60AFF7 background.


Related colors

Complementary color

Complementary color for #hex is #9F5008.


I love getcolorcode.com

Triadic colors

1 #F760AF and #AFF760 with #60AFF7 are triadic colors.

2 #F7AF60 and #AF60F7 with #60AFF7 are triadic colors.