COLOR #617DCA

HEX: #617DCA
RGB: (97,125,202)

Color info

#617DCA contains mainly blue color. Web safe color of #617DCA is #6666CC (or #66C).

RGB color model

#617DCA color RGB value is (97,125,202).

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

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 202 of 255 = 79%

97
125
202

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

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 202 = 424 (100%)
R 97 of 424 ~ 22.88%
G 125 of 424 ~ 29.48%
B 202 of 424 ~ 47.64%

%22.88
%29.48
%47.64

CMYK color model

#617DCA color CMYK value is (52,38,0,21).

  • cyan value is 51.98%
  • magenta value is 38.12%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(52,38,0,21)
C52M38Y0K21 
(52%,38%,0%,21%)
(0.52/0.38/0.00/0.21)	

CMYK percentages

%51.98
%38.12
%0
%20.78

Codes

Color #617DCA in popluar color models

617DCA
RGB97125202
HSL224°49.76%58.63%
HSB/HSV224°51.98%79.22%
CMYK51.98%38.12%0.00%
20.78%

Color #617DCA in popluar number systems.

HEX617DCA
Decimal97125202
Binary1100001111110111001010
Octal141175312

Shades and tints

Shades of #617DCA

#617DCA
(97,125,202)
#5972B8
(89,114,184)
#5167A6
(81,103,166)
#495C94
(73,92,148)
#415182
(65,81,130)
#394670
(57,70,112)
#313B5E
(49,59,94)
#29304C
(41,48,76)
#21253A
(33,37,58)
#191A28
(25,26,40)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #617DCA

#617DCA
(97,125,202)
#6F88CE
(111,136,206)
#7D93D2
(125,147,210)
#8B9ED6
(139,158,214)
#99A9DA
(153,169,218)
#A7B4DE
(167,180,222)
#B5BFE2
(181,191,226)
#C3CAE6
(195,202,230)
#D1D5EA
(209,213,234)
#DFE0EE
(223,224,238)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617DCA; }

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

This text font color is #617DCA.


Background Color

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

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

This div background color is #617DCA.


Border color

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

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

This div border color is #617DCA.


Opacity

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

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

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

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

This text has shadow with #617DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617DCA on black background.


Color preview on white background

This text has color #617DCA on white background.



Black color preview on #617DCA background

This text has black color on #617DCA background.


White color preview on #617DCA background

This text has white color on #617DCA background.