HEX: #6B57AB
RGB: (107,87,171)
Il colore #6B57AB contiene principalmente il blu. Per il #6B57AB il colore web safe è #666699 (#669).
Il colore 6B57AB in RGB è definito come 107,87,171
RGB: (107,87,171) (42%,34%,67%)
R 107 da 255 = 42%
G 87 da 255 = 34%
B 171 da 255 = 67%
R + G + B ~ 48%. #6B57AB colore medio (né scuro né chiaro).
R + G + B =
107 + 87 + 171 = 365 (100%)
R 107 da 365 ~ 29.32%
G 87 da 365 ~ 23.84%
B 171 da 365 ~ 46.85%
Il colore #6B57AB in CMYK è definito come 37,49,0,33.
CMYK: (37,49,0,33) C37M49Y0K33 (37%,49%,0%,33%) (0.37/0.49/0.00/0.33)
6B | 57 | AB | |
---|---|---|---|
RGB | 107 | 87 | 171 |
HSL | 254° | 33.33% | 50.59% |
HSB/HSV | 254° | 49.12% | 67.06% |
CMYK | 37.43% | 49.12% | 0.00% |
32.94% |
Esadicemale | 6B | 57 | AB |
Decimale | 107 | 87 | 171 |
Binario | 1101011 | 1010111 | 10101011 |
Ottale | 153 | 127 | 253 |
Esempi dei codici css e html per gli elementi di colore #6B57AB. Utilizzate rgb(107,87,171) anche al posto del codice hex.
.myTextColor { color: #6B57AB; }
<p style="color:#6B57AB">This sample text font color is #6B57AB.</p>
Il colore di questo testo è #6B57AB.
.myBgColor { background-color: #6B57AB; }
<div style="background-color:#6B57AB">Inner text</div>
Questo div ha lo sfondo di colore #6B57AB.
.myBorderColor { border: 1px solid #6B57AB; }
<div style="border:3px solid #6B57AB">Div</div>
Questo div ha i bordi di colore 6B57AB.
.myOpacity80 { color: #6B57AB; opacity: 0.8; }
<p style="color:#6B57AB;opacity:0.8;">80%</p>
Il testo di color #6B57AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B57AB;}
<p style="text-shadow: 3px 3px 1px #6B57AB">Text here.</p>
Questo testo ha l'ombra di colore #6B57AB.
.textShadow {text-shadow: 3px 3px 1px #6B57AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B57AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6B57AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B57AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B57AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B57AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B57AB; -webkit-box-shadow: 1px 1px 3px 2px #6B57AB; box-shadow: 1px 1px 3px 2px #6B57AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B57AB; -webkit-box-shadow: 1px 1px 3px 2px #6B57AB; box-shadow:1px 1px 3px 2px #6B57AB;">
Div content here</div>
Questo e il testo di colore #6B57AB sullo sfondo nero.
Questo e il testo di colore #6B57AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6B57AB.
Questo è un testo bianco sullo sfondo del colore #6B57AB.