COLOR #6186B2

HEX: #6186B2
RGB: (97,134,178)

Color info

#6186B2 contains mainly green and blue colors. Web safe color of #6186B2 is #669999 (or #699).

RGB color model

#6186B2 color RGB value is (97,134,178).

  • red value is 97;
  • green value is 134;
  • blue value is 178.
RGB:
(97,134,178)
(38%,53%,70%)

RGB channels and saturation

R 97 of 255 = 38%
G 134 of 255 = 53%
B 178 of 255 = 70%

97
134
178

R + G + B ~ 54%. #6186B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 134 + 178 = 409 (100%)
R 97 of 409 ~ 23.72%
G 134 of 409 ~ 32.76%
B 178 of 409 ~ 43.52%

%23.72
%32.76
%43.52

CMYK color model

#6186B2 color CMYK value is (46,25,0,30).

  • cyan value is 45.51%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(46,25,0,30)
C46M25Y0K30 
(46%,25%,0%,30%)
(0.46/0.25/0.00/0.30)	

CMYK percentages

%45.51
%24.72
%0
%30.2

Codes

Color #6186B2 in popluar color models

6186B2
RGB97134178
HSL213°34.47%53.92%
HSB/HSV213°45.51%69.80%
CMYK45.51%24.72%0.00%
30.20%

Color #6186B2 in popluar number systems.

HEX6186B2
Decimal97134178
Binary11000011000011010110010
Octal141206262

Shades and tints

Shades of #6186B2

#6186B2
(97,134,178)
#597AA2
(89,122,162)
#516E92
(81,110,146)
#496282
(73,98,130)
#415672
(65,86,114)
#394A62
(57,74,98)
#313E52
(49,62,82)
#293242
(41,50,66)
#212632
(33,38,50)
#191A22
(25,26,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #6186B2

#6186B2
(97,134,178)
#6F91B9
(111,145,185)
#7D9CC0
(125,156,192)
#8BA7C7
(139,167,199)
#99B2CE
(153,178,206)
#A7BDD5
(167,189,213)
#B5C8DC
(181,200,220)
#C3D3E3
(195,211,227)
#D1DEEA
(209,222,234)
#DFE9F1
(223,233,241)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6186B2 color. Also use rgb(97,134,178) instead hex code.

Text Font Color

.myTextColor { color: #6186B2; }

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

This text font color is #6186B2.


Background Color

.myBgColor { background-color: #6186B2; }

<div style="background-color:#6186B2">Inner text</div>

This div background color is #6186B2.


Border color

.myBorderColor { border: 1px solid #6186B2; }

<div style="border:3px solid #6186B2">Div</div>

This div border color is #6186B2.


Opacity

.myOpacity80 { color: #6186B2; opacity: 0.8; }

<p style="color:#6186B2;opacity:0.8;">80%</p>

Text with #6186B2 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 #6186B2;}

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

This text has shadow with #6186B2 color.

.textShadow {text-shadow: 3px 3px 1px #6186B2, 3px 3px 1px red;}

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

This text has shadow with #6186B2 primary color and red secondary color.


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

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

This text has shadow with #6186B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6186B2 on black background.


Color preview on white background

This text has color #6186B2 on white background.



Black color preview on #6186B2 background

This text has black color on #6186B2 background.


White color preview on #6186B2 background

This text has white color on #6186B2 background.