Color spaces of #06304e
RGB | 6 | 48 | 78 |
---|---|---|---|
HSL | 0.57 | 0.86 | 0.16 |
HSV | 205° | 92° | 31° |
CMYK | 0.92 | 0.38 | 0.00 0.69 |
XYZ | 2.5072 | 2.7027 | 7.5973 |
Yxy | 2.7027 | 0.1958 | 0.2110 |
Hunter Lab | 16.4399 | -1.5473 | -15.8915 |
CIE-Lab | 18.8116 | -1.2098 | -22.3173 |
#06304e color RGB value is (6,48,78).
#06304e hex color red value is 6, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #06304e hue: 0.57 , saturation: 0.86 and the lightness value of 06304e is 0.16.
The process color (four color CMYK) of #06304e color hex is 0.92, 0.38, 0.00, 0.69. Web safe color of #06304e is #003366. Color #06304e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00110000 | 01001110 |
Octal | 6 | 60 | 116 |
Decimal | 6 | 48 | 78 |
Hex | 6 | 30 | 4E |
Shades of #06304e
Tints of #06304e
RGB Percentages of Color #06304e
CMYK Percentages of Color #06304e
Complementary Color
#06304e | #4e2406 |
#06304e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06304e Color Preview on White Background
Lorem ipsum dolor sit amet.
#06304e Color CSS Codes
.mybgcolor {background-color:#06304e; } .myforecolor {color:#06304e; } .mybordercolor {border:3px solid #06304e; }
#06304e Text Font Color
<p style="color:#06304e">Text here</p>
This sample text font color is #06304e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#06304e Background Color
<div style="background-color:#06304e">
Div content here</div>
This div background color is #06304e
#06304e Border Color
<div style="border:3px solid #06304e">
Div here</div>
This div border color is #06304e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,48,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06304e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06304e; -webkit-box-shadow: 1px 1px 3px 2px #06304e; box-shadow: 1px 1px 3px 2px #06304e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,48,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06304e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06304e; -webkit-box-shadow: 1px 1px 3px 2px #06304e; box-shadow: 1px 1px 3px 2px #06304e;">
Div content here</div>
This div box has shadow with color #06304e
Comments
No comments written yet.
Please login to write comment.