Color spaces of #6865fb
RGB | 104 | 101 | 251 |
---|---|---|---|
HSL | 0.67 | 0.95 | 0.69 |
HSV | 241° | 60° | 98° |
CMYK | 0.59 | 0.60 | 0.00 0.02 |
XYZ | 27.7752 | 19.2155 | 93.5118 |
Yxy | 19.2155 | 0.1977 | 0.1368 |
Hunter Lab | 43.8355 | 36.3897 | -95.7952 |
CIE-Lab | 50.9384 | 43.2724 | -74.6963 |
#6865fb color RGB value is (104,101,251).
#6865fb hex color red value is 104, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6865fb hue: 0.67 , saturation: 0.95 and the lightness value of 6865fb is 0.69.
The process color (four color CMYK) of #6865fb color hex is 0.59, 0.60, 0.00, 0.02. Web safe color of #6865fb is #6666ff. Color #6865fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01100101 | 11111011 |
Octal | 150 | 145 | 373 |
Decimal | 104 | 101 | 251 |
Hex | 68 | 65 | FB |
Shades of #6865fb
Tints of #6865fb
RGB Percentages of Color #6865fb
CMYK Percentages of Color #6865fb
Complementary Color
#6865fb | #f8fb65 |
#6865fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6865fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6865fb Color CSS Codes
.mybgcolor {background-color:#6865fb; } .myforecolor {color:#6865fb; } .mybordercolor {border:3px solid #6865fb; }
#6865fb Text Font Color
<p style="color:#6865fb">Text here</p>
This sample text font color is #6865fb
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.
#6865fb Background Color
<div style="background-color:#6865fb">
Div content here</div>
This div background color is #6865fb
#6865fb Border Color
<div style="border:3px solid #6865fb">
Div here</div>
This div border color is #6865fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,101,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6865fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6865fb; -webkit-box-shadow: 1px 1px 3px 2px #6865fb; box-shadow: 1px 1px 3px 2px #6865fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,101,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6865fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6865fb; -webkit-box-shadow: 1px 1px 3px 2px #6865fb; box-shadow: 1px 1px 3px 2px #6865fb;">
Div content here</div>
This div box has shadow with color #6865fb
Comments
No comments written yet.
Please login to write comment.