COLOR #617CAE

HEX: #617CAE RGB: (97,124,174)

Color info

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

RGB color model

#617CAE color RGB value is (97,124,174).

RGB: (97,124,174) (38%, 49%, 68%)

RGB channels and saturation

R 97 of 255 = 38%
G 124 of 255 = 49%
B 174 of 255 = 68%

97
124
174

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

Portions of RGB colors in percentages

R + G + B = 97 + 124 + 174 = 395 (100%)
R 97 of 395 ~ 24.56%
G 124 of 395 ~ 31.39%
B 174 of 395 ~ 44.05'%

%24.56
%31.39
%44.05

CMYK color model

#617CAE color CMYK value is (44,29,0,32).

  • cyan value is 44.25%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (44,29,0,32)
C44M29Y0K32 (44%, 29%, 0%, 32%)
(0.44 / 0.29 / 0.00 / 0.32)

CMYK percentages

%44.25
%28.74
%0
%31.76

Codes

Color #617CAE in popluar color models

61 7C AE
RGB 97 124 174
HSL 219° 32.22% 53.14%
HSB/HSV 219° 44.25% 68.24%
CMYK 44.25% 28.74% 0.00%
31.76%

Color #617CAE in popluar number systems.

HEX 61 7C AE
Decimal 97 124 174
Binary 1100001 1111100 10101110
Octal 141 174 256

Shades and tints

Shades of #617CAE

#617CAE
(97,124,174)
#59719F
(89,113,159)
#516690
(81,102,144)
#495B81
(73,91,129)
#415072
(65,80,114)
#394563
(57,69,99)
#313A54
(49,58,84)
#292F45
(41,47,69)
#212436
(33,36,54)
#191927
(25,25,39)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #617CAE

#617CAE
(97,124,174)
#6F87B5
(111,135,181)
#7D92BC
(125,146,188)
#8B9DC3
(139,157,195)
#99A8CA
(153,168,202)
#A7B3D1
(167,179,209)
#B5BED8
(181,190,216)
#C3C9DF
(195,201,223)
#D1D4E6
(209,212,230)
#DFDFED
(223,223,237)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617CAE; }

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

This text font color is #617CAE.

Background Color

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

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

This div background color is #617CAE.

Border color

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

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

This div border color is #617CAE.

Opacity

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

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

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

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

This text has shadow with #617CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617CAE.

Preview

Color preview on black background

This text has color #617CAE on black background.


Color preview on white background

This text has color #617CAE on white background.


Black color preview on #617CAE background

This text has black color on #617CAE background.


White color preview on #617CAE background

This text has white color on #617CAE background.


Related colors

Complementary color

Complementary color for #hex is #9E8351.


I love getcolorcode.com

Triadic colors

1 #AE617C and #7CAE61 with #617CAE are triadic colors.

2 #AE7C61 and #7C61AE with #617CAE are triadic colors.