Color Hex Logo

#0668bf Color Hex

#0668BF
(6,104,191)
0 Favorites   0 Comments

Color spaces of #0668bf

RGB 6104191
HSL0.580.940.39
HSV208°97°75°
CMYK 0.970.460.00   0.25
XYZ14.429413.700951.1742
Yxy13.70090.18190.1728
Hunter Lab37.01474.8086-56.0603
CIE-Lab43.80098.9684-52.3938

#0668bf color RGB value is (6,104,191).

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

The process color (four color CMYK) of #0668bf color hex is 0.97, 0.46, 0.00, 0.25. Web safe color of #0668bf is #0066cc. Color #0668bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101000 10111111
Octal 6 150 277
Decimal 6 104 191
Hex 6 68 BF

RGB Percentages of Color #0668bf

%1.99
%34.55
%63.46

CMYK Percentages of Color #0668bf

%97
%46
%0
%25

Triadic Colors of #0668bf

#0668bf #bf0668 #68bf06

Analogous Colors of #0668bf

#0668bf #060cbf #06bfba

Monochromatic Colors of #0668bf

#0668bf

Complementary Color

#0668bf #bf5d06

#0668bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0668bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0668bf Color CSS Codes

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

#0668bf Text Font Color

<p style="color:#0668bf">Text here</p>

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


#0668bf Background Color

<div style="background-color:#0668bf">
Div content here</div>

This div background color is #0668bf


#0668bf Border Color

<div style="border:3px solid #0668bf">
Div here</div>

This div border color is #0668bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0668bf


Comments

No comments written yet.

Please login to write comment.