COLOR #617DAD

HEX: #617DAD
RGB: (97,125,173)

Color info

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

RGB color model

#617DAD color RGB value is (97,125,173).

  • red value is 97;
  • green value is 125;
  • blue value is 173.
RGB:
(97,125,173)
(38%,49%,68%)

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 173 of 255 = 68%

97
125
173

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

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 173 = 395 (100%)
R 97 of 395 ~ 24.56%
G 125 of 395 ~ 31.65%
B 173 of 395 ~ 43.8%

%24.56
%31.65
%43.8

CMYK color model

#617DAD color CMYK value is (44,28,0,32).

  • cyan value is 43.93%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(44,28,0,32)
C44M28Y0K32 
(44%,28%,0%,32%)
(0.44/0.28/0.00/0.32)	

CMYK percentages

%43.93
%27.75
%0
%32.16

Codes

Color #617DAD in popluar color models

617DAD
RGB97125173
HSL218°31.67%52.94%
HSB/HSV218°43.93%67.84%
CMYK43.93%27.75%0.00%
32.16%

Color #617DAD in popluar number systems.

HEX617DAD
Decimal97125173
Binary1100001111110110101101
Octal141175255

Shades and tints

Shades of #617DAD

#617DAD
(97,125,173)
#59729E
(89,114,158)
#51678F
(81,103,143)
#495C80
(73,92,128)
#415171
(65,81,113)
#394662
(57,70,98)
#313B53
(49,59,83)
#293044
(41,48,68)
#212535
(33,37,53)
#191A26
(25,26,38)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #617DAD

#617DAD
(97,125,173)
#6F88B4
(111,136,180)
#7D93BB
(125,147,187)
#8B9EC2
(139,158,194)
#99A9C9
(153,169,201)
#A7B4D0
(167,180,208)
#B5BFD7
(181,191,215)
#C3CADE
(195,202,222)
#D1D5E5
(209,213,229)
#DFE0EC
(223,224,236)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617DAD color. Also use rgb(97,125,173) instead hex code.

Text Font Color

.myTextColor { color: #617DAD; }

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

This text font color is #617DAD.


Background Color

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

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

This div background color is #617DAD.


Border color

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

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

This div border color is #617DAD.


Opacity

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

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

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

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

This text has shadow with #617DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617DAD on black background.


Color preview on white background

This text has color #617DAD on white background.



Black color preview on #617DAD background

This text has black color on #617DAD background.


White color preview on #617DAD background

This text has white color on #617DAD background.