Color Hex Logo

#068abf Color Hex

#068ABF
(6,138,191)
0 Favorites   0 Comments

Color spaces of #068abf

RGB 6138191
HSL0.550.940.39
HSV197°97°75°
CMYK 0.970.280.00   0.25
XYZ18.567621.977352.5536
Yxy21.97730.19940.2361
Hunter Lab46.8800-11.3420-33.6496
CIE-Lab54.0029-11.6179-36.1889

#068abf color RGB value is (6,138,191).

#068abf hex color red value is 6, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #068abf hue: 0.55 , saturation: 0.94 and the lightness value of 068abf is 0.39.

The process color (four color CMYK) of #068abf color hex is 0.97, 0.28, 0.00, 0.25. Web safe color of #068abf is #0099cc. Color #068abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 10111111
Octal 6 212 277
Decimal 6 138 191
Hex 6 8A BF

RGB Percentages of Color #068abf

%1.79
%41.19
%57.01

CMYK Percentages of Color #068abf

%97
%28
%0
%25

Triadic Colors of #068abf

#068abf #bf068a #8abf06

Analogous Colors of #068abf

#068abf #062ebf #06bf98

Monochromatic Colors of #068abf

#068abf

Complementary Color

#068abf #bf3b06

#068abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#068abf Color CSS Codes

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

#068abf Text Font Color

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

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


#068abf Background Color

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

This div background color is #068abf


#068abf Border Color

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

This div border color is #068abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068abf


Comments

No comments written yet.

Please login to write comment.