Color spaces of #6094bd
RGB | 96 | 148 | 189 |
---|---|---|---|
HSL | 0.57 | 0.41 | 0.56 |
HSV | 206° | 49° | 74° |
CMYK | 0.49 | 0.22 | 0.00 0.26 |
XYZ | 24.5991 | 27.3407 | 52.1249 |
Yxy | 27.3407 | 0.2364 | 0.2627 |
Hunter Lab | 52.2883 | -7.5291 | -22.5028 |
CIE-Lab | 59.2884 | -5.8813 | -26.6483 |
#6094bd color RGB value is (96,148,189).
#6094bd hex color red value is 96, green value is 148 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6094bd hue: 0.57 , saturation: 0.41 and the lightness value of 6094bd is 0.56.
The process color (four color CMYK) of #6094bd color hex is 0.49, 0.22, 0.00, 0.26. Web safe color of #6094bd is #6699cc. Color #6094bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10010100 | 10111101 |
Octal | 140 | 224 | 275 |
Decimal | 96 | 148 | 189 |
Hex | 60 | 94 | BD |
Shades of #6094bd
Tints of #6094bd
RGB Percentages of Color #6094bd
CMYK Percentages of Color #6094bd
Complementary Color
#6094bd | #bd8960 |
#6094bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6094bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6094bd Color CSS Codes
.mybgcolor {background-color:#6094bd; } .myforecolor {color:#6094bd; } .mybordercolor {border:3px solid #6094bd; }
#6094bd Text Font Color
<p style="color:#6094bd">Text here</p>
This sample text font color is #6094bd
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.
#6094bd Background Color
<div style="background-color:#6094bd">
Div content here</div>
This div background color is #6094bd
#6094bd Border Color
<div style="border:3px solid #6094bd">
Div here</div>
This div border color is #6094bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,148,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6094bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6094bd; -webkit-box-shadow: 1px 1px 3px 2px #6094bd; box-shadow: 1px 1px 3px 2px #6094bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,148,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6094bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6094bd; -webkit-box-shadow: 1px 1px 3px 2px #6094bd; box-shadow: 1px 1px 3px 2px #6094bd;">
Div content here</div>
This div box has shadow with color #6094bd
Comments
No comments written yet.
Please login to write comment.