COLOR #6563C6

HEX: #6563C6 RGB: (101,99,198)

Color info

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

RGB color model

#6563C6 color RGB value is (101,99,198).

RGB: (101,99,198) (40%, 39%, 78%)

RGB channels and saturation

R 101 of 255 = 40%
G 99 of 255 = 39%
B 198 of 255 = 78%

101
99
198

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

Portions of RGB colors in percentages

R + G + B = 101 + 99 + 198 = 398 (100%)
R 101 of 398 ~ 25.38%
G 99 of 398 ~ 24.87%
B 198 of 398 ~ 49.75'%

%25.38
%24.87
%49.75

CMYK color model

#6563C6 color CMYK value is (49,50,0,22).

  • cyan value is 48.99%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (49,50,0,22)
C49M50Y0K22 (49%, 50%, 0%, 22%)
(0.49 / 0.50 / 0.00 / 0.22)

CMYK percentages

%48.99
%50
%0
%22.35

Codes

Color #6563C6 in popluar color models

65 63 C6
RGB 101 99 198
HSL 241° 46.48% 58.24%
HSB/HSV 241° 50.00% 77.65%
CMYK 48.99% 50.00% 0.00%
22.35%

Color #6563C6 in popluar number systems.

HEX 65 63 C6
Decimal 101 99 198
Binary 1100101 1100011 11000110
Octal 145 143 306

Shades and tints

Shades of #6563C6

#6563C6
(101,99,198)
#5C5AB4
(92,90,180)
#5351A2
(83,81,162)
#4A4890
(74,72,144)
#413F7E
(65,63,126)
#38366C
(56,54,108)
#2F2D5A
(47,45,90)
#262448
(38,36,72)
#1D1B36
(29,27,54)
#141224
(20,18,36)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #6563C6

#6563C6
(101,99,198)
#7371CB
(115,113,203)
#817FD0
(129,127,208)
#8F8DD5
(143,141,213)
#9D9BDA
(157,155,218)
#ABA9DF
(171,169,223)
#B9B7E4
(185,183,228)
#C7C5E9
(199,197,233)
#D5D3EE
(213,211,238)
#E3E1F3
(227,225,243)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6563C6; }

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

This text font color is #6563C6.

Background Color

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

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

This div background color is #6563C6.

Border color

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

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

This div border color is #6563C6.

Opacity

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

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

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

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

This text has shadow with #6563C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6563C6.

Preview

Color preview on black background

This text has color #6563C6 on black background.


Color preview on white background

This text has color #6563C6 on white background.


Black color preview on #6563C6 background

This text has black color on #6563C6 background.


White color preview on #6563C6 background

This text has white color on #6563C6 background.


Related colors

Complementary color

Complementary color for #hex is #9A9C39.


I love getcolorcode.com

Triadic colors

1 #C66563 and #63C665 with #6563C6 are triadic colors.

2 #C66365 and #6365C6 with #6563C6 are triadic colors.