HEX: #6364AB
RGB: (99,100,171)
#6364AB contains mainly blue color. Web safe color of #6364AB is #666699 (or #669).
#6364AB color RGB value is (99,100,171).
RGB: (99,100,171)
(39%, 39%, 67%)
R 99 of 255 = 39%
G 100 of 255 = 39%
B 171 of 255 = 67%
R + G + B ~ 48%. #6364AB is middle color (not dark and not light).
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'%
#6364AB color CMYK value is (42,42,0,33).
CMYK: (42,42,0,33)
C42M42Y0K33 (42%, 42%, 0%, 33%)
(0.42 / 0.42 / 0.00 / 0.33)
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 of #6364AB
Tints of #6364AB
Examples of css and html codes for elements with #6364AB color. Also use rgb(99,100,171) instead hex code.
.myTextColor { color: #6364AB; }
<p style="color:#6364AB">This sample text font color is #6364AB.</p>
This text font color is #6364AB.
.myBgColor { background-color: #6364AB; }
<div style="background-color:#6364AB">Inner text</div>
This div background color is #6364AB.
.myBorderColor { border: 1px solid #6364AB; }
<div style="border:3px solid #6364AB">Div</div>
This div border color is #6364AB.
.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%.
.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.
/* 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 text has color #6364AB on black background.
This text has color #6364AB on white background.
This text has black color on #6364AB background.
This text has white color on #6364AB background.
Complementary color for #hex is #9C9B54.