COLOR #617CA4

HEX: #617CA4 RGB: (97,124,164)

Color info

#617CA4 contains mainly green and blue colors. Web safe color of #617CA4 is #666699 (or #669).

RGB color model

#617CA4 color RGB value is (97,124,164).

RGB: (97,124,164) (38%, 49%, 64%)

RGB channels and saturation

R 97 of 255 = 38%
G 124 of 255 = 49%
B 164 of 255 = 64%

97
124
164

R + G + B ~ 50%. #617CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 124 + 164 = 385 (100%)
R 97 of 385 ~ 25.19%
G 124 of 385 ~ 32.21%
B 164 of 385 ~ 42.6'%

%25.19
%32.21
%42.6

CMYK color model

#617CA4 color CMYK value is (41,24,0,36).

  • cyan value is 40.85%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (41,24,0,36) C41M24Y0K36 (41%,24%,0%,36%) (0.41/0.24/0.00/0.36) 

CMYK percentages

%40.85
%24.39
%0
%35.69

Codes

Color #617CA4 in popluar color models

61 7C A4
RGB 97 124 164
HSL 216° 26.91% 51.18%
HSB/HSV 216° 40.85% 64.31%
CMYK 40.85% 24.39% 0.00%
35.69%

Color #617CA4 in popluar number systems.

HEX 61 7C A4
Decimal 97 124 164
Binary 1100001 1111100 10100100
Octal 141 174 244

Shades and tints

Shades of #617CA4

#617CA4
(97,124,164)
#597196
(89,113,150)
#516688
(81,102,136)
#495B7A
(73,91,122)
#41506C
(65,80,108)
#39455E
(57,69,94)
#313A50
(49,58,80)
#292F42
(41,47,66)
#212434
(33,36,52)
#191926
(25,25,38)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #617CA4

#617CA4
(97,124,164)
#6F87AC
(111,135,172)
#7D92B4
(125,146,180)
#8B9DBC
(139,157,188)
#99A8C4
(153,168,196)
#A7B3CC
(167,179,204)
#B5BED4
(181,190,212)
#C3C9DC
(195,201,220)
#D1D4E4
(209,212,228)
#DFDFEC
(223,223,236)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617CA4; }

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

This text font color is #617CA4.


Background Color

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

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

This div background color is #617CA4.


Border color

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

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

This div border color is #617CA4.


Opacity

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

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

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

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

This text has shadow with #617CA4 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #617CA4; -webkit-box-shadow:	1px 1px 3px 2px #617CA4; box-shadow:	1px 1px 3px 2px #617CA4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #617CA4; -webkit-box-shadow: 1px 1px 3px 2px #617CA4; box-shadow:1px 1px 3px 2px #617CA4;">
Div content here</div>
This div box has shadow with color #617CA4.

Preview

Color preview on black background

This text has color #617CA4 on black background.


Color preview on white background

This text has color #617CA4 on white background.



Black color preview on #617CA4 background

This text has black color on #617CA4 background.


White color preview on #617CA4 background

This text has white color on #617CA4 background.