COLOR #6564A3

HEX: #6564A3
RGB: (101,100,163)

Color info

#6564A3 contains mainly blue color. Web safe color of #6564A3 is #666699 (or #669).

RGB color model

#6564A3 color RGB value is (101,100,163).

  • red value is 101;
  • green value is 100;
  • blue value is 163.
RGB:
(101,100,163)
(40%,39%,64%)

RGB channels and saturation

R 101 of 255 = 40%
G 100 of 255 = 39%
B 163 of 255 = 64%

101
100
163

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

Portions of RGB colors in percentages

R + G + B =
101 + 100 + 163 = 364 (100%)
R 101 of 364 ~ 27.75%
G 100 of 364 ~ 27.47%
B 163 of 364 ~ 44.78%

%27.75
%27.47
%44.78

CMYK color model

#6564A3 color CMYK value is (38,39,0,36).

  • cyan value is 38.04%
  • magenta value is 38.65%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(38,39,0,36)
C38M39Y0K36 
(38%,39%,0%,36%)
(0.38/0.39/0.00/0.36)	

CMYK percentages

%38.04
%38.65
%0
%36.08

Codes

Color #6564A3 in popluar color models

6564A3
RGB101100163
HSL241°25.51%51.57%
HSB/HSV241°38.65%63.92%
CMYK38.04%38.65%0.00%
36.08%

Color #6564A3 in popluar number systems.

HEX6564A3
Decimal101100163
Binary1100101110010010100011
Octal145144243

Shades and tints

Shades of #6564A3

#6564A3
(101,100,163)
#5C5B95
(92,91,149)
#535287
(83,82,135)
#4A4979
(74,73,121)
#41406B
(65,64,107)
#38375D
(56,55,93)
#2F2E4F
(47,46,79)
#262541
(38,37,65)
#1D1C33
(29,28,51)
#141325
(20,19,37)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #6564A3

#6564A3
(101,100,163)
#7372AB
(115,114,171)
#8180B3
(129,128,179)
#8F8EBB
(143,142,187)
#9D9CC3
(157,156,195)
#ABAACB
(171,170,203)
#B9B8D3
(185,184,211)
#C7C6DB
(199,198,219)
#D5D4E3
(213,212,227)
#E3E2EB
(227,226,235)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6564A3 color. Also use rgb(101,100,163) instead hex code.

Text Font Color

.myTextColor { color: #6564A3; }

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

This text font color is #6564A3.


Background Color

.myBgColor { background-color: #6564A3; }

<div style="background-color:#6564A3">Inner text</div>

This div background color is #6564A3.


Border color

.myBorderColor { border: 1px solid #6564A3; }

<div style="border:3px solid #6564A3">Div</div>

This div border color is #6564A3.


Opacity

.myOpacity80 { color: #6564A3; opacity: 0.8; }

<p style="color:#6564A3;opacity:0.8;">80%</p>

Text with #6564A3 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 #6564A3;}

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

This text has shadow with #6564A3 color.

.textShadow {text-shadow: 3px 3px 1px #6564A3, 3px 3px 1px red;}

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

This text has shadow with #6564A3 primary color and red secondary color.


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

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

This text has shadow with #6564A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6564A3 on black background.


Color preview on white background

This text has color #6564A3 on white background.



Black color preview on #6564A3 background

This text has black color on #6564A3 background.


White color preview on #6564A3 background

This text has white color on #6564A3 background.