Color Hex Logo

#066ab9 Color Hex

#066AB9
(6,106,185)
0 Favorites   0 Comments

Color spaces of #066ab9

RGB 6106185
HSL0.570.940.37
HSV206°97°73°
CMYK 0.970.430.00   0.27
XYZ13.986113.849647.8350
Yxy13.84960.18480.1830
Hunter Lab37.21511.9572-50.1589
CIE-Lab44.01655.2793-48.5636

#066ab9 color RGB value is (6,106,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 10111001
Octal 6 152 271
Decimal 6 106 185
Hex 6 6A B9

RGB Percentages of Color #066ab9

%2.02
%35.69
%62.29

CMYK Percentages of Color #066ab9

%97
%43
%0
%27

Triadic Colors of #066ab9

#066ab9 #b9066a #6ab906

Analogous Colors of #066ab9

#066ab9 #0611b9 #06b9af

Monochromatic Colors of #066ab9

#066ab9

Complementary Color

#066ab9 #b95506

#066ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066ab9 Color CSS Codes

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

#066ab9 Text Font Color

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

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


#066ab9 Background Color

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

This div background color is #066ab9


#066ab9 Border Color

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

This div border color is #066ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066ab9


Comments

No comments written yet.

Please login to write comment.