Color Hex Logo

#068fbf Color Hex

#068FBF
(6,143,191)
0 Favorites   0 Comments

Color spaces of #068fbf

RGB 6143191
HSL0.540.940.39
HSV196°97°75°
CMYK 0.970.250.00   0.25
XYZ19.301523.445252.7983
Yxy23.44520.20200.2454
Hunter Lab48.4202-13.5809-30.7567
CIE-Lab55.5280-14.4184-33.8026

#068fbf color RGB value is (6,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001111 10111111
Octal 6 217 277
Decimal 6 143 191
Hex 6 8F BF

RGB Percentages of Color #068fbf

%1.76
%42.06
%56.18

CMYK Percentages of Color #068fbf

%97
%25
%0
%25

Triadic Colors of #068fbf

#068fbf #bf068f #8fbf06

Analogous Colors of #068fbf

#068fbf #0633bf #06bf93

Monochromatic Colors of #068fbf

#068fbf

Complementary Color

#068fbf #bf3606

#068fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#068fbf Color CSS Codes

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

#068fbf Text Font Color

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

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


#068fbf Background Color

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

This div background color is #068fbf


#068fbf Border Color

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

This div border color is #068fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068fbf


Comments

No comments written yet.

Please login to write comment.