COLOR #6162A4

HEX: #6162A4
RGB: (97,98,164)

Color info

#6162A4 contains mainly blue color. Web safe color of #6162A4 is #666699 (or #669).

RGB color model

#6162A4 color RGB value is (97,98,164).

  • red value is 97;
  • green value is 98;
  • blue value is 164.
RGB:
(97,98,164)
(38%,38%,64%)

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 164 of 255 = 64%

97
98
164

R + G + B ~ 47%. #6162A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 98 + 164 = 359 (100%)
R 97 of 359 ~ 27.02%
G 98 of 359 ~ 27.3%
B 164 of 359 ~ 45.68%

%27.02
%27.3
%45.68

CMYK color model

#6162A4 color CMYK value is (41,40,0,36).

  • cyan value is 40.85%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(41,40,0,36)
C41M40Y0K36 
(41%,40%,0%,36%)
(0.41/0.40/0.00/0.36)	

CMYK percentages

%40.85
%40.24
%0
%35.69

Codes

Color #6162A4 in popluar color models

6162A4
RGB9798164
HSL239°26.91%51.18%
HSB/HSV239°40.85%64.31%
CMYK40.85%40.24%0.00%
35.69%

Color #6162A4 in popluar number systems.

HEX6162A4
Decimal9798164
Binary1100001110001010100100
Octal141142244

Shades and tints

Shades of #6162A4

#6162A4
(97,98,164)
#595A96
(89,90,150)
#515288
(81,82,136)
#494A7A
(73,74,122)
#41426C
(65,66,108)
#393A5E
(57,58,94)
#313250
(49,50,80)
#292A42
(41,42,66)
#212234
(33,34,52)
#191A26
(25,26,38)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #6162A4

#6162A4
(97,98,164)
#6F70AC
(111,112,172)
#7D7EB4
(125,126,180)
#8B8CBC
(139,140,188)
#999AC4
(153,154,196)
#A7A8CC
(167,168,204)
#B5B6D4
(181,182,212)
#C3C4DC
(195,196,220)
#D1D2E4
(209,210,228)
#DFE0EC
(223,224,236)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6162A4 color. Also use rgb(97,98,164) instead hex code.

Text Font Color

.myTextColor { color: #6162A4; }

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

This text font color is #6162A4.


Background Color

.myBgColor { background-color: #6162A4; }

<div style="background-color:#6162A4">Inner text</div>

This div background color is #6162A4.


Border color

.myBorderColor { border: 1px solid #6162A4; }

<div style="border:3px solid #6162A4">Div</div>

This div border color is #6162A4.


Opacity

.myOpacity80 { color: #6162A4; opacity: 0.8; }

<p style="color:#6162A4;opacity:0.8;">80%</p>

Text with #6162A4 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 #6162A4;}

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

This text has shadow with #6162A4 color.

.textShadow {text-shadow: 3px 3px 1px #6162A4, 3px 3px 1px red;}

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

This text has shadow with #6162A4 primary color and red secondary color.


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

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

This text has shadow with #6162A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6162A4 on black background.


Color preview on white background

This text has color #6162A4 on white background.



Black color preview on #6162A4 background

This text has black color on #6162A4 background.


White color preview on #6162A4 background

This text has white color on #6162A4 background.