Color spaces of #6681dd
RGB | 102 | 129 | 221 |
---|---|---|---|
HSL | 0.63 | 0.64 | 0.63 |
HSV | 226° | 54° | 87° |
CMYK | 0.54 | 0.42 | 0.00 0.13 |
XYZ | 26.3809 | 23.7458 | 71.5996 |
Yxy | 23.7458 | 0.2167 | 0.1951 |
Hunter Lab | 48.7297 | 11.3581 | -53.0054 |
CIE-Lab | 55.8324 | 16.5299 | -50.0700 |
#6681dd color RGB value is (102,129,221).
#6681dd hex color red value is 102, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6681dd hue: 0.63 , saturation: 0.64 and the lightness value of 6681dd is 0.63.
The process color (four color CMYK) of #6681dd color hex is 0.54, 0.42, 0.00, 0.13. Web safe color of #6681dd is #6699cc. Color #6681dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10000001 | 11011101 |
Octal | 146 | 201 | 335 |
Decimal | 102 | 129 | 221 |
Hex | 66 | 81 | DD |
Shades of #6681dd
Tints of #6681dd
RGB Percentages of Color #6681dd
CMYK Percentages of Color #6681dd
Complementary Color
#6681dd | #ddc266 |
#6681dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6681dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6681dd Color CSS Codes
.mybgcolor {background-color:#6681dd; } .myforecolor {color:#6681dd; } .mybordercolor {border:3px solid #6681dd; }
#6681dd Text Font Color
<p style="color:#6681dd">Text here</p>
This sample text font color is #6681dd
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.
#6681dd Background Color
<div style="background-color:#6681dd">
Div content here</div>
This div background color is #6681dd
#6681dd Border Color
<div style="border:3px solid #6681dd">
Div here</div>
This div border color is #6681dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,129,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6681dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6681dd; -webkit-box-shadow: 1px 1px 3px 2px #6681dd; box-shadow: 1px 1px 3px 2px #6681dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,129,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 #6681dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6681dd; -webkit-box-shadow: 1px 1px 3px 2px #6681dd; box-shadow: 1px 1px 3px 2px #6681dd;">
Div content here</div>
This div box has shadow with color #6681dd
Comments
No comments written yet.
Please login to write comment.