HEX: #6198CC
RGB: (97,152,204)
#6198CC contains mainly green and blue colors. Web safe color of #6198CC is #6699CC (or #69C).
#6198CC color RGB value is (97,152,204).
RGB: (97,152,204)
(38%, 60%, 80%)
R 97 of 255 = 38%
G 152 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 59%. #6198CC is middle color (not dark and not light).
R + G + B = 97 + 152 + 204 = 453 (100%)
R 97 of 453 ~ 21.41%
G 152 of 453 ~ 33.55%
B 204 of 453 ~ 45.03'%
#6198CC color CMYK value is (52,25,0,20).
CMYK: (52,25,0,20) C52M25Y0K20 (52%,25%,0%,20%) (0.52/0.25/0.00/0.20)
Color #6198CC in popluar color models
61 | 98 | CC | |
---|---|---|---|
RGB | 97 | 152 | 204 |
HSL | 209° | 51.20% | 59.02% |
HSB/HSV | 209° | 52.45% | 80.00% |
CMYK | 52.45% | 25.49% | 0.00% |
20.00% |
Color #6198CC in popluar number systems.
HEX | 61 | 98 | CC |
Decimal | 97 | 152 | 204 |
Binary | 1100001 | 10011000 | 11001100 |
Octal | 141 | 230 | 314 |
Shades of #6198CC
Tints of #6198CC
Examples of css and html codes for elements with #6198CC color. Also use rgb(97,152,204) instead hex code.
.myTextColor { color: #6198CC; }
<p style="color:#6198CC">This sample text font color is #6198CC.</p>
This text font color is #6198CC.
.myBgColor { background-color: #6198CC; }
<div style="background-color:#6198CC">Inner text</div>
This div background color is #6198CC.
.myBorderColor { border: 1px solid #6198CC; }
<div style="border:3px solid #6198CC">Div</div>
This div border color is #6198CC.
.myOpacity80 { color: #6198CC; opacity: 0.8; }
<p style="color:#6198CC;opacity:0.8;">80%</p>
Text with #6198CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6198CC;}
<p style="text-shadow: 3px 3px 1px #6198CC">Text here.</p>
This text has shadow with #6198CC color.
.textShadow {text-shadow: 3px 3px 1px #6198CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6198CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6198CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6198CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6198CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6198CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6198CC;
-webkit-box-shadow: 1px 1px 3px 2px #6198CC;
box-shadow: 1px 1px 3px 2px #6198CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6198CC; -webkit-box-shadow: 1px 1px 3px 2px #6198CC; box-shadow:1px 1px 3px 2px #6198CC;">
Div content here
</div>
This text has color #6198CC on black background.
This text has color #6198CC on white background.
This text has black color on #6198CC background.
This text has white color on #6198CC background.
Complementary color for #hex is #9E6733.