COLOR #617CF7

HEX: #617CF7 RGB: (97,124,247)

Color info

#617CF7 contains mainly blue color. Web safe color of #617CF7 is #6666FF (or #66F).

RGB color model

#617CF7 color RGB value is (97,124,247).

RGB: (97,124,247) (38%, 49%, 97%)

RGB channels and saturation

R 97 of 255 = 38%
G 124 of 255 = 49%
B 247 of 255 = 97%

97
124
247

R + G + B ~ 61%. #617CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 124 + 247 = 468 (100%)
R 97 of 468 ~ 20.73%
G 124 of 468 ~ 26.5%
B 247 of 468 ~ 52.78'%

%20.73
%26.5
%52.78

CMYK color model

#617CF7 color CMYK value is (61,50,0,3).

  • cyan value is 60.73%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (61,50,0,3)
C61M50Y0K3 (61%, 50%, 0%, 3%)
(0.61 / 0.50 / 0.00 / 0.03)

CMYK percentages

%60.73
%49.8
%0
%3.14

Codes

Color #617CF7 in popluar color models

61 7C F7
RGB 97 124 247
HSL 229° 90.36% 67.45%
HSB/HSV 229° 60.73% 96.86%
CMYK 60.73% 49.80% 0.00%
3.14%

Color #617CF7 in popluar number systems.

HEX 61 7C F7
Decimal 97 124 247
Binary 1100001 1111100 11110111
Octal 141 174 367

Shades and tints

Shades of #617CF7

#617CF7
(97,124,247)
#5971E1
(89,113,225)
#5166CB
(81,102,203)
#495BB5
(73,91,181)
#41509F
(65,80,159)
#394589
(57,69,137)
#313A73
(49,58,115)
#292F5D
(41,47,93)
#212447
(33,36,71)
#191931
(25,25,49)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #617CF7

#617CF7
(97,124,247)
#6F87F7
(111,135,247)
#7D92F7
(125,146,247)
#8B9DF7
(139,157,247)
#99A8F7
(153,168,247)
#A7B3F7
(167,179,247)
#B5BEF7
(181,190,247)
#C3C9F7
(195,201,247)
#D1D4F7
(209,212,247)
#DFDFF7
(223,223,247)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617CF7 color. Also use rgb(97,124,247) instead hex code.

Text Font Color

.myTextColor { color: #617CF7; }

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

This text font color is #617CF7.

Background Color

.myBgColor { background-color: #617CF7; }

<div style="background-color:#617CF7">Inner text</div>

This div background color is #617CF7.

Border color

.myBorderColor { border: 1px solid #617CF7; }

<div style="border:3px solid #617CF7">Div</div>

This div border color is #617CF7.

Opacity

.myOpacity80 { color: #617CF7; opacity: 0.8; }

<p style="color:#617CF7;opacity:0.8;">80%</p>

Text with #617CF7 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 #617CF7;}

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

This text has shadow with #617CF7 color.


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

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

This text has shadow with #617CF7 primary color and red secondary color.


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

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

This text has shadow with #617CF7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #617CF7.

Preview

Color preview on black background

This text has color #617CF7 on black background.


Color preview on white background

This text has color #617CF7 on white background.


Black color preview on #617CF7 background

This text has black color on #617CF7 background.


White color preview on #617CF7 background

This text has white color on #617CF7 background.


Related colors

Complementary color

Complementary color for #hex is #9E8308.


I love getcolorcode.com

Triadic colors

1 #F7617C and #7CF761 with #617CF7 are triadic colors.

2 #F77C61 and #7C61F7 with #617CF7 are triadic colors.