HEX: #06335B
RGB: (6,51,91)
#06335B contains mainly green and blue colors. Web safe color of #06335B is #003366 (or #036).
#06335B color RGB value is (6,51,91).
RGB: (6,51,91)
(2%, 20%, 36%)
R 6 of 255 = 2%
G 51 of 255 = 20%
B 91 of 255 = 36%
R + G + B ~ 19%. #06335B is dark color.
R + G + B = 6 + 51 + 91 = 148 (100%)
R 6 of 148 ~ 4.05%
G 51 of 148 ~ 34.46%
B 91 of 148 ~ 61.49'%
#06335B color CMYK value is (93,44,0,64).
CMYK: (93,44,0,64) C93M44Y0K64 (93%,44%,0%,64%) (0.93/0.44/0.00/0.64)
Color #06335B in popluar color models
06 | 33 | 5B | |
---|---|---|---|
RGB | 6 | 51 | 91 |
HSL | 208° | 87.63% | 19.02% |
HSB/HSV | 208° | 93.41% | 35.69% |
CMYK | 93.41% | 43.96% | 0.00% |
64.31% |
Color #06335B in popluar number systems.
HEX | 06 | 33 | 5B |
Decimal | 6 | 51 | 91 |
Binary | 110 | 110011 | 1011011 |
Octal | 6 | 63 | 133 |
Shades of #06335B
Tints of #06335B
Examples of css and html codes for elements with #06335B color. Also use rgb(6,51,91) instead hex code.
.myTextColor { color: #06335B; }
<p style="color:#06335B">This sample text font color is #06335B.</p>
This text font color is #06335B.
.myBgColor { background-color: #06335B; }
<div style="background-color:#06335B">Inner text</div>
This div background color is #06335B.
.myBorderColor { border: 1px solid #06335B; }
<div style="border:3px solid #06335B">Div</div>
This div border color is #06335B.
.myOpacity80 { color: #06335B; opacity: 0.8; }
<p style="color:#06335B;opacity:0.8;">80%</p>
Text with #06335B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06335B;}
<p style="text-shadow: 3px 3px 1px #06335B">Text here.</p>
This text has shadow with #06335B color.
.textShadow {text-shadow: 3px 3px 1px #06335B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06335B, 5px 5px 20px red">Text here.</p>
This text has shadow with #06335B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06335B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06335B, Direction=45, Strength=4)">Text</p>
This text has shadow with #06335B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06335B;
-webkit-box-shadow: 1px 1px 3px 2px #06335B;
box-shadow: 1px 1px 3px 2px #06335B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06335B; -webkit-box-shadow: 1px 1px 3px 2px #06335B; box-shadow:1px 1px 3px 2px #06335B;">
Div content here
</div>
This text has color #06335B on black background.
This text has color #06335B on white background.
This text has black color on #06335B background.
This text has white color on #06335B background.
Complementary color for #hex is #F9CCA4.