Color spaces of #6917bf
RGB | 105 | 23 | 191 |
---|---|---|---|
HSL | 0.75 | 0.79 | 0.42 |
HSV | 269° | 88° | 75° |
CMYK | 0.45 | 0.88 | 0.00 0.25 |
XYZ | 15.5361 | 7.3776 | 49.8954 |
Yxy | 7.3776 | 0.2134 | 0.1013 |
Hunter Lab | 27.1617 | 54.5662 | -89.9010 |
CIE-Lab | 32.6515 | 63.6780 | -70.3107 |
#6917bf color RGB value is (105,23,191).
#6917bf hex color red value is 105, green value is 23 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6917bf hue: 0.75 , saturation: 0.79 and the lightness value of 6917bf is 0.42.
The process color (four color CMYK) of #6917bf color hex is 0.45, 0.88, 0.00, 0.25. Web safe color of #6917bf is #6600cc. Color #6917bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 00010111 | 10111111 |
Octal | 151 | 27 | 277 |
Decimal | 105 | 23 | 191 |
Hex | 69 | 17 | BF |
Shades of #6917bf
Tints of #6917bf
RGB Percentages of Color #6917bf
CMYK Percentages of Color #6917bf
Complementary Color
#6917bf | #6dbf17 |
#6917bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6917bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6917bf Color CSS Codes
.mybgcolor {background-color:#6917bf; } .myforecolor {color:#6917bf; } .mybordercolor {border:3px solid #6917bf; }
#6917bf Text Font Color
<p style="color:#6917bf">Text here</p>
This sample text font color is #6917bf
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.
#6917bf Background Color
<div style="background-color:#6917bf">
Div content here</div>
This div background color is #6917bf
#6917bf Border Color
<div style="border:3px solid #6917bf">
Div here</div>
This div border color is #6917bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,23,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6917bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6917bf; -webkit-box-shadow: 1px 1px 3px 2px #6917bf; box-shadow: 1px 1px 3px 2px #6917bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,23,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 #6917bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6917bf; -webkit-box-shadow: 1px 1px 3px 2px #6917bf; box-shadow: 1px 1px 3px 2px #6917bf;">
Div content here</div>
This div box has shadow with color #6917bf
Comments
No comments written yet.
Please login to write comment.