Color spaces of #678dbf
RGB | 103 | 141 | 191 |
---|---|---|---|
HSL | 0.59 | 0.41 | 0.58 |
HSV | 214° | 46° | 75° |
CMYK | 0.46 | 0.26 | 0.00 0.25 |
XYZ | 24.5224 | 25.6949 | 52.9574 |
Yxy | 25.6949 | 0.2377 | 0.2490 |
Hunter Lab | 50.6901 | -2.3547 | -26.4588 |
CIE-Lab | 57.7463 | 0.4340 | -30.1355 |
#678dbf color RGB value is (103,141,191).
#678dbf hex color red value is 103, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #678dbf hue: 0.59 , saturation: 0.41 and the lightness value of 678dbf is 0.58.
The process color (four color CMYK) of #678dbf color hex is 0.46, 0.26, 0.00, 0.25. Web safe color of #678dbf is #6699cc. Color #678dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10001101 | 10111111 |
Octal | 147 | 215 | 277 |
Decimal | 103 | 141 | 191 |
Hex | 67 | 8D | BF |
Shades of #678dbf
Tints of #678dbf
RGB Percentages of Color #678dbf
CMYK Percentages of Color #678dbf
Complementary Color
#678dbf | #bf9967 |
#678dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#678dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#678dbf Color CSS Codes
.mybgcolor {background-color:#678dbf; } .myforecolor {color:#678dbf; } .mybordercolor {border:3px solid #678dbf; }
#678dbf Text Font Color
<p style="color:#678dbf">Text here</p>
This sample text font color is #678dbf
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.
#678dbf Background Color
<div style="background-color:#678dbf">
Div content here</div>
This div background color is #678dbf
#678dbf Border Color
<div style="border:3px solid #678dbf">
Div here</div>
This div border color is #678dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,141,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #678dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #678dbf; -webkit-box-shadow: 1px 1px 3px 2px #678dbf; box-shadow: 1px 1px 3px 2px #678dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,141,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #678dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #678dbf; -webkit-box-shadow: 1px 1px 3px 2px #678dbf; box-shadow: 1px 1px 3px 2px #678dbf;">
Div content here</div>
This div box has shadow with color #678dbf
Comments
No comments written yet.
Please login to write comment.