Color spaces of #068bfb
RGB | 6 | 139 | 251 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.50 |
HSV | 207° | 98° | 98° |
CMYK | 0.98 | 0.45 | 0.00 0.02 |
XYZ | 26.7203 | 25.4690 | 94.7745 |
Yxy | 25.4690 | 0.1818 | 0.1733 |
Hunter Lab | 50.4668 | 6.1922 | -76.0173 |
CIE-Lab | 57.5296 | 10.6073 | -64.1840 |
#068bfb color RGB value is (6,139,251).
#068bfb hex color red value is 6, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #068bfb hue: 0.58 , saturation: 0.97 and the lightness value of 068bfb is 0.50.
The process color (four color CMYK) of #068bfb color hex is 0.98, 0.45, 0.00, 0.02. Web safe color of #068bfb is #0099ff. Color #068bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10001011 | 11111011 |
Octal | 6 | 213 | 373 |
Decimal | 6 | 139 | 251 |
Hex | 6 | 8B | FB |
Shades of #068bfb
Tints of #068bfb
RGB Percentages of Color #068bfb
CMYK Percentages of Color #068bfb
Complementary Color
#068bfb | #fb7606 |
#068bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#068bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#068bfb Color CSS Codes
.mybgcolor {background-color:#068bfb; } .myforecolor {color:#068bfb; } .mybordercolor {border:3px solid #068bfb; }
#068bfb Text Font Color
<p style="color:#068bfb">Text here</p>
This sample text font color is #068bfb
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.
#068bfb Background Color
<div style="background-color:#068bfb">
Div content here</div>
This div background color is #068bfb
#068bfb Border Color
<div style="border:3px solid #068bfb">
Div here</div>
This div border color is #068bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,139,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #068bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #068bfb; -webkit-box-shadow: 1px 1px 3px 2px #068bfb; box-shadow: 1px 1px 3px 2px #068bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,139,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 #068bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #068bfb; -webkit-box-shadow: 1px 1px 3px 2px #068bfb; box-shadow: 1px 1px 3px 2px #068bfb;">
Div content here</div>
This div box has shadow with color #068bfb
Comments
No comments written yet.
Please login to write comment.