Hex #6959cd Color
equivalent to
RGB
(105, 89, 205)Details of #6959cd
|
|
|
|
Color HEX #6959cd matches (105, 89, 205) in RGB.
#6959cd hex color red value is 105, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6959cd hue: 0.69, saturation: 0.54 and the lightness value of 6959cd is 0.58.
The process color (four color CMYK) of #6959cd color hex is 0.49, 0.57, 0.00, 0.20. Web safe color of #6959cd is #6666cc. Color #6959cd contains mainly BLUE color.
Base Numbers
|
|
|
|
#6959cd tints
#6959cd shades
RGB in % of #6959cd
CMYK in % of #6959cd
Preview Color #6959cd on black ground
Very nice color.
Preview Color #6959cd on white ground
Very nice color.
CSS Codes #6959cd color
.mybgcolor {background-color:#6959cd; } .myforecolor {color:#6959cd; } .mybordercolor {border:3px solid #6959cd; }
Text Font Color #6959cd
<p style="color:#6959cd">Text here</p>
This sample text font color is #6959cd
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.
Background Color #6959cd
<div style="background-color:#6959cd">
Div content here</div>
This div background color is #6959cd
Border Color #6959cd
<div style="border:3px solid #6959cd">
Div here</div>
The color of this border is #6959cd
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6959cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6959cd; -webkit-box-shadow: 1px 1px 3px 2px #6959cd; box-shadow: 1px 1px 3px 2px #6959cd; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #6959cd">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6959cd; -webkit-box-shadow: 1px 1px 3px 2px #6959cd; box-shadow: 1px 1px 3px 2px #6959cd;">
Div content here</div>
The shadow of div box using color #6959cd