COLOR #6563AA

HEX: #6563AA RGB: (101,99,170)

Color info

#6563AA contains mainly blue color. Web safe color of #6563AA is #666699 (or #669).

RGB color model

#6563AA color RGB value is (101,99,170).

RGB: (101,99,170) (40%, 39%, 67%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 170 of 255 = 67%

101
99
170

R + G + B ~ 49%. #6563AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 99 + 170 = 370 (100%)
R 101 of 370 ~ 27.3%
G 99 of 370 ~ 26.76%
B 170 of 370 ~ 45.95'%

%27.3
%26.76
%45.95

CMYK color model

#6563AA color CMYK value is (41,42,0,33).

  • cyan value is 40.59%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (41,42,0,33)
C41M42Y0K33 (41%, 42%, 0%, 33%)
(0.41 / 0.42 / 0.00 / 0.33)

CMYK percentages

%40.59
%41.76
%0
%33.33

Codes

Color #6563AA in popluar color models

65 63 AA
RGB 101 99 170
HSL 242° 29.46% 52.75%
HSB/HSV 242° 41.76% 66.67%
CMYK 40.59% 41.76% 0.00%
33.33%

Color #6563AA in popluar number systems.

HEX 65 63 AA
Decimal 101 99 170
Binary 1100101 1100011 10101010
Octal 145 143 252

Shades and tints

Shades of #6563AA

#6563AA
(101,99,170)
#5C5A9B
(92,90,155)
#53518C
(83,81,140)
#4A487D
(74,72,125)
#413F6E
(65,63,110)
#38365F
(56,54,95)
#2F2D50
(47,45,80)
#262441
(38,36,65)
#1D1B32
(29,27,50)
#141223
(20,18,35)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #6563AA

#6563AA
(101,99,170)
#7371B1
(115,113,177)
#817FB8
(129,127,184)
#8F8DBF
(143,141,191)
#9D9BC6
(157,155,198)
#ABA9CD
(171,169,205)
#B9B7D4
(185,183,212)
#C7C5DB
(199,197,219)
#D5D3E2
(213,211,226)
#E3E1E9
(227,225,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6563AA color. Also use rgb(101,99,170) instead hex code.

Text Font Color

.myTextColor { color: #6563AA; }

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

This text font color is #6563AA.

Background Color

.myBgColor { background-color: #6563AA; }

<div style="background-color:#6563AA">Inner text</div>

This div background color is #6563AA.

Border color

.myBorderColor { border: 1px solid #6563AA; }

<div style="border:3px solid #6563AA">Div</div>

This div border color is #6563AA.

Opacity

.myOpacity80 { color: #6563AA; opacity: 0.8; }

<p style="color:#6563AA;opacity:0.8;">80%</p>

Text with #6563AA 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 #6563AA;}

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

This text has shadow with #6563AA color.


.textShadow {text-shadow: 3px 3px 1px #6563AA', 3px 3px 1px red;}

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

This text has shadow with #6563AA primary color and red secondary color.


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

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

This text has shadow with #6563AA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6563AA; -webkit-box-shadow: 1px 1px 3px 2px #6563AA; box-shadow:1px 1px 3px 2px #6563AA;">
Div content here
</div>

This div box has shadow with color #6563AA.

Preview

Color preview on black background

This text has color #6563AA on black background.


Color preview on white background

This text has color #6563AA on white background.


Black color preview on #6563AA background

This text has black color on #6563AA background.


White color preview on #6563AA background

This text has white color on #6563AA background.


Related colors

Complementary color

Complementary color for #hex is #9A9C55.


I love getcolorcode.com

Triadic colors

1 #AA6563 and #63AA65 with #6563AA are triadic colors.

2 #AA6365 and #6365AA with #6563AA are triadic colors.