Color Hex Logo

#066eb7 Color Hex

#066EB7
(6,110,183)
0 Favorites   0 Comments

Color spaces of #066eb7

RGB 6110183
HSL0.570.940.37
HSV205°97°72°
CMYK 0.970.400.00   0.28
XYZ14.198314.609546.8713
Yxy14.60950.18760.1930
Hunter Lab38.2224-0.5825-45.9504
CIE-Lab45.09461.9603-45.6767

#066eb7 color RGB value is (6,110,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101110 10110111
Octal 6 156 267
Decimal 6 110 183
Hex 6 6E B7

RGB Percentages of Color #066eb7

%2.01
%36.79
%61.20

CMYK Percentages of Color #066eb7

%97
%40
%0
%28

Triadic Colors of #066eb7

#066eb7 #b7066e #6eb706

Analogous Colors of #066eb7

#066eb7 #0616b7 #06b7a8

Monochromatic Colors of #066eb7

#066eb7

Complementary Color

#066eb7 #b74f06

#066eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066eb7 Color CSS Codes

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

#066eb7 Text Font Color

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

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


#066eb7 Background Color

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

This div background color is #066eb7


#066eb7 Border Color

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

This div border color is #066eb7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,110,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #066eb7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066eb7


Comments

No comments written yet.

Please login to write comment.