HEX: #6F88BB
RGB: (111,136,187)
#6F88BB contains mainly green and blue colors. Web safe color of #6F88BB is #6699CC (or #69C).
#6F88BB color RGB value is (111,136,187).
RGB: (111,136,187)
(44%, 53%, 73%)
R 111 of 255 = 44%
G 136 of 255 = 53%
B 187 of 255 = 73%
R + G + B ~ 57%. #6F88BB is middle color (not dark and not light).
R + G + B = 111 + 136 + 187 = 434 (100%)
R 111 of 434 ~ 25.58%
G 136 of 434 ~ 31.34%
B 187 of 434 ~ 43.09'%
#6F88BB color CMYK value is (41,27,0,27).
CMYK: (41,27,0,27) C41M27Y0K27 (41%,27%,0%,27%) (0.41/0.27/0.00/0.27)
Color #6F88BB in popluar color models
6F | 88 | BB | |
---|---|---|---|
RGB | 111 | 136 | 187 |
HSL | 220° | 35.85% | 58.43% |
HSB/HSV | 220° | 40.64% | 73.33% |
CMYK | 40.64% | 27.27% | 0.00% |
26.67% |
Color #6F88BB in popluar number systems.
HEX | 6F | 88 | BB |
Decimal | 111 | 136 | 187 |
Binary | 1101111 | 10001000 | 10111011 |
Octal | 157 | 210 | 273 |
Shades of #6F88BB
Tints of #6F88BB
Examples of css and html codes for elements with #6F88BB color. Also use rgb(111,136,187) instead hex code.
.myTextColor { color: #6F88BB; }
<p style="color:#6F88BB">This sample text font color is #6F88BB.</p>
This text font color is #6F88BB.
.myBgColor { background-color: #6F88BB; }
<div style="background-color:#6F88BB">Inner text</div>
This div background color is #6F88BB.
.myBorderColor { border: 1px solid #6F88BB; }
<div style="border:3px solid #6F88BB">Div</div>
This div border color is #6F88BB.
.myOpacity80 { color: #6F88BB; opacity: 0.8; }
<p style="color:#6F88BB;opacity:0.8;">80%</p>
Text with #6F88BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6F88BB;}
<p style="text-shadow: 3px 3px 1px #6F88BB">Text here.</p>
This text has shadow with #6F88BB color.
.textShadow {text-shadow: 3px 3px 1px #6F88BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6F88BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6F88BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6F88BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6F88BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6F88BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6F88BB;
-webkit-box-shadow: 1px 1px 3px 2px #6F88BB;
box-shadow: 1px 1px 3px 2px #6F88BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6F88BB; -webkit-box-shadow: 1px 1px 3px 2px #6F88BB; box-shadow:1px 1px 3px 2px #6F88BB;">
Div content here
</div>
This text has color #6F88BB on black background.
This text has color #6F88BB on white background.
This text has black color on #6F88BB background.
This text has white color on #6F88BB background.
Complementary color for #hex is #907744.