Color Hex Logo

#068bef Color Hex

#068BEF
(6,139,239)
0 Favorites   0 Comments

Color spaces of #068bef

RGB 6139239
HSL0.570.950.48
HSV206°97°94°
CMYK 0.970.420.00   0.06
XYZ24.887724.736085.1241
Yxy24.73600.18470.1836
Hunter Lab49.73532.2852-66.6627
CIE-Lab56.81736.0112-58.6973

#068bef color RGB value is (6,139,239).

#068bef hex color red value is 6, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #068bef hue: 0.57 , saturation: 0.95 and the lightness value of 068bef is 0.48.

The process color (four color CMYK) of #068bef color hex is 0.97, 0.42, 0.00, 0.06. Web safe color of #068bef is #0099ff. Color #068bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001011 11101111
Octal 6 213 357
Decimal 6 139 239
Hex 6 8B EF

RGB Percentages of Color #068bef

%1.56
%36.20
%62.24

CMYK Percentages of Color #068bef

%97
%42
%0
%6

Triadic Colors of #068bef

#068bef #ef068b #8bef06

Analogous Colors of #068bef

#068bef #0617ef #06efdf

Monochromatic Colors of #068bef

#068bef

Complementary Color

#068bef #ef6a06

#068bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#068bef Color CSS Codes

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

#068bef Text Font Color

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

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


#068bef Background Color

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

This div background color is #068bef


#068bef Border Color

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

This div border color is #068bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,139,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #068bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068bef


Comments

No comments written yet.

Please login to write comment.