Color spaces of #689ece
RGB | 104 | 158 | 206 |
---|---|---|---|
HSL | 0.58 | 0.51 | 0.61 |
HSV | 208° | 50° | 81° |
CMYK | 0.50 | 0.23 | 0.00 0.19 |
XYZ | 29.0764 | 31.8530 | 63.0083 |
Yxy | 31.8530 | 0.2346 | 0.2570 |
Hunter Lab | 56.4385 | -6.8063 | -26.6849 |
CIE-Lab | 63.2212 | -4.5683 | -30.0760 |
#689ece color RGB value is (104,158,206).
#689ece hex color red value is 104, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #689ece hue: 0.58 , saturation: 0.51 and the lightness value of 689ece is 0.61.
The process color (four color CMYK) of #689ece color hex is 0.50, 0.23, 0.00, 0.19. Web safe color of #689ece is #6699cc. Color #689ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10011110 | 11001110 |
Octal | 150 | 236 | 316 |
Decimal | 104 | 158 | 206 |
Hex | 68 | 9E | CE |
Shades of #689ece
Tints of #689ece
RGB Percentages of Color #689ece
CMYK Percentages of Color #689ece
Complementary Color
#689ece | #ce9868 |
#689ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#689ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#689ece Color CSS Codes
.mybgcolor {background-color:#689ece; } .myforecolor {color:#689ece; } .mybordercolor {border:3px solid #689ece; }
#689ece Text Font Color
<p style="color:#689ece">Text here</p>
This sample text font color is #689ece
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.
#689ece Background Color
<div style="background-color:#689ece">
Div content here</div>
This div background color is #689ece
#689ece Border Color
<div style="border:3px solid #689ece">
Div here</div>
This div border color is #689ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,158,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #689ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #689ece; -webkit-box-shadow: 1px 1px 3px 2px #689ece; box-shadow: 1px 1px 3px 2px #689ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,158,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #689ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #689ece; -webkit-box-shadow: 1px 1px 3px 2px #689ece; box-shadow: 1px 1px 3px 2px #689ece;">
Div content here</div>
This div box has shadow with color #689ece
Comments
No comments written yet.
Please login to write comment.