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