Color spaces of #68678f
RGB | 104 | 103 | 143 |
---|---|---|---|
HSL | 0.67 | 0.16 | 0.48 |
HSV | 242° | 28° | 56° |
CMYK | 0.27 | 0.28 | 0.00 0.44 |
XYZ | 15.5171 | 14.6267 | 27.9920 |
Yxy | 14.6267 | 0.2669 | 0.2516 |
Hunter Lab | 38.2449 | 5.4943 | -16.6238 |
CIE-Lab | 45.1186 | 9.8291 | -21.7941 |
#68678f color RGB value is (104,103,143).
#68678f hex color red value is 104, green value is 103 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #68678f hue: 0.67 , saturation: 0.16 and the lightness value of 68678f is 0.48.
The process color (four color CMYK) of #68678f color hex is 0.27, 0.28, 0.00, 0.44. Web safe color of #68678f is #666699. Color #68678f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01100111 | 10001111 |
Octal | 150 | 147 | 217 |
Decimal | 104 | 103 | 143 |
Hex | 68 | 67 | 8F |
Shades of #68678f
Tints of #68678f
RGB Percentages of Color #68678f
CMYK Percentages of Color #68678f
Complementary Color
#68678f | #8e8f67 |
#68678f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68678f Color Preview on White Background
Lorem ipsum dolor sit amet.
#68678f Color CSS Codes
.mybgcolor {background-color:#68678f; } .myforecolor {color:#68678f; } .mybordercolor {border:3px solid #68678f; }
#68678f Text Font Color
<p style="color:#68678f">Text here</p>
This sample text font color is #68678f
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.
#68678f Background Color
<div style="background-color:#68678f">
Div content here</div>
This div background color is #68678f
#68678f Border Color
<div style="border:3px solid #68678f">
Div here</div>
This div border color is #68678f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,103,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68678f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68678f; -webkit-box-shadow: 1px 1px 3px 2px #68678f; box-shadow: 1px 1px 3px 2px #68678f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,103,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68678f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68678f; -webkit-box-shadow: 1px 1px 3px 2px #68678f; box-shadow: 1px 1px 3px 2px #68678f;">
Div content here</div>
This div box has shadow with color #68678f
Comments
No comments written yet.
Please login to write comment.