COLOR #6563B4

HEX: #6563B4
RGB: (101,99,180)

Color info

#6563B4 contains mainly blue color. Web safe color of #6563B4 is #6666CC (or #66C).

RGB color model

#6563B4 color RGB value is (101,99,180).

  • red value is 101;
  • green value is 99;
  • blue value is 180.
RGB:
(101,99,180)
(40%,39%,71%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 180 of 255 = 71%

101
99
180

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

Portions of RGB colors in percentages

R + G + B =
101 + 99 + 180 = 380 (100%)
R 101 of 380 ~ 26.58%
G 99 of 380 ~ 26.05%
B 180 of 380 ~ 47.37%

%26.58
%26.05
%47.37

CMYK color model

#6563B4 color CMYK value is (44,45,0,29).

  • cyan value is 43.89%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(44,45,0,29)
C44M45Y0K29 
(44%,45%,0%,29%)
(0.44/0.45/0.00/0.29)	

CMYK percentages

%43.89
%45
%0
%29.41

Codes

Color #6563B4 in popluar color models

6563B4
RGB10199180
HSL241°35.06%54.71%
HSB/HSV241°45.00%70.59%
CMYK43.89%45.00%0.00%
29.41%

Color #6563B4 in popluar number systems.

HEX6563B4
Decimal10199180
Binary1100101110001110110100
Octal145143264

Shades and tints

Shades of #6563B4

#6563B4
(101,99,180)
#5C5AA4
(92,90,164)
#535194
(83,81,148)
#4A4884
(74,72,132)
#413F74
(65,63,116)
#383664
(56,54,100)
#2F2D54
(47,45,84)
#262444
(38,36,68)
#1D1B34
(29,27,52)
#141224
(20,18,36)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #6563B4

#6563B4
(101,99,180)
#7371BA
(115,113,186)
#817FC0
(129,127,192)
#8F8DC6
(143,141,198)
#9D9BCC
(157,155,204)
#ABA9D2
(171,169,210)
#B9B7D8
(185,183,216)
#C7C5DE
(199,197,222)
#D5D3E4
(213,211,228)
#E3E1EA
(227,225,234)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6563B4; }

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

This text font color is #6563B4.


Background Color

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

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

This div background color is #6563B4.


Border color

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

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

This div border color is #6563B4.


Opacity

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

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

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

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

This text has shadow with #6563B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6563B4 on black background.


Color preview on white background

This text has color #6563B4 on white background.



Black color preview on #6563B4 background

This text has black color on #6563B4 background.


White color preview on #6563B4 background

This text has white color on #6563B4 background.