Color Hex Logo

#066fbf Color Hex

#066FBF
(6,111,191)
0 Favorites   0 Comments

Color spaces of #066fbf

RGB 6111191
HSL0.570.940.39
HSV206°97°75°
CMYK 0.970.420.00   0.25
XYZ15.163515.169251.4190
Yxy15.16920.18550.1856
Hunter Lab38.94771.3370-51.0118
CIE-Lab45.86514.5198-49.0824

#066fbf color RGB value is (6,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101111 10111111
Octal 6 157 277
Decimal 6 111 191
Hex 6 6F BF

RGB Percentages of Color #066fbf

%1.95
%36.04
%62.01

CMYK Percentages of Color #066fbf

%97
%42
%0
%25

Triadic Colors of #066fbf

#066fbf #bf066f #6fbf06

Analogous Colors of #066fbf

#066fbf #0613bf #06bfb3

Monochromatic Colors of #066fbf

#066fbf

Complementary Color

#066fbf #bf5606

#066fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#066fbf Color CSS Codes

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

#066fbf Text Font Color

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

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


#066fbf Background Color

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

This div background color is #066fbf


#066fbf Border Color

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

This div border color is #066fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066fbf


Comments

No comments written yet.

Please login to write comment.