COLOR #6364AB

HEX: #6364AB RGB: (99,100,171)

Color info

#6364AB contains mainly blue color. Web safe color of #6364AB is #666699 (or #669).

RGB color model

#6364AB color RGB value is (99,100,171).

RGB: (99,100,171) (39%, 39%, 67%)

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 171 of 255 = 67%

99
100
171

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

Portions of RGB colors in percentages

R + G + B = 99 + 100 + 171 = 370 (100%)
R 99 of 370 ~ 26.76%
G 100 of 370 ~ 27.03%
B 171 of 370 ~ 46.22'%

%26.76
%27.03
%46.22

CMYK color model

#6364AB color CMYK value is (42,42,0,33).

  • cyan value is 42.11%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (42,42,0,33)
C42M42Y0K33 (42%, 42%, 0%, 33%)
(0.42 / 0.42 / 0.00 / 0.33)

CMYK percentages

%42.11
%41.52
%0
%32.94

Codes

Color #6364AB in popluar color models

63 64 AB
RGB 99 100 171
HSL 239° 30.00% 52.94%
HSB/HSV 239° 42.11% 67.06%
CMYK 42.11% 41.52% 0.00%
32.94%

Color #6364AB in popluar number systems.

HEX 63 64 AB
Decimal 99 100 171
Binary 1100011 1100100 10101011
Octal 143 144 253

Shades and tints

Shades of #6364AB

#6364AB
(99,100,171)
#5A5B9C
(90,91,156)
#51528D
(81,82,141)
#48497E
(72,73,126)
#3F406F
(63,64,111)
#363760
(54,55,96)
#2D2E51
(45,46,81)
#242542
(36,37,66)
#1B1C33
(27,28,51)
#121324
(18,19,36)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #6364AB

#6364AB
(99,100,171)
#7172B2
(113,114,178)
#7F80B9
(127,128,185)
#8D8EC0
(141,142,192)
#9B9CC7
(155,156,199)
#A9AACE
(169,170,206)
#B7B8D5
(183,184,213)
#C5C6DC
(197,198,220)
#D3D4E3
(211,212,227)
#E1E2EA
(225,226,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6364AB color. Also use rgb(99,100,171) instead hex code.

Text Font Color

.myTextColor { color: #6364AB; }

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

This text font color is #6364AB.

Background Color

.myBgColor { background-color: #6364AB; }

<div style="background-color:#6364AB">Inner text</div>

This div background color is #6364AB.

Border color

.myBorderColor { border: 1px solid #6364AB; }

<div style="border:3px solid #6364AB">Div</div>

This div border color is #6364AB.

Opacity

.myOpacity80 { color: #6364AB; opacity: 0.8; }

<p style="color:#6364AB;opacity:0.8;">80%</p>

Text with #6364AB 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 #6364AB;}

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

This text has shadow with #6364AB color.


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

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

This text has shadow with #6364AB primary color and red secondary color.


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

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

This text has shadow with #6364AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6364AB.

Preview

Color preview on black background

This text has color #6364AB on black background.


Color preview on white background

This text has color #6364AB on white background.


Black color preview on #6364AB background

This text has black color on #6364AB background.


White color preview on #6364AB background

This text has white color on #6364AB background.


Related colors

Complementary color

Complementary color for #hex is #9C9B54.


I love getcolorcode.com

Triadic colors

1 #AB6364 and #64AB63 with #6364AB are triadic colors.

2 #AB6463 and #6463AB with #6364AB are triadic colors.