COLOR #618AB8

HEX: #618AB8
RGB: (97,138,184)

Color info

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

RGB color model

#618AB8 color RGB value is (97,138,184).

  • red value is 97;
  • green value is 138;
  • blue value is 184.
RGB:
(97,138,184)
(38%,54%,72%)

RGB channels and saturation

R 97 of 255 = 38%
G 138 of 255 = 54%
B 184 of 255 = 72%

97
138
184

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

Portions of RGB colors in percentages

R + G + B =
97 + 138 + 184 = 419 (100%)
R 97 of 419 ~ 23.15%
G 138 of 419 ~ 32.94%
B 184 of 419 ~ 43.91%

%23.15
%32.94
%43.91

CMYK color model

#618AB8 color CMYK value is (47,25,0,28).

  • cyan value is 47.28%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(47,25,0,28)
C47M25Y0K28 
(47%,25%,0%,28%)
(0.47/0.25/0.00/0.28)	

CMYK percentages

%47.28
%25
%0
%27.84

Codes

Color #618AB8 in popluar color models

618AB8
RGB97138184
HSL212°37.99%55.10%
HSB/HSV212°47.28%72.16%
CMYK47.28%25.00%0.00%
27.84%

Color #618AB8 in popluar number systems.

HEX618AB8
Decimal97138184
Binary11000011000101010111000
Octal141212270

Shades and tints

Shades of #618AB8

#618AB8
(97,138,184)
#597EA8
(89,126,168)
#517298
(81,114,152)
#496688
(73,102,136)
#415A78
(65,90,120)
#394E68
(57,78,104)
#314258
(49,66,88)
#293648
(41,54,72)
#212A38
(33,42,56)
#191E28
(25,30,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #618AB8

#618AB8
(97,138,184)
#6F94BE
(111,148,190)
#7D9EC4
(125,158,196)
#8BA8CA
(139,168,202)
#99B2D0
(153,178,208)
#A7BCD6
(167,188,214)
#B5C6DC
(181,198,220)
#C3D0E2
(195,208,226)
#D1DAE8
(209,218,232)
#DFE4EE
(223,228,238)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618AB8 color. Also use rgb(97,138,184) instead hex code.

Text Font Color

.myTextColor { color: #618AB8; }

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

This text font color is #618AB8.


Background Color

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

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

This div background color is #618AB8.


Border color

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

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

This div border color is #618AB8.


Opacity

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

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

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

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

This text has shadow with #618AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618AB8 on black background.


Color preview on white background

This text has color #618AB8 on white background.



Black color preview on #618AB8 background

This text has black color on #618AB8 background.


White color preview on #618AB8 background

This text has white color on #618AB8 background.