Color spaces of #6193dd
RGB | 97 | 147 | 221 |
---|---|---|---|
HSL | 0.60 | 0.65 | 0.62 |
HSV | 216° | 56° | 87° |
CMYK | 0.56 | 0.33 | 0.00 0.13 |
XYZ | 28.4146 | 28.6293 | 72.4350 |
Yxy | 28.6293 | 0.2195 | 0.2211 |
Hunter Lab | 53.5064 | 1.1565 | -42.8102 |
CIE-Lab | 60.4531 | 4.7876 | -42.7771 |
#6193dd color RGB value is (97,147,221).
#6193dd hex color red value is 97, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6193dd hue: 0.60 , saturation: 0.65 and the lightness value of 6193dd is 0.62.
The process color (four color CMYK) of #6193dd color hex is 0.56, 0.33, 0.00, 0.13. Web safe color of #6193dd is #6699cc. Color #6193dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10010011 | 11011101 |
Octal | 141 | 223 | 335 |
Decimal | 97 | 147 | 221 |
Hex | 61 | 93 | DD |
Shades of #6193dd
Tints of #6193dd
RGB Percentages of Color #6193dd
CMYK Percentages of Color #6193dd
Complementary Color
#6193dd | #ddab61 |
#6193dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6193dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6193dd Color CSS Codes
.mybgcolor {background-color:#6193dd; } .myforecolor {color:#6193dd; } .mybordercolor {border:3px solid #6193dd; }
#6193dd Text Font Color
<p style="color:#6193dd">Text here</p>
This sample text font color is #6193dd
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.
#6193dd Background Color
<div style="background-color:#6193dd">
Div content here</div>
This div background color is #6193dd
#6193dd Border Color
<div style="border:3px solid #6193dd">
Div here</div>
This div border color is #6193dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,147,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6193dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6193dd; -webkit-box-shadow: 1px 1px 3px 2px #6193dd; box-shadow: 1px 1px 3px 2px #6193dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,147,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6193dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6193dd; -webkit-box-shadow: 1px 1px 3px 2px #6193dd; box-shadow: 1px 1px 3px 2px #6193dd;">
Div content here</div>
This div box has shadow with color #6193dd
Comments
No comments written yet.
Please login to write comment.