HEX: #616188
RGB: (97,97,136)
#616188 contains red, green and blue colors in about the same proportion. Web safe color of #616188 is #666699 (or #669).
#616188 color RGB value is (97,97,136).
RGB: (97,97,136) (38%,38%,53%)
R 97 of 255 = 38%
G 97 of 255 = 38%
B 136 of 255 = 53%
R + G + B ~ 43%. #616188 is middle color (not dark and not light).
R + G + B =
97 + 97 + 136 = 330 (100%)
R 97 of 330 ~ 29.39%
G 97 of 330 ~ 29.39%
B 136 of 330 ~ 41.21%
#616188 color CMYK value is (29,29,0,47).
CMYK: (29,29,0,47) C29M29Y0K47 (29%,29%,0%,47%) (0.29/0.29/0.00/0.47)
61 | 61 | 88 | |
---|---|---|---|
RGB | 97 | 97 | 136 |
HSL | 240° | 16.74% | 45.69% |
HSB/HSV | 240° | 28.68% | 53.33% |
CMYK | 28.68% | 28.68% | 0.00% |
46.67% |
HEX | 61 | 61 | 88 |
Decimal | 97 | 97 | 136 |
Binary | 1100001 | 1100001 | 10001000 |
Octal | 141 | 141 | 210 |
Examples of css and html codes for elements with #616188 color. Also use rgb(97,97,136) instead hex code.
.myTextColor { color: #616188; }
<p style="color:#616188">This sample text font color is #616188.</p>
This text font color is #616188.
.myBgColor { background-color: #616188; }
<div style="background-color:#616188">Inner text</div>
This div background color is #616188.
.myBorderColor { border: 1px solid #616188; }
<div style="border:3px solid #616188">Div</div>
This div border color is #616188.
.myOpacity80 { color: #616188; opacity: 0.8; }
<p style="color:#616188;opacity:0.8;">80%</p>
Text with #616188 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #616188;}
<p style="text-shadow: 3px 3px 1px #616188">Text here.</p>
This text has shadow with #616188 color.
.textShadow {text-shadow: 3px 3px 1px #616188, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #616188, 5px 5px 20px red">Text here.</p>
This text has shadow with #616188 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#616188, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#616188, Direction=45, Strength=4)">Text</p>
This text has shadow with #616188 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #616188; -webkit-box-shadow: 1px 1px 3px 2px #616188; box-shadow: 1px 1px 3px 2px #616188; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #616188; -webkit-box-shadow: 1px 1px 3px 2px #616188; box-shadow:1px 1px 3px 2px #616188;">
Div content here</div>
This text has color #616188 on black background.
This text has color #616188 on white background.
This text has black color on #616188 background.
This text has white color on #616188 background.