Color spaces of #6096dc
RGB | 96 | 150 | 220 |
---|---|---|---|
HSL | 0.59 | 0.64 | 0.62 |
HSV | 214° | 56° | 86° |
CMYK | 0.56 | 0.32 | 0.00 0.14 |
XYZ | 28.6485 | 29.4668 | 71.8879 |
Yxy | 29.4668 | 0.2204 | 0.2267 |
Hunter Lab | 54.2833 | -0.7909 | -40.5199 |
CIE-Lab | 61.1914 | 2.5199 | -41.0634 |
#6096dc color RGB value is (96,150,220).
#6096dc hex color red value is 96, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6096dc hue: 0.59 , saturation: 0.64 and the lightness value of 6096dc is 0.62.
The process color (four color CMYK) of #6096dc color hex is 0.56, 0.32, 0.00, 0.14. Web safe color of #6096dc is #6699cc. Color #6096dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10010110 | 11011100 |
Octal | 140 | 226 | 334 |
Decimal | 96 | 150 | 220 |
Hex | 60 | 96 | DC |
Shades of #6096dc
Tints of #6096dc
RGB Percentages of Color #6096dc
CMYK Percentages of Color #6096dc
Complementary Color
#6096dc | #dca660 |
#6096dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6096dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6096dc Color CSS Codes
.mybgcolor {background-color:#6096dc; } .myforecolor {color:#6096dc; } .mybordercolor {border:3px solid #6096dc; }
#6096dc Text Font Color
<p style="color:#6096dc">Text here</p>
This sample text font color is #6096dc
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.
#6096dc Background Color
<div style="background-color:#6096dc">
Div content here</div>
This div background color is #6096dc
#6096dc Border Color
<div style="border:3px solid #6096dc">
Div here</div>
This div border color is #6096dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,150,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6096dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6096dc; -webkit-box-shadow: 1px 1px 3px 2px #6096dc; box-shadow: 1px 1px 3px 2px #6096dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,150,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6096dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6096dc; -webkit-box-shadow: 1px 1px 3px 2px #6096dc; box-shadow: 1px 1px 3px 2px #6096dc;">
Div content here</div>
This div box has shadow with color #6096dc
Comments
No comments written yet.
Please login to write comment.