Color Hex Logo

#068ffb Color Hex

#068FFB
(6,143,251)
0 Favorites   0 Comments

Color spaces of #068ffb

RGB 6143251
HSL0.570.970.50
HSV206°98°98°
CMYK 0.980.430.00   0.02
XYZ27.310226.648794.9711
Yxy26.64870.18340.1789
Hunter Lab51.62244.0941-72.9418
CIE-Lab58.64778.1804-62.3881

#068ffb color RGB value is (6,143,251).

#068ffb hex color red value is 6, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #068ffb hue: 0.57 , saturation: 0.97 and the lightness value of 068ffb is 0.50.

The process color (four color CMYK) of #068ffb color hex is 0.98, 0.43, 0.00, 0.02. Web safe color of #068ffb is #0099ff. Color #068ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001111 11111011
Octal 6 217 373
Decimal 6 143 251
Hex 6 8F FB

RGB Percentages of Color #068ffb

%1.50
%35.75
%62.75

CMYK Percentages of Color #068ffb

%98
%43
%0
%2

Triadic Colors of #068ffb

#068ffb #fb068f #8ffb06

Analogous Colors of #068ffb

#068ffb #0615fb #06fbed

Monochromatic Colors of #068ffb

#068ffb

Complementary Color

#068ffb #fb7206

#068ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#068ffb Color CSS Codes

.mybgcolor {background-color:#068ffb; } 
.myforecolor {color:#068ffb; }
.mybordercolor {border:3px solid #068ffb; }

#068ffb Text Font Color

<p style="color:#068ffb">Text here</p>

This sample text font color is #068ffb
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.


#068ffb Background Color

<div style="background-color:#068ffb">
Div content here</div>

This div background color is #068ffb


#068ffb Border Color

<div style="border:3px solid #068ffb">
Div here</div>

This div border color is #068ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,143,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #068ffb;
  box-shadow:         1px 1px 3px 2px #068ffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,143,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 #068ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #068ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #068ffb;
  box-shadow:         1px 1px 3px 2px #068ffb;">
Div content here</div>

This div box has shadow with color #068ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.