HEX: #063251
RGB: (6,50,81)
#063251 contains mainly green and blue colors. Web safe color of #063251 is #003366 (or #036).
#063251 color RGB value is (6,50,81).
RGB: (6,50,81) (2%,20%,32%)
R 6 of 255 = 2%
G 50 of 255 = 20%
B 81 of 255 = 32%
R + G + B ~ 18%. #063251 is dark color.
R + G + B =
6 + 50 + 81 = 137 (100%)
R 6 of 137 ~ 4.38%
G 50 of 137 ~ 36.5%
B 81 of 137 ~ 59.12%
#063251 color CMYK value is (93,38,0,68).
CMYK: (93,38,0,68) C93M38Y0K68 (93%,38%,0%,68%) (0.93/0.38/0.00/0.68)
06 | 32 | 51 | |
---|---|---|---|
RGB | 6 | 50 | 81 |
HSL | 205° | 86.21% | 17.06% |
HSB/HSV | 205° | 92.59% | 31.76% |
CMYK | 92.59% | 38.27% | 0.00% |
68.24% |
HEX | 06 | 32 | 51 |
Decimal | 6 | 50 | 81 |
Binary | 110 | 110010 | 1010001 |
Octal | 6 | 62 | 121 |
Examples of css and html codes for elements with #063251 color. Also use rgb(6,50,81) instead hex code.
.myTextColor { color: #063251; }
<p style="color:#063251">This sample text font color is #063251.</p>
This text font color is #063251.
.myBgColor { background-color: #063251; }
<div style="background-color:#063251">Inner text</div>
This div background color is #063251.
.myBorderColor { border: 1px solid #063251; }
<div style="border:3px solid #063251">Div</div>
This div border color is #063251.
.myOpacity80 { color: #063251; opacity: 0.8; }
<p style="color:#063251;opacity:0.8;">80%</p>
Text with #063251 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #063251;}
<p style="text-shadow: 3px 3px 1px #063251">Text here.</p>
This text has shadow with #063251 color.
.textShadow {text-shadow: 3px 3px 1px #063251, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #063251, 5px 5px 20px red">Text here.</p>
This text has shadow with #063251 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#063251, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#063251, Direction=45, Strength=4)">Text</p>
This text has shadow with #063251 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #063251; -webkit-box-shadow: 1px 1px 3px 2px #063251; box-shadow: 1px 1px 3px 2px #063251; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #063251; -webkit-box-shadow: 1px 1px 3px 2px #063251; box-shadow:1px 1px 3px 2px #063251;">
Div content here</div>
This text has color #063251 on black background.
This text has color #063251 on white background.
This text has black color on #063251 background.
This text has white color on #063251 background.