Color Hex Logo

#066ae6 Color Hex

#066AE6
(6,106,230)
0 Favorites   0 Comments

Color spaces of #066ae6

RGB 6106230
HSL0.590.950.46
HSV213°97°90°
CMYK 0.970.540.00   0.10
XYZ19.512116.060076.9344
Yxy16.06000.17340.1427
Hunter Lab40.074916.7788-85.7703
CIE-Lab47.053123.1762-69.4231

#066ae6 color RGB value is (6,106,230).

#066ae6 hex color red value is 6, green value is 106 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #066ae6 hue: 0.59 , saturation: 0.95 and the lightness value of 066ae6 is 0.46.

The process color (four color CMYK) of #066ae6 color hex is 0.97, 0.54, 0.00, 0.10. Web safe color of #066ae6 is #0066ff. Color #066ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 11100110
Octal 6 152 346
Decimal 6 106 230
Hex 6 6A E6

RGB Percentages of Color #066ae6

%1.75
%30.99
%67.25

CMYK Percentages of Color #066ae6

%97
%54
%0
%10

Triadic Colors of #066ae6

#066ae6 #e6066a #6ae606

Analogous Colors of #066ae6

#066ae6 #1206e6 #06dae6

Monochromatic Colors of #066ae6

#066ae6

Complementary Color

#066ae6 #e68206

#066ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066ae6 Color CSS Codes

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

#066ae6 Text Font Color

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

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


#066ae6 Background Color

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

This div background color is #066ae6


#066ae6 Border Color

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

This div border color is #066ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066ae6


Comments

No comments written yet.

Please login to write comment.