Color Hex Logo

#066eae Color Hex

#066EAE
(6,110,174)
0 Favorites   0 Comments

Color spaces of #066eae

RGB 6110174
HSL0.560.930.35
HSV203°97°68°
CMYK 0.970.370.00   0.32
XYZ13.291014.246642.0938
Yxy14.24660.19090.2046
Hunter Lab37.7447-3.1981-39.7004
CIE-Lab44.5845-1.6169-41.2405

#066eae color RGB value is (6,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101110 10101110
Octal 6 156 256
Decimal 6 110 174
Hex 6 6E AE

RGB Percentages of Color #066eae

%2.07
%37.93
%60.00

CMYK Percentages of Color #066eae

%97
%37
%0
%32

Triadic Colors of #066eae

#066eae #ae066e #6eae06

Analogous Colors of #066eae

#066eae #061aae #06ae9a

Monochromatic Colors of #066eae

#066eae

Complementary Color

#066eae #ae4606

#066eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#066eae Color CSS Codes

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

#066eae Text Font Color

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

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


#066eae Background Color

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

This div background color is #066eae


#066eae Border Color

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

This div border color is #066eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066eae


Comments

No comments written yet.

Please login to write comment.