Color spaces of #06111e
RGB | 6 | 17 | 30 |
---|---|---|---|
HSL | 0.59 | 0.67 | 0.07 |
HSV | 213° | 80° | 12° |
CMYK | 0.80 | 0.43 | 0.00 0.88 |
XYZ | 0.5099 | 0.5334 | 1.3044 |
Yxy | 0.5334 | 0.2172 | 0.2272 |
Hunter Lab | 7.3034 | -0.3187 | -5.4769 |
CIE-Lab | 4.8182 | 0.1196 | -9.8695 |
#06111e color RGB value is (6,17,30).
#06111e hex color red value is 6, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #06111e hue: 0.59 , saturation: 0.67 and the lightness value of 06111e is 0.07.
The process color (four color CMYK) of #06111e color hex is 0.80, 0.43, 0.00, 0.88. Web safe color of #06111e is #000033. Color #06111e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00010001 | 00011110 |
Octal | 6 | 21 | 36 |
Decimal | 6 | 17 | 30 |
Hex | 6 | 11 | 1E |
Shades of #06111e
Tints of #06111e
RGB Percentages of Color #06111e
CMYK Percentages of Color #06111e
Complementary Color
#06111e | #1e1306 |
#06111e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06111e Color Preview on White Background
Lorem ipsum dolor sit amet.
#06111e Color CSS Codes
.mybgcolor {background-color:#06111e; } .myforecolor {color:#06111e; } .mybordercolor {border:3px solid #06111e; }
#06111e Text Font Color
<p style="color:#06111e">Text here</p>
This sample text font color is #06111e
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.
#06111e Background Color
<div style="background-color:#06111e">
Div content here</div>
This div background color is #06111e
#06111e Border Color
<div style="border:3px solid #06111e">
Div here</div>
This div border color is #06111e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,17,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06111e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06111e; -webkit-box-shadow: 1px 1px 3px 2px #06111e; box-shadow: 1px 1px 3px 2px #06111e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,17,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06111e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06111e; -webkit-box-shadow: 1px 1px 3px 2px #06111e; box-shadow: 1px 1px 3px 2px #06111e;">
Div content here</div>
This div box has shadow with color #06111e
Comments
No comments written yet.
Please login to write comment.