Color Hex Logo

#066dae Color Hex

#066DAE
(6,109,174)
0 Favorites   0 Comments

Color spaces of #066dae

RGB 6109174
HSL0.560.930.35
HSV203°97°68°
CMYK 0.970.370.00   0.32
XYZ13.183714.032042.0580
Yxy14.03200.19030.2026
Hunter Lab37.4593-2.7312-40.3472
CIE-Lab44.2788-0.9993-41.7263

#066dae color RGB value is (6,109,174).

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

The process color (four color CMYK) of #066dae color hex is 0.97, 0.37, 0.00, 0.32. Web safe color of #066dae is #006699. Color #066dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101101 10101110
Octal 6 155 256
Decimal 6 109 174
Hex 6 6D AE

RGB Percentages of Color #066dae

%2.08
%37.72
%60.21

CMYK Percentages of Color #066dae

%97
%37
%0
%32

Triadic Colors of #066dae

#066dae #ae066d #6dae06

Analogous Colors of #066dae

#066dae #0619ae #06ae9b

Monochromatic Colors of #066dae

#066dae

Complementary Color

#066dae #ae4706

#066dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#066dae Color CSS Codes

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

#066dae Text Font Color

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

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


#066dae Background Color

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

This div background color is #066dae


#066dae Border Color

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

This div border color is #066dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066dae


Comments

No comments written yet.

Please login to write comment.