HEX: #6E26AB
RGB: (110,38,171)
Il colore #6E26AB contiene principalmente il blu. Per il #6E26AB il colore web safe è #663399 (#639).
Il colore 6E26AB in RGB è definito come 110,38,171
RGB: (110,38,171) (43%,15%,67%)
R 110 da 255 = 43%
G 38 da 255 = 15%
B 171 da 255 = 67%
R + G + B ~ 42%. #6E26AB colore medio (né scuro né chiaro).
R + G + B =
110 + 38 + 171 = 319 (100%)
R 110 da 319 ~ 34.48%
G 38 da 319 ~ 11.91%
B 171 da 319 ~ 53.61%
Il colore #6E26AB in CMYK è definito come 36,78,0,33.
CMYK: (36,78,0,33) C36M78Y0K33 (36%,78%,0%,33%) (0.36/0.78/0.00/0.33)
6E | 26 | AB | |
---|---|---|---|
RGB | 110 | 38 | 171 |
HSL | 272° | 63.64% | 40.98% |
HSB/HSV | 272° | 77.78% | 67.06% |
CMYK | 35.67% | 77.78% | 0.00% |
32.94% |
Esadicemale | 6E | 26 | AB |
Decimale | 110 | 38 | 171 |
Binario | 1101110 | 100110 | 10101011 |
Ottale | 156 | 46 | 253 |
Esempi dei codici css e html per gli elementi di colore #6E26AB. Utilizzate rgb(110,38,171) anche al posto del codice hex.
.myTextColor { color: #6E26AB; }
<p style="color:#6E26AB">This sample text font color is #6E26AB.</p>
Il colore di questo testo è #6E26AB.
.myBgColor { background-color: #6E26AB; }
<div style="background-color:#6E26AB">Inner text</div>
Questo div ha lo sfondo di colore #6E26AB.
.myBorderColor { border: 1px solid #6E26AB; }
<div style="border:3px solid #6E26AB">Div</div>
Questo div ha i bordi di colore 6E26AB.
.myOpacity80 { color: #6E26AB; opacity: 0.8; }
<p style="color:#6E26AB;opacity:0.8;">80%</p>
Il testo di color #6E26AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E26AB;}
<p style="text-shadow: 3px 3px 1px #6E26AB">Text here.</p>
Questo testo ha l'ombra di colore #6E26AB.
.textShadow {text-shadow: 3px 3px 1px #6E26AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E26AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E26AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E26AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E26AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E26AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E26AB; -webkit-box-shadow: 1px 1px 3px 2px #6E26AB; box-shadow: 1px 1px 3px 2px #6E26AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E26AB; -webkit-box-shadow: 1px 1px 3px 2px #6E26AB; box-shadow:1px 1px 3px 2px #6E26AB;">
Div content here</div>
Questo e il testo di colore #6E26AB sullo sfondo nero.
Questo e il testo di colore #6E26AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E26AB.
Questo è un testo bianco sullo sfondo del colore #6E26AB.