Color spaces of #6a7dbe
RGB | 106 | 125 | 190 |
---|---|---|---|
HSL | 0.63 | 0.39 | 0.58 |
HSV | 226° | 44° | 75° |
CMYK | 0.44 | 0.34 | 0.00 0.25 |
XYZ | 22.5717 | 21.4491 | 51.6656 |
Yxy | 21.4491 | 0.2359 | 0.2242 |
Hunter Lab | 46.3132 | 5.9477 | -33.7229 |
CIE-Lab | 53.4375 | 10.3319 | -36.2750 |
#6a7dbe color RGB value is (106,125,190).
#6a7dbe hex color red value is 106, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6a7dbe hue: 0.63 , saturation: 0.39 and the lightness value of 6a7dbe is 0.58.
The process color (four color CMYK) of #6a7dbe color hex is 0.44, 0.34, 0.00, 0.25. Web safe color of #6a7dbe is #6666cc. Color #6a7dbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 01111101 | 10111110 |
Octal | 152 | 175 | 276 |
Decimal | 106 | 125 | 190 |
Hex | 6A | 7D | BE |
Shades of #6a7dbe
Tints of #6a7dbe
RGB Percentages of Color #6a7dbe
CMYK Percentages of Color #6a7dbe
Complementary Color
#6a7dbe | #beab6a |
#6a7dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6a7dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#6a7dbe Color CSS Codes
.mybgcolor {background-color:#6a7dbe; } .myforecolor {color:#6a7dbe; } .mybordercolor {border:3px solid #6a7dbe; }
#6a7dbe Text Font Color
<p style="color:#6a7dbe">Text here</p>
This sample text font color is #6a7dbe
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.
#6a7dbe Background Color
<div style="background-color:#6a7dbe">
Div content here</div>
This div background color is #6a7dbe
#6a7dbe Border Color
<div style="border:3px solid #6a7dbe">
Div here</div>
This div border color is #6a7dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,125,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6a7dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6a7dbe; -webkit-box-shadow: 1px 1px 3px 2px #6a7dbe; box-shadow: 1px 1px 3px 2px #6a7dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,125,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6a7dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6a7dbe; -webkit-box-shadow: 1px 1px 3px 2px #6a7dbe; box-shadow: 1px 1px 3px 2px #6a7dbe;">
Div content here</div>
This div box has shadow with color #6a7dbe
Comments
No comments written yet.
Please login to write comment.