COLOR #619CF3

HEX: #619CF3
RGB: (97,156,243)

Color info

#619CF3 contains mainly blue color. Web safe color of #619CF3 is #6699FF (or #69F).

RGB color model

#619CF3 color RGB value is (97,156,243).

  • red value is 97;
  • green value is 156;
  • blue value is 243.
RGB:
(97,156,243)
(38%,61%,95%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 243 of 255 = 95%

97
156
243

R + G + B ~ 65%. #619CF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 156 + 243 = 496 (100%)
R 97 of 496 ~ 19.56%
G 156 of 496 ~ 31.45%
B 243 of 496 ~ 48.99%

%19.56
%31.45
%48.99

CMYK color model

#619CF3 color CMYK value is (60,36,0,5).

  • cyan value is 60.08%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(60,36,0,5)
C60M36Y0K5 
(60%,36%,0%,5%)
(0.60/0.36/0.00/0.05)	

CMYK percentages

%60.08
%35.8
%0
%4.71

Codes

Color #619CF3 in popluar color models

619CF3
RGB97156243
HSL216°85.88%66.67%
HSB/HSV216°60.08%95.29%
CMYK60.08%35.80%0.00%
4.71%

Color #619CF3 in popluar number systems.

HEX619CF3
Decimal97156243
Binary11000011001110011110011
Octal141234363

Shades and tints

Shades of #619CF3

#619CF3
(97,156,243)
#598EDD
(89,142,221)
#5180C7
(81,128,199)
#4972B1
(73,114,177)
#41649B
(65,100,155)
#395685
(57,86,133)
#31486F
(49,72,111)
#293A59
(41,58,89)
#212C43
(33,44,67)
#191E2D
(25,30,45)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #619CF3

#619CF3
(97,156,243)
#6FA5F4
(111,165,244)
#7DAEF5
(125,174,245)
#8BB7F6
(139,183,246)
#99C0F7
(153,192,247)
#A7C9F8
(167,201,248)
#B5D2F9
(181,210,249)
#C3DBFA
(195,219,250)
#D1E4FB
(209,228,251)
#DFEDFC
(223,237,252)
#EDF6FD
(237,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619CF3 color. Also use rgb(97,156,243) instead hex code.

Text Font Color

.myTextColor { color: #619CF3; }

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

This text font color is #619CF3.


Background Color

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

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

This div background color is #619CF3.


Border color

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

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

This div border color is #619CF3.


Opacity

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

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

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

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

This text has shadow with #619CF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619CF3 on black background.


Color preview on white background

This text has color #619CF3 on white background.



Black color preview on #619CF3 background

This text has black color on #619CF3 background.


White color preview on #619CF3 background

This text has white color on #619CF3 background.