HEX: #6299AD
RGB: (98,153,173)
#6299AD contains mainly green and blue colors. Web safe color of #6299AD is #669999 (or #699).
#6299AD color RGB value is (98,153,173).
RGB: (98,153,173)
(38%, 60%, 68%)
R 98 of 255 = 38%
G 153 of 255 = 60%
B 173 of 255 = 68%
R + G + B ~ 55%. #6299AD is middle color (not dark and not light).
R + G + B = 98 + 153 + 173 = 424 (100%)
R 98 of 424 ~ 23.11%
G 153 of 424 ~ 36.08%
B 173 of 424 ~ 40.8'%
#6299AD color CMYK value is (43,12,0,32).
CMYK: (43,12,0,32)
C43M12Y0K32 (43%, 12%, 0%, 32%)
(0.43 / 0.12 / 0.00 / 0.32)
Color #6299AD in popluar color models
62 | 99 | AD | |
---|---|---|---|
RGB | 98 | 153 | 173 |
HSL | 196° | 31.38% | 53.14% |
HSB/HSV | 196° | 43.35% | 67.84% |
CMYK | 43.35% | 11.56% | 0.00% |
32.16% |
Color #6299AD in popluar number systems.
HEX | 62 | 99 | AD |
Decimal | 98 | 153 | 173 |
Binary | 1100010 | 10011001 | 10101101 |
Octal | 142 | 231 | 255 |
Shades of #6299AD
Tints of #6299AD
Examples of css and html codes for elements with #6299AD color. Also use rgb(98,153,173) instead hex code.
.myTextColor { color: #6299AD; }
<p style="color:#6299AD">This sample text font color is #6299AD.</p>
This text font color is #6299AD.
.myBgColor { background-color: #6299AD; }
<div style="background-color:#6299AD">Inner text</div>
This div background color is #6299AD.
.myBorderColor { border: 1px solid #6299AD; }
<div style="border:3px solid #6299AD">Div</div>
This div border color is #6299AD.
.myOpacity80 { color: #6299AD; opacity: 0.8; }
<p style="color:#6299AD;opacity:0.8;">80%</p>
Text with #6299AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6299AD;}
<p style="text-shadow: 3px 3px 1px #6299AD">Text here.</p>
This text has shadow with #6299AD color.
.textShadow {text-shadow: 3px 3px 1px #6299AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6299AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6299AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6299AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6299AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6299AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6299AD;
-webkit-box-shadow: 1px 1px 3px 2px #6299AD;
box-shadow: 1px 1px 3px 2px #6299AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6299AD; -webkit-box-shadow: 1px 1px 3px 2px #6299AD; box-shadow:1px 1px 3px 2px #6299AD;">
Div content here
</div>
This text has color #6299AD on black background.
This text has color #6299AD on white background.
This text has black color on #6299AD background.
This text has white color on #6299AD background.
Complementary color for #hex is #9D6652.