HEX: #06295A
RGB: (6,41,90)
#06295A contains mainly green and blue colors. Web safe color of #06295A is #003366 (or #036).
#06295A color RGB value is (6,41,90).
RGB: (6,41,90)
(2%, 16%, 35%)
R 6 of 255 = 2%
G 41 of 255 = 16%
B 90 of 255 = 35%
R + G + B ~ 18%. #06295A is dark color.
R + G + B = 6 + 41 + 90 = 137 (100%)
R 6 of 137 ~ 4.38%
G 41 of 137 ~ 29.93%
B 90 of 137 ~ 65.69'%
#06295A color CMYK value is (93,54,0,65).
CMYK: (93,54,0,65) C93M54Y0K65 (93%,54%,0%,65%) (0.93/0.54/0.00/0.65)
Color #06295A in popluar color models
06 | 29 | 5A | |
---|---|---|---|
RGB | 6 | 41 | 90 |
HSL | 215° | 87.50% | 18.82% |
HSB/HSV | 215° | 93.33% | 35.29% |
CMYK | 93.33% | 54.44% | 0.00% |
64.71% |
Color #06295A in popluar number systems.
HEX | 06 | 29 | 5A |
Decimal | 6 | 41 | 90 |
Binary | 110 | 101001 | 1011010 |
Octal | 6 | 51 | 132 |
Shades of #06295A
Tints of #06295A
Examples of css and html codes for elements with #06295A color. Also use rgb(6,41,90) instead hex code.
.myTextColor { color: #06295A; }
<p style="color:#06295A">This sample text font color is #06295A.</p>
This text font color is #06295A.
.myBgColor { background-color: #06295A; }
<div style="background-color:#06295A">Inner text</div>
This div background color is #06295A.
.myBorderColor { border: 1px solid #06295A; }
<div style="border:3px solid #06295A">Div</div>
This div border color is #06295A.
.myOpacity80 { color: #06295A; opacity: 0.8; }
<p style="color:#06295A;opacity:0.8;">80%</p>
Text with #06295A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06295A;}
<p style="text-shadow: 3px 3px 1px #06295A">Text here.</p>
This text has shadow with #06295A color.
.textShadow {text-shadow: 3px 3px 1px #06295A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06295A, 5px 5px 20px red">Text here.</p>
This text has shadow with #06295A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06295A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06295A, Direction=45, Strength=4)">Text</p>
This text has shadow with #06295A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06295A;
-webkit-box-shadow: 1px 1px 3px 2px #06295A;
box-shadow: 1px 1px 3px 2px #06295A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06295A; -webkit-box-shadow: 1px 1px 3px 2px #06295A; box-shadow:1px 1px 3px 2px #06295A;">
Div content here
</div>
This text has color #06295A on black background.
This text has color #06295A on white background.
This text has black color on #06295A background.
This text has white color on #06295A background.
Complementary color for #hex is #F9D6A5.