COLOR #6184BC

HEX: #6184BC
RGB: (97,132,188)

Color info

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

RGB color model

#6184BC color RGB value is (97,132,188).

  • red value is 97;
  • green value is 132;
  • blue value is 188.
RGB:
(97,132,188)
(38%,52%,74%)

RGB channels and saturation

R 97 of 255 = 38%
G 132 of 255 = 52%
B 188 of 255 = 74%

97
132
188

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

Portions of RGB colors in percentages

R + G + B =
97 + 132 + 188 = 417 (100%)
R 97 of 417 ~ 23.26%
G 132 of 417 ~ 31.65%
B 188 of 417 ~ 45.08%

%23.26
%31.65
%45.08

CMYK color model

#6184BC color CMYK value is (48,30,0,26).

  • cyan value is 48.40%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(48,30,0,26)
C48M30Y0K26 
(48%,30%,0%,26%)
(0.48/0.30/0.00/0.26)	

CMYK percentages

%48.4
%29.79
%0
%26.27

Codes

Color #6184BC in popluar color models

6184BC
RGB97132188
HSL217°40.44%55.88%
HSB/HSV217°48.40%73.73%
CMYK48.40%29.79%0.00%
26.27%

Color #6184BC in popluar number systems.

HEX6184BC
Decimal97132188
Binary11000011000010010111100
Octal141204274

Shades and tints

Shades of #6184BC

#6184BC
(97,132,188)
#5978AB
(89,120,171)
#516C9A
(81,108,154)
#496089
(73,96,137)
#415478
(65,84,120)
#394867
(57,72,103)
#313C56
(49,60,86)
#293045
(41,48,69)
#212434
(33,36,52)
#191823
(25,24,35)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #6184BC

#6184BC
(97,132,188)
#6F8FC2
(111,143,194)
#7D9AC8
(125,154,200)
#8BA5CE
(139,165,206)
#99B0D4
(153,176,212)
#A7BBDA
(167,187,218)
#B5C6E0
(181,198,224)
#C3D1E6
(195,209,230)
#D1DCEC
(209,220,236)
#DFE7F2
(223,231,242)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6184BC color. Also use rgb(97,132,188) instead hex code.

Text Font Color

.myTextColor { color: #6184BC; }

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

This text font color is #6184BC.


Background Color

.myBgColor { background-color: #6184BC; }

<div style="background-color:#6184BC">Inner text</div>

This div background color is #6184BC.


Border color

.myBorderColor { border: 1px solid #6184BC; }

<div style="border:3px solid #6184BC">Div</div>

This div border color is #6184BC.


Opacity

.myOpacity80 { color: #6184BC; opacity: 0.8; }

<p style="color:#6184BC;opacity:0.8;">80%</p>

Text with #6184BC 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 #6184BC;}

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

This text has shadow with #6184BC color.

.textShadow {text-shadow: 3px 3px 1px #6184BC, 3px 3px 1px red;}

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

This text has shadow with #6184BC primary color and red secondary color.


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

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

This text has shadow with #6184BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6184BC on black background.


Color preview on white background

This text has color #6184BC on white background.



Black color preview on #6184BC background

This text has black color on #6184BC background.


White color preview on #6184BC background

This text has white color on #6184BC background.