HEX: #6C829D
RGB: (108,130,157)
#6C829D contains red, green and blue colors in about the same proportion. #6C829D ‘ nin web güvenlik rengi #669999 (ya da #699) dir.
#6C829D color RGB value is (108,130,157).
RGB: (108,130,157) (42%,51%,62%)
R 108 of 255 = 42%
G 130 of 255 = 51%
B 157 of 255 = 62%
R + G + B ~ 52%. #6C829D is middle color (not dark and not light).
R + G + B =
108 + 130 + 157 = 395 (100%)
R 108 of 395 ~ 27.34%
G 130 of 395 ~ 32.91%
B 157 of 395 ~ 39.75%
#6C829D rengi CMYK tonu (31,17,0,38).
CMYK: (31,17,0,38) C31M17Y0K38 (31%,17%,0%,38%) (0.31/0.17/0.00/0.38)
6C | 82 | 9D | |
---|---|---|---|
RGB | 108 | 130 | 157 |
HSL | 213° | 20.00% | 51.96% |
HSB/HSV | 213° | 31.21% | 61.57% |
CMYK | 31.21% | 17.20% | 0.00% |
38.43% |
HEX | 6C | 82 | 9D |
Decimal | 108 | 130 | 157 |
Binary | 1101100 | 10000010 | 10011101 |
Octal | 154 | 202 | 235 |
Examples of css and html codes for elements with #6C829D color. Also use rgb(108,130,157) instead hex code.
.myTextColor { color: #6C829D; }
<p style="color:#6C829D">This sample text font color is #6C829D.</p>
This text font color is #6C829D.
.myBgColor { background-color: #6C829D; }
<div style="background-color:#6C829D">Inner text</div>
This div background color is #6C829D.
.myBorderColor { border: 1px solid #6C829D; }
<div style="border:3px solid #6C829D">Div</div>
This div border color is #6C829D.
.myOpacity80 { color: #6C829D; opacity: 0.8; }
<p style="color:#6C829D;opacity:0.8;">80%</p>
Text with #6C829D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C829D;}
<p style="text-shadow: 3px 3px 1px #6C829D">Text here.</p>
This text has shadow with #6C829D color.
.textShadow {text-shadow: 3px 3px 1px #6C829D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C829D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6C829D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C829D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C829D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C829D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C829D; -webkit-box-shadow: 1px 1px 3px 2px #6C829D; box-shadow: 1px 1px 3px 2px #6C829D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C829D; -webkit-box-shadow: 1px 1px 3px 2px #6C829D; box-shadow:1px 1px 3px 2px #6C829D;">
Div content here</div>
This text has color #6C829D on black background.
This text has color #6C829D on white background.
This text has black color on #6C829D background.
This text has white color on #6C829D background.