Color Hex Logo

#066bbf Color Hex

#066BBF
(6,107,191)
0 Favorites   0 Comments

Color spaces of #066bbf

RGB 6107191
HSL0.580.940.39
HSV207°97°75°
CMYK 0.970.440.00   0.25
XYZ14.736814.315751.2767
Yxy14.31570.18350.1782
Hunter Lab37.83613.3109-53.8665
CIE-Lab44.68237.0500-50.9778

#066bbf color RGB value is (6,107,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101011 10111111
Octal 6 153 277
Decimal 6 107 191
Hex 6 6B BF

RGB Percentages of Color #066bbf

%1.97
%35.20
%62.83

CMYK Percentages of Color #066bbf

%97
%44
%0
%25

Triadic Colors of #066bbf

#066bbf #bf066b #6bbf06

Analogous Colors of #066bbf

#066bbf #060fbf #06bfb7

Monochromatic Colors of #066bbf

#066bbf

Complementary Color

#066bbf #bf5a06

#066bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#066bbf Color CSS Codes

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

#066bbf Text Font Color

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

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


#066bbf Background Color

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

This div background color is #066bbf


#066bbf Border Color

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

This div border color is #066bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066bbf


Comments

No comments written yet.

Please login to write comment.