COLOR #617BB0

HEX: #617BB0 RGB: (97,123,176)

Color info

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

RGB color model

#617BB0 color RGB value is (97,123,176).

RGB: (97,123,176) (38%, 48%, 69%)

RGB channels and saturation

R 97 of 255 = 38%
G 123 of 255 = 48%
B 176 of 255 = 69%

97
123
176

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

Portions of RGB colors in percentages

R + G + B = 97 + 123 + 176 = 396 (100%)
R 97 of 396 ~ 24.49%
G 123 of 396 ~ 31.06%
B 176 of 396 ~ 44.44'%

%24.49
%31.06
%44.44

CMYK color model

#617BB0 color CMYK value is (45,30,0,31).

  • cyan value is 44.89%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (45,30,0,31)
C45M30Y0K31 (45%, 30%, 0%, 31%)
(0.45 / 0.30 / 0.00 / 0.31)

CMYK percentages

%44.89
%30.11
%0
%30.98

Codes

Color #617BB0 in popluar color models

61 7B B0
RGB 97 123 176
HSL 220° 33.33% 53.53%
HSB/HSV 220° 44.89% 69.02%
CMYK 44.89% 30.11% 0.00%
30.98%

Color #617BB0 in popluar number systems.

HEX 61 7B B0
Decimal 97 123 176
Binary 1100001 1111011 10110000
Octal 141 173 260

Shades and tints

Shades of #617BB0

#617BB0
(97,123,176)
#5970A0
(89,112,160)
#516590
(81,101,144)
#495A80
(73,90,128)
#414F70
(65,79,112)
#394460
(57,68,96)
#313950
(49,57,80)
#292E40
(41,46,64)
#212330
(33,35,48)
#191820
(25,24,32)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #617BB0

#617BB0
(97,123,176)
#6F87B7
(111,135,183)
#7D93BE
(125,147,190)
#8B9FC5
(139,159,197)
#99ABCC
(153,171,204)
#A7B7D3
(167,183,211)
#B5C3DA
(181,195,218)
#C3CFE1
(195,207,225)
#D1DBE8
(209,219,232)
#DFE7EF
(223,231,239)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617BB0 color. Also use rgb(97,123,176) instead hex code.

Text Font Color

.myTextColor { color: #617BB0; }

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

This text font color is #617BB0.

Background Color

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

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

This div background color is #617BB0.

Border color

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

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

This div border color is #617BB0.

Opacity

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

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

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

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

This text has shadow with #617BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617BB0.

Preview

Color preview on black background

This text has color #617BB0 on black background.


Color preview on white background

This text has color #617BB0 on white background.


Black color preview on #617BB0 background

This text has black color on #617BB0 background.


White color preview on #617BB0 background

This text has white color on #617BB0 background.


Related colors

Complementary color

Complementary color for #hex is #9E844F.


I love getcolorcode.com

Triadic colors

1 #B0617B and #7BB061 with #617BB0 are triadic colors.

2 #B07B61 and #7B61B0 with #617BB0 are triadic colors.