COLOR #6182A2

HEX: #6182A2
RGB: (97,130,162)

Color info

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

RGB color model

#6182A2 color RGB value is (97,130,162).

  • red value is 97;
  • green value is 130;
  • blue value is 162.
RGB:
(97,130,162)
(38%,51%,64%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 162 of 255 = 64%

97
130
162

R + G + B ~ 51%. #6182A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 130 + 162 = 389 (100%)
R 97 of 389 ~ 24.94%
G 130 of 389 ~ 33.42%
B 162 of 389 ~ 41.65%

%24.94
%33.42
%41.65

CMYK color model

#6182A2 color CMYK value is (40,20,0,36).

  • cyan value is 40.12%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(40,20,0,36)
C40M20Y0K36 
(40%,20%,0%,36%)
(0.40/0.20/0.00/0.36)	

CMYK percentages

%40.12
%19.75
%0
%36.47

Codes

Color #6182A2 in popluar color models

6182A2
RGB97130162
HSL210°25.90%50.78%
HSB/HSV210°40.12%63.53%
CMYK40.12%19.75%0.00%
36.47%

Color #6182A2 in popluar number systems.

HEX6182A2
Decimal97130162
Binary11000011000001010100010
Octal141202242

Shades and tints

Shades of #6182A2

#6182A2
(97,130,162)
#597794
(89,119,148)
#516C86
(81,108,134)
#496178
(73,97,120)
#41566A
(65,86,106)
#394B5C
(57,75,92)
#31404E
(49,64,78)
#293540
(41,53,64)
#212A32
(33,42,50)
#191F24
(25,31,36)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6182A2

#6182A2
(97,130,162)
#6F8DAA
(111,141,170)
#7D98B2
(125,152,178)
#8BA3BA
(139,163,186)
#99AEC2
(153,174,194)
#A7B9CA
(167,185,202)
#B5C4D2
(181,196,210)
#C3CFDA
(195,207,218)
#D1DAE2
(209,218,226)
#DFE5EA
(223,229,234)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6182A2 color. Also use rgb(97,130,162) instead hex code.

Text Font Color

.myTextColor { color: #6182A2; }

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

This text font color is #6182A2.


Background Color

.myBgColor { background-color: #6182A2; }

<div style="background-color:#6182A2">Inner text</div>

This div background color is #6182A2.


Border color

.myBorderColor { border: 1px solid #6182A2; }

<div style="border:3px solid #6182A2">Div</div>

This div border color is #6182A2.


Opacity

.myOpacity80 { color: #6182A2; opacity: 0.8; }

<p style="color:#6182A2;opacity:0.8;">80%</p>

Text with #6182A2 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 #6182A2;}

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

This text has shadow with #6182A2 color.

.textShadow {text-shadow: 3px 3px 1px #6182A2, 3px 3px 1px red;}

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

This text has shadow with #6182A2 primary color and red secondary color.


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

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

This text has shadow with #6182A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6182A2 on black background.


Color preview on white background

This text has color #6182A2 on white background.



Black color preview on #6182A2 background

This text has black color on #6182A2 background.


White color preview on #6182A2 background

This text has white color on #6182A2 background.