COLOR #6463AD

HEX: #6463AD RGB: (100,99,173)

Color info

#6463AD contains mainly blue color. Web safe color of #6463AD is #666699 (or #669).

RGB color model

#6463AD color RGB value is (100,99,173).

RGB: (100,99,173) (39%, 39%, 68%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 173 of 255 = 68%

100
99
173

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

Portions of RGB colors in percentages

R + G + B = 100 + 99 + 173 = 372 (100%)
R 100 of 372 ~ 26.88%
G 99 of 372 ~ 26.61%
B 173 of 372 ~ 46.51'%

%26.88
%26.61
%46.51

CMYK color model

#6463AD color CMYK value is (42,43,0,32).

  • cyan value is 42.20%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (42,43,0,32) C42M43Y0K32 (42%,43%,0%,32%) (0.42/0.43/0.00/0.32) 

CMYK percentages

%42.2
%42.77
%0
%32.16

Codes

Color #6463AD in popluar color models

64 63 AD
RGB 100 99 173
HSL 241° 31.09% 53.33%
HSB/HSV 241° 42.77% 67.84%
CMYK 42.20% 42.77% 0.00%
32.16%

Color #6463AD in popluar number systems.

HEX 64 63 AD
Decimal 100 99 173
Binary 1100100 1100011 10101101
Octal 144 143 255

Shades and tints

Shades of #6463AD

#6463AD
(100,99,173)
#5B5A9E
(91,90,158)
#52518F
(82,81,143)
#494880
(73,72,128)
#403F71
(64,63,113)
#373662
(55,54,98)
#2E2D53
(46,45,83)
#252444
(37,36,68)
#1C1B35
(28,27,53)
#131226
(19,18,38)
#0A0917
(10,9,23)
#000000
(0,0,0)

Tints of #6463AD

#6463AD
(100,99,173)
#7271B4
(114,113,180)
#807FBB
(128,127,187)
#8E8DC2
(142,141,194)
#9C9BC9
(156,155,201)
#AAA9D0
(170,169,208)
#B8B7D7
(184,183,215)
#C6C5DE
(198,197,222)
#D4D3E5
(212,211,229)
#E2E1EC
(226,225,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6463AD color. Also use rgb(100,99,173) instead hex code.

Text Font Color

.myTextColor { color: #6463AD; }

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

This text font color is #6463AD.

Background Color

.myBgColor { background-color: #6463AD; }

<div style="background-color:#6463AD">Inner text</div>

This div background color is #6463AD.

Border color

.myBorderColor { border: 1px solid #6463AD; }

<div style="border:3px solid #6463AD">Div</div>

This div border color is #6463AD.

Opacity

.myOpacity80 { color: #6463AD; opacity: 0.8; }

<p style="color:#6463AD;opacity:0.8;">80%</p>

Text with #6463AD 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 #6463AD;}

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

This text has shadow with #6463AD color.


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

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

This text has shadow with #6463AD primary color and red secondary color.


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

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

This text has shadow with #6463AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6463AD.

Preview

Color preview on black background

This text has color #6463AD on black background.


Color preview on white background

This text has color #6463AD on white background.


Black color preview on #6463AD background

This text has black color on #6463AD background.


White color preview on #6463AD background

This text has white color on #6463AD background.


Related colors

Complementary color

Complementary color for #hex is #9B9C52.


I love getcolorcode.com

Triadic colors

1 #AD6463 and #63AD64 with #6463AD are triadic colors.

2 #AD6364 and #6364AD with #6463AD are triadic colors.