Color spaces of #624fbf
RGB | 98 | 79 | 191 |
---|---|---|---|
HSL | 0.69 | 0.47 | 0.53 |
HSV | 250° | 59° | 75° |
CMYK | 0.49 | 0.59 | 0.00 0.25 |
XYZ | 17.2370 | 11.9502 | 50.6884 |
Yxy | 11.9502 | 0.2158 | 0.1496 |
Hunter Lab | 34.5691 | 28.5087 | -62.7382 |
CIE-Lab | 41.1369 | 36.7365 | -56.4933 |
#624fbf color RGB value is (98,79,191).
#624fbf hex color red value is 98, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #624fbf hue: 0.69 , saturation: 0.47 and the lightness value of 624fbf is 0.53.
The process color (four color CMYK) of #624fbf color hex is 0.49, 0.59, 0.00, 0.25. Web safe color of #624fbf is #6666cc. Color #624fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01001111 | 10111111 |
Octal | 142 | 117 | 277 |
Decimal | 98 | 79 | 191 |
Hex | 62 | 4F | BF |
Shades of #624fbf
Tints of #624fbf
RGB Percentages of Color #624fbf
CMYK Percentages of Color #624fbf
Complementary Color
#624fbf | #acbf4f |
#624fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#624fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#624fbf Color CSS Codes
.mybgcolor {background-color:#624fbf; } .myforecolor {color:#624fbf; } .mybordercolor {border:3px solid #624fbf; }
#624fbf Text Font Color
<p style="color:#624fbf">Text here</p>
This sample text font color is #624fbf
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.
#624fbf Background Color
<div style="background-color:#624fbf">
Div content here</div>
This div background color is #624fbf
#624fbf Border Color
<div style="border:3px solid #624fbf">
Div here</div>
This div border color is #624fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,79,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #624fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #624fbf; -webkit-box-shadow: 1px 1px 3px 2px #624fbf; box-shadow: 1px 1px 3px 2px #624fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,79,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 #624fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #624fbf; -webkit-box-shadow: 1px 1px 3px 2px #624fbf; box-shadow: 1px 1px 3px 2px #624fbf;">
Div content here</div>
This div box has shadow with color #624fbf
Comments
No comments written yet.
Please login to write comment.