Color spaces of #67679e
RGB | 103 | 103 | 158 |
---|---|---|---|
HSL | 0.67 | 0.22 | 0.51 |
HSV | 240° | 35° | 62° |
CMYK | 0.35 | 0.35 | 0.00 0.38 |
XYZ | 16.6153 | 15.0527 | 34.3775 |
Yxy | 15.0527 | 0.2516 | 0.2279 |
Hunter Lab | 38.7978 | 8.5471 | -25.3765 |
CIE-Lab | 45.7063 | 13.5963 | -29.7966 |
#67679e color RGB value is (103,103,158).
#67679e hex color red value is 103, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #67679e hue: 0.67 , saturation: 0.22 and the lightness value of 67679e is 0.51.
The process color (four color CMYK) of #67679e color hex is 0.35, 0.35, 0.00, 0.38. Web safe color of #67679e is #666699. Color #67679e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01100111 | 10011110 |
Octal | 147 | 147 | 236 |
Decimal | 103 | 103 | 158 |
Hex | 67 | 67 | 9E |
Shades of #67679e
Tints of #67679e
RGB Percentages of Color #67679e
CMYK Percentages of Color #67679e
Complementary Color
#67679e | #9e9e67 |
#67679e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#67679e Color Preview on White Background
Lorem ipsum dolor sit amet.
#67679e Color CSS Codes
.mybgcolor {background-color:#67679e; } .myforecolor {color:#67679e; } .mybordercolor {border:3px solid #67679e; }
#67679e Text Font Color
<p style="color:#67679e">Text here</p>
This sample text font color is #67679e
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.
#67679e Background Color
<div style="background-color:#67679e">
Div content here</div>
This div background color is #67679e
#67679e Border Color
<div style="border:3px solid #67679e">
Div here</div>
This div border color is #67679e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,103,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #67679e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #67679e; -webkit-box-shadow: 1px 1px 3px 2px #67679e; box-shadow: 1px 1px 3px 2px #67679e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,103,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #67679e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #67679e; -webkit-box-shadow: 1px 1px 3px 2px #67679e; box-shadow: 1px 1px 3px 2px #67679e;">
Div content here</div>
This div box has shadow with color #67679e
Comments
No comments written yet.
Please login to write comment.