Color spaces of #067cce
RGB | 6 | 124 | 206 |
---|---|---|---|
HSL | 0.57 | 0.94 | 0.42 |
HSV | 205° | 97° | 81° |
CMYK | 0.97 | 0.40 | 0.00 0.19 |
XYZ | 18.4233 | 18.9103 | 61.0715 |
Yxy | 18.9103 | 0.1872 | 0.1922 |
Hunter Lab | 43.4860 | -0.4770 | -52.8264 |
CIE-Lab | 50.5821 | 2.3734 | -50.1421 |
#067cce color RGB value is (6,124,206).
#067cce hex color red value is 6, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #067cce hue: 0.57 , saturation: 0.94 and the lightness value of 067cce is 0.42.
The process color (four color CMYK) of #067cce color hex is 0.97, 0.40, 0.00, 0.19. Web safe color of #067cce is #0066cc. Color #067cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 01111100 | 11001110 |
Octal | 6 | 174 | 316 |
Decimal | 6 | 124 | 206 |
Hex | 6 | 7C | CE |
Shades of #067cce
Tints of #067cce
RGB Percentages of Color #067cce
CMYK Percentages of Color #067cce
Complementary Color
#067cce | #ce5806 |
#067cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#067cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#067cce Color CSS Codes
.mybgcolor {background-color:#067cce; } .myforecolor {color:#067cce; } .mybordercolor {border:3px solid #067cce; }
#067cce Text Font Color
<p style="color:#067cce">Text here</p>
This sample text font color is #067cce
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.
#067cce Background Color
<div style="background-color:#067cce">
Div content here</div>
This div background color is #067cce
#067cce Border Color
<div style="border:3px solid #067cce">
Div here</div>
This div border color is #067cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,124,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #067cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #067cce; -webkit-box-shadow: 1px 1px 3px 2px #067cce; box-shadow: 1px 1px 3px 2px #067cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,124,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #067cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #067cce; -webkit-box-shadow: 1px 1px 3px 2px #067cce; box-shadow: 1px 1px 3px 2px #067cce;">
Div content here</div>
This div box has shadow with color #067cce
Comments
No comments written yet.
Please login to write comment.