HEX: #6D518B
RGB: (109,81,139)
Il colore #6D518B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D518B il colore web safe è #666699 (#669).
Il colore 6D518B in RGB è definito come 109,81,139
RGB: (109,81,139) (43%,32%,55%)
R 109 da 255 = 43%
G 81 da 255 = 32%
B 139 da 255 = 55%
R + G + B ~ 43%. #6D518B colore medio (né scuro né chiaro).
R + G + B =
109 + 81 + 139 = 329 (100%)
R 109 da 329 ~ 33.13%
G 81 da 329 ~ 24.62%
B 139 da 329 ~ 42.25%
Il colore #6D518B in CMYK è definito come 22,42,0,45.
CMYK: (22,42,0,45) C22M42Y0K45 (22%,42%,0%,45%) (0.22/0.42/0.00/0.45)
6D | 51 | 8B | |
---|---|---|---|
RGB | 109 | 81 | 139 |
HSL | 269° | 26.36% | 43.14% |
HSB/HSV | 269° | 41.73% | 54.51% |
CMYK | 21.58% | 41.73% | 0.00% |
45.49% |
Esadicemale | 6D | 51 | 8B |
Decimale | 109 | 81 | 139 |
Binario | 1101101 | 1010001 | 10001011 |
Ottale | 155 | 121 | 213 |
Esempi dei codici css e html per gli elementi di colore #6D518B. Utilizzate rgb(109,81,139) anche al posto del codice hex.
.myTextColor { color: #6D518B; }
<p style="color:#6D518B">This sample text font color is #6D518B.</p>
Il colore di questo testo è #6D518B.
.myBgColor { background-color: #6D518B; }
<div style="background-color:#6D518B">Inner text</div>
Questo div ha lo sfondo di colore #6D518B.
.myBorderColor { border: 1px solid #6D518B; }
<div style="border:3px solid #6D518B">Div</div>
Questo div ha i bordi di colore 6D518B.
.myOpacity80 { color: #6D518B; opacity: 0.8; }
<p style="color:#6D518B;opacity:0.8;">80%</p>
Il testo di color #6D518B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D518B;}
<p style="text-shadow: 3px 3px 1px #6D518B">Text here.</p>
Questo testo ha l'ombra di colore #6D518B.
.textShadow {text-shadow: 3px 3px 1px #6D518B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D518B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D518B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D518B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D518B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D518B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D518B; -webkit-box-shadow: 1px 1px 3px 2px #6D518B; box-shadow: 1px 1px 3px 2px #6D518B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D518B; -webkit-box-shadow: 1px 1px 3px 2px #6D518B; box-shadow:1px 1px 3px 2px #6D518B;">
Div content here</div>
Questo e il testo di colore #6D518B sullo sfondo nero.
Questo e il testo di colore #6D518B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D518B.
Questo è un testo bianco sullo sfondo del colore #6D518B.