HEX: #6377AF
RGB: (99,119,175)
#6377AF contains mainly green and blue colors. Web safe color of #6377AF is #666699 (or #669).
#6377AF color RGB value is (99,119,175).
RGB: (99,119,175)
(39%, 47%, 69%)
R 99 of 255 = 39%
G 119 of 255 = 47%
B 175 of 255 = 69%
R + G + B ~ 52%. #6377AF is middle color (not dark and not light).
R + G + B = 99 + 119 + 175 = 393 (100%)
R 99 of 393 ~ 25.19%
G 119 of 393 ~ 30.28%
B 175 of 393 ~ 44.53'%
#6377AF color CMYK value is (43,32,0,31).
CMYK: (43,32,0,31) C43M32Y0K31 (43%,32%,0%,31%) (0.43/0.32/0.00/0.31)
Color #6377AF in popluar color models
63 | 77 | AF | |
---|---|---|---|
RGB | 99 | 119 | 175 |
HSL | 224° | 32.20% | 53.73% |
HSB/HSV | 224° | 43.43% | 68.63% |
CMYK | 43.43% | 32.00% | 0.00% |
31.37% |
Color #6377AF in popluar number systems.
HEX | 63 | 77 | AF |
Decimal | 99 | 119 | 175 |
Binary | 1100011 | 1110111 | 10101111 |
Octal | 143 | 167 | 257 |
Shades of #6377AF
Tints of #6377AF
Examples of css and html codes for elements with #6377AF color. Also use rgb(99,119,175) instead hex code.
.myTextColor { color: #6377AF; }
<p style="color:#6377AF">This sample text font color is #6377AF.</p>
This text font color is #6377AF.
.myBgColor { background-color: #6377AF; }
<div style="background-color:#6377AF">Inner text</div>
This div background color is #6377AF.
.myBorderColor { border: 1px solid #6377AF; }
<div style="border:3px solid #6377AF">Div</div>
This div border color is #6377AF.
.myOpacity80 { color: #6377AF; opacity: 0.8; }
<p style="color:#6377AF;opacity:0.8;">80%</p>
Text with #6377AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6377AF;}
<p style="text-shadow: 3px 3px 1px #6377AF">Text here.</p>
This text has shadow with #6377AF color.
.textShadow {text-shadow: 3px 3px 1px #6377AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6377AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #6377AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6377AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6377AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #6377AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6377AF;
-webkit-box-shadow: 1px 1px 3px 2px #6377AF;
box-shadow: 1px 1px 3px 2px #6377AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6377AF; -webkit-box-shadow: 1px 1px 3px 2px #6377AF; box-shadow:1px 1px 3px 2px #6377AF;">
Div content here
</div>
This text has color #6377AF on black background.
This text has color #6377AF on white background.
This text has black color on #6377AF background.
This text has white color on #6377AF background.
Complementary color for #hex is #9C8850.