HEX: #6B4A8E
RGB: (107,74,142)
Il colore #6B4A8E contiene principalmente il rosso e il blu. Per il #6B4A8E il colore web safe è #663399 (#639).
Il colore 6B4A8E in RGB è definito come 107,74,142
RGB: (107,74,142)
(42%, 29%, 56%)
R 107 da 255 = 42%
G 74 da 255 = 29%
B 142 da 255 = 56%
R + G + B ~ 42%. #6B4A8E colore medio (né scuro né chiaro).
R + G + B = 107 + 74 + 142 = 323 (100%)
R 107 da 323 ~ 33.13%
G 74 da 323 ~ 22.91%
B 142 da 323 ~ 43.96'%
Il colore #6B4A8E in CMYK è definito come 25,48,0,44.
CMYK: (25,48,0,44)
C25M48Y0K44 (25%, 48%, 0%, 44%)
(0.25 / 0.48 / 0.00 / 0.44)
Il #6B4A8E nei modelli di colore popolari.
6B | 4A | 8E | |
---|---|---|---|
RGB | 107 | 74 | 142 |
HSL | 269° | 31.48% | 42.35% |
HSB/HSV | 269° | 47.89% | 55.69% |
CMYK | 24.65% | 47.89% | 0.00% |
44.31% |
Il #6B4A8E nei modelli numerici popolari.
Esadicemale | 6B | 4A | 8E |
Decimale | 107 | 74 | 142 |
Binario | 1101011 | 1001010 | 10001110 |
Ottale | 153 | 112 | 216 |
Tonalità scure del colore #6B4A8E
Tonalità chiare del colore #6B4A8E
Esempi dei codici css e html per gli elementi di colore #6B4A8E. Utilizzate rgb(107,74,142) anche al posto del codice hex.
.myTextColor { color: #6B4A8E; }
<p style="color:#6B4A8E">This sample text font color is #6B4A8E.</p>
Il colore di questo testo è #6B4A8E.
.myBgColor { background-color: #6B4A8E; }
<div style="background-color:#6B4A8E">Inner text</div>
Questo div ha lo sfondo di colore #6B4A8E.
.myBorderColor { border: 1px solid #6B4A8E; }
<div style="border:3px solid #6B4A8E">Div</div>
Questo div ha i bordi di colore 6B4A8E.
.myOpacity80 { color: #6B4A8E; opacity: 0.8; }
<p style="color:#6B4A8E;opacity:0.8;">80%</p>
Il testo di color #6B4A8E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B4A8E;}
<p style="text-shadow: 3px 3px 1px #6B4A8E">Text here.</p>
Questo testo ha l'ombra di colore #6B4A8E.
.textShadow {text-shadow: 3px 3px 1px #6B4A8E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B4A8E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6B4A8E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B4A8E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B4A8E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B4A8E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B4A8E;
-webkit-box-shadow: 1px 1px 3px 2px #6B4A8E;
box-shadow: 1px 1px 3px 2px #6B4A8E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B4A8E; -webkit-box-shadow: 1px 1px 3px 2px #6B4A8E; box-shadow:1px 1px 3px 2px #6B4A8E;">
Div content here
</div>
Questo e il testo di colore #6B4A8E sullo sfondo nero.
Questo e il testo di colore #6B4A8E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6B4A8E.
Questo è un testo bianco sullo sfondo del colore #6B4A8E.
Il colore complimentare del #hex è #94B571..