HEX: #6699CC
RGB: (102,153,204)
#6699CC contains mainly green and blue colors. #6699CC color is web safe color. It maybe written shortly as #69C.
#6699CC color RGB value is (102,153,204).
RGB: (102,153,204)
(40%, 60%, 80%)
R 102 of 255 = 40%
G 153 of 255 = 60%
B 204 of 255 = 80%
R + G + B ~ 60%. #6699CC is middle color (not dark and not light).
R + G + B = 102 + 153 + 204 = 459 (100%)
R 102 of 459 ~ 22.22%
G 153 of 459 ~ 33.33%
B 204 of 459 ~ 44.44'%
#6699CC color CMYK value is (50,25,0,20).
CMYK: (50,25,0,20)
C50M25Y0K20 (50%, 25%, 0%, 20%)
(0.50 / 0.25 / 0.00 / 0.20)
Color #6699CC in popluar color models
66 | 99 | CC | |
---|---|---|---|
RGB | 102 | 153 | 204 |
HSL | 210° | 50.00% | 60.00% |
HSB/HSV | 210° | 50.00% | 80.00% |
CMYK | 50.00% | 25.00% | 0.00% |
20.00% |
Color #6699CC in popluar number systems.
HEX | 66 | 99 | CC |
Decimal | 102 | 153 | 204 |
Binary | 1100110 | 10011001 | 11001100 |
Octal | 146 | 231 | 314 |
Shades of #6699CC
Tints of #6699CC
Examples of css and html codes for elements with #6699CC color. Also use rgb(102,153,204) instead hex code.
.myTextColor { color: #6699CC; }
<p style="color:#6699CC">This sample text font color is #6699CC.</p>
This text font color is #6699CC.
.myBgColor { background-color: #6699CC; }
<div style="background-color:#6699CC">Inner text</div>
This div background color is #6699CC.
.myBorderColor { border: 1px solid #6699CC; }
<div style="border:3px solid #6699CC">Div</div>
This div border color is #6699CC.
.myOpacity80 { color: #6699CC; opacity: 0.8; }
<p style="color:#6699CC;opacity:0.8;">80%</p>
Text with #6699CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6699CC;}
<p style="text-shadow: 3px 3px 1px #6699CC">Text here.</p>
This text has shadow with #6699CC color.
.textShadow {text-shadow: 3px 3px 1px #6699CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6699CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6699CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6699CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6699CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6699CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6699CC;
-webkit-box-shadow: 1px 1px 3px 2px #6699CC;
box-shadow: 1px 1px 3px 2px #6699CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6699CC; -webkit-box-shadow: 1px 1px 3px 2px #6699CC; box-shadow:1px 1px 3px 2px #6699CC;">
Div content here
</div>
This text has color #6699CC on black background.
This text has color #6699CC on white background.
This text has black color on #6699CC background.
This text has white color on #6699CC background.
Complementary color for #hex is #996633.
Color #6699CC is used in Livid gradient.
Livid