COLOR #6194B8

HEX: #6194B8
RGB: (97,148,184)

Color info

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

RGB color model

#6194B8 color RGB value is (97,148,184).

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

RGB channels and saturation

R 97 of 255 = 38%
G 148 of 255 = 58%
B 184 of 255 = 72%

97
148
184

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

Portions of RGB colors in percentages

R + G + B =
97 + 148 + 184 = 429 (100%)
R 97 of 429 ~ 22.61%
G 148 of 429 ~ 34.5%
B 184 of 429 ~ 42.89%

%22.61
%34.5
%42.89

CMYK color model

#6194B8 color CMYK value is (47,20,0,28).

  • cyan value is 47.28%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(47,20,0,28)
C47M20Y0K28 
(47%,20%,0%,28%)
(0.47/0.20/0.00/0.28)	

CMYK percentages

%47.28
%19.57
%0
%27.84

Codes

Color #6194B8 in popluar color models

6194B8
RGB97148184
HSL205°37.99%55.10%
HSB/HSV205°47.28%72.16%
CMYK47.28%19.57%0.00%
27.84%

Color #6194B8 in popluar number systems.

HEX6194B8
Decimal97148184
Binary11000011001010010111000
Octal141224270

Shades and tints

Shades of #6194B8

#6194B8
(97,148,184)
#5987A8
(89,135,168)
#517A98
(81,122,152)
#496D88
(73,109,136)
#416078
(65,96,120)
#395368
(57,83,104)
#314658
(49,70,88)
#293948
(41,57,72)
#212C38
(33,44,56)
#191F28
(25,31,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #6194B8

#6194B8
(97,148,184)
#6F9DBE
(111,157,190)
#7DA6C4
(125,166,196)
#8BAFCA
(139,175,202)
#99B8D0
(153,184,208)
#A7C1D6
(167,193,214)
#B5CADC
(181,202,220)
#C3D3E2
(195,211,226)
#D1DCE8
(209,220,232)
#DFE5EE
(223,229,238)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6194B8; }

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

This text font color is #6194B8.


Background Color

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

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

This div background color is #6194B8.


Border color

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

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

This div border color is #6194B8.


Opacity

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

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

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

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

This text has shadow with #6194B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6194B8 on black background.


Color preview on white background

This text has color #6194B8 on white background.



Black color preview on #6194B8 background

This text has black color on #6194B8 background.


White color preview on #6194B8 background

This text has white color on #6194B8 background.