Color spaces of #6a8beb
RGB | 106 | 139 | 235 |
---|---|---|---|
HSL | 0.62 | 0.76 | 0.67 |
HSV | 225° | 55° | 92° |
CMYK | 0.55 | 0.41 | 0.00 0.08 |
XYZ | 30.1719 | 27.5276 | 82.3204 |
Yxy | 27.5276 | 0.2155 | 0.1966 |
Hunter Lab | 52.4668 | 10.8327 | -56.2994 |
CIE-Lab | 59.4595 | 15.8248 | -52.0963 |
#6a8beb color RGB value is (106,139,235).
#6a8beb hex color red value is 106, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6a8beb hue: 0.62 , saturation: 0.76 and the lightness value of 6a8beb is 0.67.
The process color (four color CMYK) of #6a8beb color hex is 0.55, 0.41, 0.00, 0.08. Web safe color of #6a8beb is #6699ff. Color #6a8beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10001011 | 11101011 |
Octal | 152 | 213 | 353 |
Decimal | 106 | 139 | 235 |
Hex | 6A | 8B | EB |
Shades of #6a8beb
Tints of #6a8beb
RGB Percentages of Color #6a8beb
CMYK Percentages of Color #6a8beb
Complementary Color
#6a8beb | #ebca6a |
#6a8beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6a8beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6a8beb Color CSS Codes
.mybgcolor {background-color:#6a8beb; } .myforecolor {color:#6a8beb; } .mybordercolor {border:3px solid #6a8beb; }
#6a8beb Text Font Color
<p style="color:#6a8beb">Text here</p>
This sample text font color is #6a8beb
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.
#6a8beb Background Color
<div style="background-color:#6a8beb">
Div content here</div>
This div background color is #6a8beb
#6a8beb Border Color
<div style="border:3px solid #6a8beb">
Div here</div>
This div border color is #6a8beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,139,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6a8beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6a8beb; -webkit-box-shadow: 1px 1px 3px 2px #6a8beb; box-shadow: 1px 1px 3px 2px #6a8beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,139,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6a8beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6a8beb; -webkit-box-shadow: 1px 1px 3px 2px #6a8beb; box-shadow: 1px 1px 3px 2px #6a8beb;">
Div content here</div>
This div box has shadow with color #6a8beb
Comments
No comments written yet.
Please login to write comment.