Color spaces of #062dad
RGB | 6 | 45 | 173 |
---|---|---|---|
HSL | 0.63 | 0.93 | 0.35 |
HSV | 226° | 97° | 68° |
CMYK | 0.97 | 0.74 | 0.00 0.32 |
XYZ | 8.5563 | 4.9326 | 40.0363 |
Yxy | 4.9326 | 0.1599 | 0.0922 |
Hunter Lab | 22.2095 | 29.9014 | -91.3336 |
CIE-Lab | 26.5419 | 40.7182 | -69.9349 |
#062dad color RGB value is (6,45,173).
#062dad hex color red value is 6, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #062dad hue: 0.63 , saturation: 0.93 and the lightness value of 062dad is 0.35.
The process color (four color CMYK) of #062dad color hex is 0.97, 0.74, 0.00, 0.32. Web safe color of #062dad is #003399. Color #062dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00101101 | 10101101 |
Octal | 6 | 55 | 255 |
Decimal | 6 | 45 | 173 |
Hex | 6 | 2D | AD |
Shades of #062dad
Tints of #062dad
RGB Percentages of Color #062dad
CMYK Percentages of Color #062dad
Complementary Color
#062dad | #ad8606 |
#062dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#062dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#062dad Color CSS Codes
.mybgcolor {background-color:#062dad; } .myforecolor {color:#062dad; } .mybordercolor {border:3px solid #062dad; }
#062dad Text Font Color
<p style="color:#062dad">Text here</p>
This sample text font color is #062dad
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.
#062dad Background Color
<div style="background-color:#062dad">
Div content here</div>
This div background color is #062dad
#062dad Border Color
<div style="border:3px solid #062dad">
Div here</div>
This div border color is #062dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,45,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #062dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #062dad; -webkit-box-shadow: 1px 1px 3px 2px #062dad; box-shadow: 1px 1px 3px 2px #062dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,45,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #062dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #062dad; -webkit-box-shadow: 1px 1px 3px 2px #062dad; box-shadow: 1px 1px 3px 2px #062dad;">
Div content here</div>
This div box has shadow with color #062dad
Comments
No comments written yet.
Please login to write comment.