COLOR #618EEC

HEX: #618EEC
RGB: (97,142,236)

Color info

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

RGB color model

#618EEC color RGB value is (97,142,236).

  • red value is 97;
  • green value is 142;
  • blue value is 236.
RGB:
(97,142,236)
(38%,56%,93%)

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 236 of 255 = 93%

97
142
236

R + G + B ~ 62%. #618EEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 236 = 475 (100%)
R 97 of 475 ~ 20.42%
G 142 of 475 ~ 29.89%
B 236 of 475 ~ 49.68%

%20.42
%29.89
%49.68

CMYK color model

#618EEC color CMYK value is (59,40,0,7).

  • cyan value is 58.90%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(59,40,0,7)
C59M40Y0K7 
(59%,40%,0%,7%)
(0.59/0.40/0.00/0.07)	

CMYK percentages

%58.9
%39.83
%0
%7.45

Codes

Color #618EEC in popluar color models

618EEC
RGB97142236
HSL221°78.53%65.29%
HSB/HSV221°58.90%92.55%
CMYK58.90%39.83%0.00%
7.45%

Color #618EEC in popluar number systems.

HEX618EEC
Decimal97142236
Binary11000011000111011101100
Octal141216354

Shades and tints

Shades of #618EEC

#618EEC
(97,142,236)
#5982D7
(89,130,215)
#5176C2
(81,118,194)
#496AAD
(73,106,173)
#415E98
(65,94,152)
#395283
(57,82,131)
#31466E
(49,70,110)
#293A59
(41,58,89)
#212E44
(33,46,68)
#19222F
(25,34,47)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #618EEC

#618EEC
(97,142,236)
#6F98ED
(111,152,237)
#7DA2EE
(125,162,238)
#8BACEF
(139,172,239)
#99B6F0
(153,182,240)
#A7C0F1
(167,192,241)
#B5CAF2
(181,202,242)
#C3D4F3
(195,212,243)
#D1DEF4
(209,222,244)
#DFE8F5
(223,232,245)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618EEC color. Also use rgb(97,142,236) instead hex code.

Text Font Color

.myTextColor { color: #618EEC; }

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

This text font color is #618EEC.


Background Color

.myBgColor { background-color: #618EEC; }

<div style="background-color:#618EEC">Inner text</div>

This div background color is #618EEC.


Border color

.myBorderColor { border: 1px solid #618EEC; }

<div style="border:3px solid #618EEC">Div</div>

This div border color is #618EEC.


Opacity

.myOpacity80 { color: #618EEC; opacity: 0.8; }

<p style="color:#618EEC;opacity:0.8;">80%</p>

Text with #618EEC 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 #618EEC;}

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

This text has shadow with #618EEC color.

.textShadow {text-shadow: 3px 3px 1px #618EEC, 3px 3px 1px red;}

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

This text has shadow with #618EEC primary color and red secondary color.


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

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

This text has shadow with #618EEC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618EEC on black background.


Color preview on white background

This text has color #618EEC on white background.



Black color preview on #618EEC background

This text has black color on #618EEC background.


White color preview on #618EEC background

This text has white color on #618EEC background.