COLOR #617FBA

HEX: #617FBA
RGB: (97,127,186)

Color info

#617FBA contains mainly green and blue colors. Web safe color of #617FBA is #6666CC (or #66C).

RGB color model

#617FBA color RGB value is (97,127,186).

  • red value is 97;
  • green value is 127;
  • blue value is 186.
RGB:
(97,127,186)
(38%,50%,73%)

RGB channels and saturation

R 97 of 255 = 38%
G 127 of 255 = 50%
B 186 of 255 = 73%

97
127
186

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

Portions of RGB colors in percentages

R + G + B =
97 + 127 + 186 = 410 (100%)
R 97 of 410 ~ 23.66%
G 127 of 410 ~ 30.98%
B 186 of 410 ~ 45.37%

%23.66
%30.98
%45.37

CMYK color model

#617FBA color CMYK value is (48,32,0,27).

  • cyan value is 47.85%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(48,32,0,27)
C48M32Y0K27 
(48%,32%,0%,27%)
(0.48/0.32/0.00/0.27)	

CMYK percentages

%47.85
%31.72
%0
%27.06

Codes

Color #617FBA in popluar color models

617FBA
RGB97127186
HSL220°39.21%55.49%
HSB/HSV220°47.85%72.94%
CMYK47.85%31.72%0.00%
27.06%

Color #617FBA in popluar number systems.

HEX617FBA
Decimal97127186
Binary1100001111111110111010
Octal141177272

Shades and tints

Shades of #617FBA

#617FBA
(97,127,186)
#5974AA
(89,116,170)
#51699A
(81,105,154)
#495E8A
(73,94,138)
#41537A
(65,83,122)
#39486A
(57,72,106)
#313D5A
(49,61,90)
#29324A
(41,50,74)
#21273A
(33,39,58)
#191C2A
(25,28,42)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #617FBA

#617FBA
(97,127,186)
#6F8AC0
(111,138,192)
#7D95C6
(125,149,198)
#8BA0CC
(139,160,204)
#99ABD2
(153,171,210)
#A7B6D8
(167,182,216)
#B5C1DE
(181,193,222)
#C3CCE4
(195,204,228)
#D1D7EA
(209,215,234)
#DFE2F0
(223,226,240)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617FBA color. Also use rgb(97,127,186) instead hex code.

Text Font Color

.myTextColor { color: #617FBA; }

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

This text font color is #617FBA.


Background Color

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

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

This div background color is #617FBA.


Border color

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

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

This div border color is #617FBA.


Opacity

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

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

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

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

This text has shadow with #617FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617FBA on black background.


Color preview on white background

This text has color #617FBA on white background.



Black color preview on #617FBA background

This text has black color on #617FBA background.


White color preview on #617FBA background

This text has white color on #617FBA background.