COLOR #6194B4

HEX: #6194B4
RGB: (97,148,180)

Color info

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

RGB color model

#6194B4 color RGB value is (97,148,180).

  • red value is 97;
  • green value is 148;
  • blue value is 180.
RGB:
(97,148,180)
(38%,58%,71%)

RGB channels and saturation

R 97 of 255 = 38%
G 148 of 255 = 58%
B 180 of 255 = 71%

97
148
180

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

Portions of RGB colors in percentages

R + G + B =
97 + 148 + 180 = 425 (100%)
R 97 of 425 ~ 22.82%
G 148 of 425 ~ 34.82%
B 180 of 425 ~ 42.35%

%22.82
%34.82
%42.35

CMYK color model

#6194B4 color CMYK value is (46,18,0,29).

  • cyan value is 46.11%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(46,18,0,29)
C46M18Y0K29 
(46%,18%,0%,29%)
(0.46/0.18/0.00/0.29)	

CMYK percentages

%46.11
%17.78
%0
%29.41

Codes

Color #6194B4 in popluar color models

6194B4
RGB97148180
HSL203°35.62%54.31%
HSB/HSV203°46.11%70.59%
CMYK46.11%17.78%0.00%
29.41%

Color #6194B4 in popluar number systems.

HEX6194B4
Decimal97148180
Binary11000011001010010110100
Octal141224264

Shades and tints

Shades of #6194B4

#6194B4
(97,148,180)
#5987A4
(89,135,164)
#517A94
(81,122,148)
#496D84
(73,109,132)
#416074
(65,96,116)
#395364
(57,83,100)
#314654
(49,70,84)
#293944
(41,57,68)
#212C34
(33,44,52)
#191F24
(25,31,36)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6194B4

#6194B4
(97,148,180)
#6F9DBA
(111,157,186)
#7DA6C0
(125,166,192)
#8BAFC6
(139,175,198)
#99B8CC
(153,184,204)
#A7C1D2
(167,193,210)
#B5CAD8
(181,202,216)
#C3D3DE
(195,211,222)
#D1DCE4
(209,220,228)
#DFE5EA
(223,229,234)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6194B4 color. Also use rgb(97,148,180) instead hex code.

Text Font Color

.myTextColor { color: #6194B4; }

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

This text font color is #6194B4.


Background Color

.myBgColor { background-color: #6194B4; }

<div style="background-color:#6194B4">Inner text</div>

This div background color is #6194B4.


Border color

.myBorderColor { border: 1px solid #6194B4; }

<div style="border:3px solid #6194B4">Div</div>

This div border color is #6194B4.


Opacity

.myOpacity80 { color: #6194B4; opacity: 0.8; }

<p style="color:#6194B4;opacity:0.8;">80%</p>

Text with #6194B4 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 #6194B4;}

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

This text has shadow with #6194B4 color.

.textShadow {text-shadow: 3px 3px 1px #6194B4, 3px 3px 1px red;}

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

This text has shadow with #6194B4 primary color and red secondary color.


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

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

This text has shadow with #6194B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6194B4 on black background.


Color preview on white background

This text has color #6194B4 on white background.



Black color preview on #6194B4 background

This text has black color on #6194B4 background.


White color preview on #6194B4 background

This text has white color on #6194B4 background.