COLOR #618EBE

HEX: #618EBE
RGB: (97,142,190)

Color info

#618EBE contains mainly green and blue colors. Web safe color of #618EBE is #6699CC (or #69C).

RGB color model

#618EBE color RGB value is (97,142,190).

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

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 190 of 255 = 75%

97
142
190

R + G + B ~ 56%. #618EBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 190 = 429 (100%)
R 97 of 429 ~ 22.61%
G 142 of 429 ~ 33.1%
B 190 of 429 ~ 44.29%

%22.61
%33.1
%44.29

CMYK color model

#618EBE color CMYK value is (49,25,0,25).

  • cyan value is 48.95%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(49,25,0,25)
C49M25Y0K25 
(49%,25%,0%,25%)
(0.49/0.25/0.00/0.25)	

CMYK percentages

%48.95
%25.26
%0
%25.49

Codes

Color #618EBE in popluar color models

618EBE
RGB97142190
HSL211°41.70%56.27%
HSB/HSV211°48.95%74.51%
CMYK48.95%25.26%0.00%
25.49%

Color #618EBE in popluar number systems.

HEX618EBE
Decimal97142190
Binary11000011000111010111110
Octal141216276

Shades and tints

Shades of #618EBE

#618EBE
(97,142,190)
#5982AD
(89,130,173)
#51769C
(81,118,156)
#496A8B
(73,106,139)
#415E7A
(65,94,122)
#395269
(57,82,105)
#314658
(49,70,88)
#293A47
(41,58,71)
#212E36
(33,46,54)
#192225
(25,34,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #618EBE

#618EBE
(97,142,190)
#6F98C3
(111,152,195)
#7DA2C8
(125,162,200)
#8BACCD
(139,172,205)
#99B6D2
(153,182,210)
#A7C0D7
(167,192,215)
#B5CADC
(181,202,220)
#C3D4E1
(195,212,225)
#D1DEE6
(209,222,230)
#DFE8EB
(223,232,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618EBE; }

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

This text font color is #618EBE.


Background Color

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

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

This div background color is #618EBE.


Border color

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

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

This div border color is #618EBE.


Opacity

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

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

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

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

This text has shadow with #618EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618EBE on black background.


Color preview on white background

This text has color #618EBE on white background.



Black color preview on #618EBE background

This text has black color on #618EBE background.


White color preview on #618EBE background

This text has white color on #618EBE background.