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