HEX: #6048AB
RGB: (96,72,171)
Il colore #6048AB contiene principalmente il blu. Per il #6048AB il colore web safe è #663399 (#639).
Il colore 6048AB in RGB è definito come 96,72,171
RGB: (96,72,171) (38%,28%,67%)
R 96 da 255 = 38%
G 72 da 255 = 28%
B 171 da 255 = 67%
R + G + B ~ 44%. #6048AB colore medio (né scuro né chiaro).
R + G + B =
96 + 72 + 171 = 339 (100%)
R 96 da 339 ~ 28.32%
G 72 da 339 ~ 21.24%
B 171 da 339 ~ 50.44%
Il colore #6048AB in CMYK è definito come 44,58,0,33.
CMYK: (44,58,0,33) C44M58Y0K33 (44%,58%,0%,33%) (0.44/0.58/0.00/0.33)
60 | 48 | AB | |
---|---|---|---|
RGB | 96 | 72 | 171 |
HSL | 255° | 40.74% | 47.65% |
HSB/HSV | 255° | 57.89% | 67.06% |
CMYK | 43.86% | 57.89% | 0.00% |
32.94% |
Esadicemale | 60 | 48 | AB |
Decimale | 96 | 72 | 171 |
Binario | 1100000 | 1001000 | 10101011 |
Ottale | 140 | 110 | 253 |
Esempi dei codici css e html per gli elementi di colore #6048AB. Utilizzate rgb(96,72,171) anche al posto del codice hex.
.myTextColor { color: #6048AB; }
<p style="color:#6048AB">This sample text font color is #6048AB.</p>
Il colore di questo testo è #6048AB.
.myBgColor { background-color: #6048AB; }
<div style="background-color:#6048AB">Inner text</div>
Questo div ha lo sfondo di colore #6048AB.
.myBorderColor { border: 1px solid #6048AB; }
<div style="border:3px solid #6048AB">Div</div>
Questo div ha i bordi di colore 6048AB.
.myOpacity80 { color: #6048AB; opacity: 0.8; }
<p style="color:#6048AB;opacity:0.8;">80%</p>
Il testo di color #6048AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6048AB;}
<p style="text-shadow: 3px 3px 1px #6048AB">Text here.</p>
Questo testo ha l'ombra di colore #6048AB.
.textShadow {text-shadow: 3px 3px 1px #6048AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6048AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6048AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6048AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6048AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6048AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6048AB; -webkit-box-shadow: 1px 1px 3px 2px #6048AB; box-shadow: 1px 1px 3px 2px #6048AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6048AB; -webkit-box-shadow: 1px 1px 3px 2px #6048AB; box-shadow:1px 1px 3px 2px #6048AB;">
Div content here</div>
Questo e il testo di colore #6048AB sullo sfondo nero.
Questo e il testo di colore #6048AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6048AB.
Questo è un testo bianco sullo sfondo del colore #6048AB.