Color Hex Logo

#066daa Color Hex

#066DAA
(6,109,170)
0 Favorites   0 Comments

Color spaces of #066daa

RGB 6109170
HSL0.560.930.35
HSV202°96°67°
CMYK 0.960.360.00   0.33
XYZ12.799413.878340.0344
Yxy13.87830.19190.2080
Hunter Lab37.2536-3.8657-37.6382
CIE-Lab44.0579-2.5869-39.7326

#066daa color RGB value is (6,109,170).

#066daa hex color red value is 6, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #066daa hue: 0.56 , saturation: 0.93 and the lightness value of 066daa is 0.35.

The process color (four color CMYK) of #066daa color hex is 0.96, 0.36, 0.00, 0.33. Web safe color of #066daa is #006699. Color #066daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101101 10101010
Octal 6 155 252
Decimal 6 109 170
Hex 6 6D AA

RGB Percentages of Color #066daa

%2.11
%38.25
%59.65

CMYK Percentages of Color #066daa

%96
%36
%0
%33

Triadic Colors of #066daa

#066daa #aa066d #6daa06

Analogous Colors of #066daa

#066daa #061baa #06aa95

Monochromatic Colors of #066daa

#066daa

Complementary Color

#066daa #aa4306

#066daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#066daa Color CSS Codes

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

#066daa Text Font Color

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

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


#066daa Background Color

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

This div background color is #066daa


#066daa Border Color

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

This div border color is #066daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066daa


Comments

No comments written yet.

Please login to write comment.