HEX: #6D4F99
RGB: (109,79,153)
Il colore #6D4F99 contiene principalmente il rosso e il blu. Per il #6D4F99 il colore web safe è #666699 (#669).
Il colore 6D4F99 in RGB è definito come 109,79,153
RGB: (109,79,153)
(43%, 31%, 60%)
R 109 da 255 = 43%
G 79 da 255 = 31%
B 153 da 255 = 60%
R + G + B ~ 45%. #6D4F99 colore medio (né scuro né chiaro).
R + G + B = 109 + 79 + 153 = 341 (100%)
R 109 da 341 ~ 31.96%
G 79 da 341 ~ 23.17%
B 153 da 341 ~ 44.87'%
Il colore #6D4F99 in CMYK è definito come 29,48,0,40.
CMYK: (29,48,0,40)
C29M48Y0K40 (29%, 48%, 0%, 40%)
(0.29 / 0.48 / 0.00 / 0.40)
Il #6D4F99 nei modelli di colore popolari.
6D | 4F | 99 | |
---|---|---|---|
RGB | 109 | 79 | 153 |
HSL | 264° | 31.90% | 45.49% |
HSB/HSV | 264° | 48.37% | 60.00% |
CMYK | 28.76% | 48.37% | 0.00% |
40.00% |
Il #6D4F99 nei modelli numerici popolari.
Esadicemale | 6D | 4F | 99 |
Decimale | 109 | 79 | 153 |
Binario | 1101101 | 1001111 | 10011001 |
Ottale | 155 | 117 | 231 |
Tonalità scure del colore #6D4F99
Tonalità chiare del colore #6D4F99
Esempi dei codici css e html per gli elementi di colore #6D4F99. Utilizzate rgb(109,79,153) anche al posto del codice hex.
.myTextColor { color: #6D4F99; }
<p style="color:#6D4F99">This sample text font color is #6D4F99.</p>
Il colore di questo testo è #6D4F99.
.myBgColor { background-color: #6D4F99; }
<div style="background-color:#6D4F99">Inner text</div>
Questo div ha lo sfondo di colore #6D4F99.
.myBorderColor { border: 1px solid #6D4F99; }
<div style="border:3px solid #6D4F99">Div</div>
Questo div ha i bordi di colore 6D4F99.
.myOpacity80 { color: #6D4F99; opacity: 0.8; }
<p style="color:#6D4F99;opacity:0.8;">80%</p>
Il testo di color #6D4F99 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D4F99;}
<p style="text-shadow: 3px 3px 1px #6D4F99">Text here.</p>
Questo testo ha l'ombra di colore #6D4F99.
.textShadow {text-shadow: 3px 3px 1px #6D4F99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D4F99, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D4F99 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D4F99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D4F99, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D4F99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D4F99;
-webkit-box-shadow: 1px 1px 3px 2px #6D4F99;
box-shadow: 1px 1px 3px 2px #6D4F99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D4F99; -webkit-box-shadow: 1px 1px 3px 2px #6D4F99; box-shadow:1px 1px 3px 2px #6D4F99;">
Div content here
</div>
Questo e il testo di colore #6D4F99 sullo sfondo nero.
Questo e il testo di colore #6D4F99 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D4F99.
Questo è un testo bianco sullo sfondo del colore #6D4F99.
Il colore complimentare del #hex è #92B066..