COLOR #619EDE

HEX: #619EDE
RGB: (97,158,222)

Color info

#619EDE contains mainly blue color. Web safe color of #619EDE is #6699CC (or #69C).

RGB color model

#619EDE color RGB value is (97,158,222).

  • red value is 97;
  • green value is 158;
  • blue value is 222.
RGB:
(97,158,222)
(38%,62%,87%)

RGB channels and saturation

R 97 of 255 = 38%
G 158 of 255 = 62%
B 222 of 255 = 87%

97
158
222

R + G + B ~ 62%. #619EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 158 + 222 = 477 (100%)
R 97 of 477 ~ 20.34%
G 158 of 477 ~ 33.12%
B 222 of 477 ~ 46.54%

%20.34
%33.12
%46.54

CMYK color model

#619EDE color CMYK value is (56,29,0,13).

  • cyan value is 56.31%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(56,29,0,13)
C56M29Y0K13 
(56%,29%,0%,13%)
(0.56/0.29/0.00/0.13)	

CMYK percentages

%56.31
%28.83
%0
%12.94

Codes

Color #619EDE in popluar color models

619EDE
RGB97158222
HSL211°65.45%62.55%
HSB/HSV211°56.31%87.06%
CMYK56.31%28.83%0.00%
12.94%

Color #619EDE in popluar number systems.

HEX619EDE
Decimal97158222
Binary11000011001111011011110
Octal141236336

Shades and tints

Shades of #619EDE

#619EDE
(97,158,222)
#5990CA
(89,144,202)
#5182B6
(81,130,182)
#4974A2
(73,116,162)
#41668E
(65,102,142)
#39587A
(57,88,122)
#314A66
(49,74,102)
#293C52
(41,60,82)
#212E3E
(33,46,62)
#19202A
(25,32,42)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #619EDE

#619EDE
(97,158,222)
#6FA6E1
(111,166,225)
#7DAEE4
(125,174,228)
#8BB6E7
(139,182,231)
#99BEEA
(153,190,234)
#A7C6ED
(167,198,237)
#B5CEF0
(181,206,240)
#C3D6F3
(195,214,243)
#D1DEF6
(209,222,246)
#DFE6F9
(223,230,249)
#EDEEFC
(237,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619EDE color. Also use rgb(97,158,222) instead hex code.

Text Font Color

.myTextColor { color: #619EDE; }

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

This text font color is #619EDE.


Background Color

.myBgColor { background-color: #619EDE; }

<div style="background-color:#619EDE">Inner text</div>

This div background color is #619EDE.


Border color

.myBorderColor { border: 1px solid #619EDE; }

<div style="border:3px solid #619EDE">Div</div>

This div border color is #619EDE.


Opacity

.myOpacity80 { color: #619EDE; opacity: 0.8; }

<p style="color:#619EDE;opacity:0.8;">80%</p>

Text with #619EDE 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 #619EDE;}

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

This text has shadow with #619EDE color.

.textShadow {text-shadow: 3px 3px 1px #619EDE, 3px 3px 1px red;}

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

This text has shadow with #619EDE primary color and red secondary color.


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

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

This text has shadow with #619EDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619EDE on black background.


Color preview on white background

This text has color #619EDE on white background.



Black color preview on #619EDE background

This text has black color on #619EDE background.


White color preview on #619EDE background

This text has white color on #619EDE background.