COLOR #6164AB

HEX: #6164AB
RGB: (97,100,171)

Color info

#6164AB contains mainly blue color. Web safe color of #6164AB is #666699 (or #669).

RGB color model

#6164AB color RGB value is (97,100,171).

  • red value is 97;
  • green value is 100;
  • blue value is 171.
RGB:
(97,100,171)
(38%,39%,67%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 171 of 255 = 67%

97
100
171

R + G + B ~ 48%. #6164AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 171 = 368 (100%)
R 97 of 368 ~ 26.36%
G 100 of 368 ~ 27.17%
B 171 of 368 ~ 46.47%

%26.36
%27.17
%46.47

CMYK color model

#6164AB color CMYK value is (43,42,0,33).

  • cyan value is 43.27%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(43,42,0,33)
C43M42Y0K33 
(43%,42%,0%,33%)
(0.43/0.42/0.00/0.33)	

CMYK percentages

%43.27
%41.52
%0
%32.94

Codes

Color #6164AB in popluar color models

6164AB
RGB97100171
HSL238°30.58%52.55%
HSB/HSV238°43.27%67.06%
CMYK43.27%41.52%0.00%
32.94%

Color #6164AB in popluar number systems.

HEX6164AB
Decimal97100171
Binary1100001110010010101011
Octal141144253

Shades and tints

Shades of #6164AB

#6164AB
(97,100,171)
#595B9C
(89,91,156)
#51528D
(81,82,141)
#49497E
(73,73,126)
#41406F
(65,64,111)
#393760
(57,55,96)
#312E51
(49,46,81)
#292542
(41,37,66)
#211C33
(33,28,51)
#191324
(25,19,36)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #6164AB

#6164AB
(97,100,171)
#6F72B2
(111,114,178)
#7D80B9
(125,128,185)
#8B8EC0
(139,142,192)
#999CC7
(153,156,199)
#A7AACE
(167,170,206)
#B5B8D5
(181,184,213)
#C3C6DC
(195,198,220)
#D1D4E3
(209,212,227)
#DFE2EA
(223,226,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6164AB color. Also use rgb(97,100,171) instead hex code.

Text Font Color

.myTextColor { color: #6164AB; }

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

This text font color is #6164AB.


Background Color

.myBgColor { background-color: #6164AB; }

<div style="background-color:#6164AB">Inner text</div>

This div background color is #6164AB.


Border color

.myBorderColor { border: 1px solid #6164AB; }

<div style="border:3px solid #6164AB">Div</div>

This div border color is #6164AB.


Opacity

.myOpacity80 { color: #6164AB; opacity: 0.8; }

<p style="color:#6164AB;opacity:0.8;">80%</p>

Text with #6164AB 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 #6164AB;}

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

This text has shadow with #6164AB color.

.textShadow {text-shadow: 3px 3px 1px #6164AB, 3px 3px 1px red;}

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

This text has shadow with #6164AB primary color and red secondary color.


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

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

This text has shadow with #6164AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6164AB on black background.


Color preview on white background

This text has color #6164AB on white background.



Black color preview on #6164AB background

This text has black color on #6164AB background.


White color preview on #6164AB background

This text has white color on #6164AB background.