Color spaces of #0600cf
RGB | 6 | 0 | 207 |
---|---|---|---|
HSL | 0.67 | 1.00 | 0.41 |
HSV | 242° | 100° | 81° |
CMYK | 0.97 | 1.00 | 0.00 0.19 |
XYZ | 11.3376 | 4.5437 | 59.3110 |
Yxy | 4.5437 | 0.1508 | 0.0604 |
Hunter Lab | 21.3160 | 57.6382 | -150.0515 |
CIE-Lab | 25.3931 | 67.7113 | -91.9710 |
#0600cf color RGB value is (6,0,207).
#0600cf hex color red value is 6, green value is 0 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0600cf hue: 0.67 , saturation: 1.00 and the lightness value of 0600cf is 0.41.
The process color (four color CMYK) of #0600cf color hex is 0.97, 1.00, 0.00, 0.19. Web safe color of #0600cf is #0000cc. Color #0600cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00000000 | 11001111 |
Octal | 6 | 0 | 317 |
Decimal | 6 | 0 | 207 |
Hex | 6 | 0 | CF |
Shades of #0600cf
Tints of #0600cf
RGB Percentages of Color #0600cf
CMYK Percentages of Color #0600cf
Complementary Color
#0600cf | #c9cf00 |
#0600cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0600cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0600cf Color CSS Codes
.mybgcolor {background-color:#0600cf; } .myforecolor {color:#0600cf; } .mybordercolor {border:3px solid #0600cf; }
#0600cf Text Font Color
<p style="color:#0600cf">Text here</p>
This sample text font color is #0600cf
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.
#0600cf Background Color
<div style="background-color:#0600cf">
Div content here</div>
This div background color is #0600cf
#0600cf Border Color
<div style="border:3px solid #0600cf">
Div here</div>
This div border color is #0600cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,0,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0600cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0600cf; -webkit-box-shadow: 1px 1px 3px 2px #0600cf; box-shadow: 1px 1px 3px 2px #0600cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,0,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0600cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0600cf; -webkit-box-shadow: 1px 1px 3px 2px #0600cf; box-shadow: 1px 1px 3px 2px #0600cf;">
Div content here</div>
This div box has shadow with color #0600cf
Comments
No comments written yet.
Please login to write comment.