Color spaces of #6409ef
RGB | 100 | 9 | 239 |
---|---|---|---|
HSL | 0.73 | 0.93 | 0.49 |
HSV | 264° | 96° | 94° |
CMYK | 0.58 | 0.96 | 0.00 0.06 |
XYZ | 20.9332 | 9.1367 | 82.3216 |
Yxy | 9.1367 | 0.1863 | 0.0813 |
Hunter Lab | 30.2270 | 70.7201 | -140.3144 |
CIE-Lab | 36.2462 | 76.7515 | -92.1202 |
#6409ef color RGB value is (100,9,239).
#6409ef hex color red value is 100, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6409ef hue: 0.73 , saturation: 0.93 and the lightness value of 6409ef is 0.49.
The process color (four color CMYK) of #6409ef color hex is 0.58, 0.96, 0.00, 0.06. Web safe color of #6409ef is #6600ff. Color #6409ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 00001001 | 11101111 |
Octal | 144 | 11 | 357 |
Decimal | 100 | 9 | 239 |
Hex | 64 | 9 | EF |
Shades of #6409ef
Tints of #6409ef
RGB Percentages of Color #6409ef
CMYK Percentages of Color #6409ef
Complementary Color
#6409ef | #94ef09 |
#6409ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6409ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#6409ef Color CSS Codes
.mybgcolor {background-color:#6409ef; } .myforecolor {color:#6409ef; } .mybordercolor {border:3px solid #6409ef; }
#6409ef Text Font Color
<p style="color:#6409ef">Text here</p>
This sample text font color is #6409ef
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.
#6409ef Background Color
<div style="background-color:#6409ef">
Div content here</div>
This div background color is #6409ef
#6409ef Border Color
<div style="border:3px solid #6409ef">
Div here</div>
This div border color is #6409ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,9,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6409ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6409ef; -webkit-box-shadow: 1px 1px 3px 2px #6409ef; box-shadow: 1px 1px 3px 2px #6409ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,9,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6409ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6409ef; -webkit-box-shadow: 1px 1px 3px 2px #6409ef; box-shadow: 1px 1px 3px 2px #6409ef;">
Div content here</div>
This div box has shadow with color #6409ef
Comments
No comments written yet.
Please login to write comment.