Color spaces of #676bcf
RGB | 103 | 107 | 207 |
---|---|---|---|
HSL | 0.66 | 0.52 | 0.61 |
HSV | 238° | 50° | 81° |
CMYK | 0.50 | 0.48 | 0.00 0.19 |
XYZ | 22.1137 | 17.9039 | 61.3218 |
Yxy | 17.9039 | 0.2182 | 0.1767 |
Hunter Lab | 42.3130 | 19.2403 | -56.3065 |
CIE-Lab | 49.3793 | 25.7155 | -52.4408 |
#676bcf color RGB value is (103,107,207).
#676bcf hex color red value is 103, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #676bcf hue: 0.66 , saturation: 0.52 and the lightness value of 676bcf is 0.61.
The process color (four color CMYK) of #676bcf color hex is 0.50, 0.48, 0.00, 0.19. Web safe color of #676bcf is #6666cc. Color #676bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01101011 | 11001111 |
Octal | 147 | 153 | 317 |
Decimal | 103 | 107 | 207 |
Hex | 67 | 6B | CF |
Shades of #676bcf
Tints of #676bcf
RGB Percentages of Color #676bcf
CMYK Percentages of Color #676bcf
Complementary Color
#676bcf | #cfcb67 |
#676bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#676bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#676bcf Color CSS Codes
.mybgcolor {background-color:#676bcf; } .myforecolor {color:#676bcf; } .mybordercolor {border:3px solid #676bcf; }
#676bcf Text Font Color
<p style="color:#676bcf">Text here</p>
This sample text font color is #676bcf
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.
#676bcf Background Color
<div style="background-color:#676bcf">
Div content here</div>
This div background color is #676bcf
#676bcf Border Color
<div style="border:3px solid #676bcf">
Div here</div>
This div border color is #676bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,107,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #676bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #676bcf; -webkit-box-shadow: 1px 1px 3px 2px #676bcf; box-shadow: 1px 1px 3px 2px #676bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,107,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #676bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #676bcf; -webkit-box-shadow: 1px 1px 3px 2px #676bcf; box-shadow: 1px 1px 3px 2px #676bcf;">
Div content here</div>
This div box has shadow with color #676bcf
Comments
No comments written yet.
Please login to write comment.