Color Hex Logo

#066ade Color Hex

#066ADE
(6,106,222)
0 Favorites   0 Comments

Color spaces of #066ade

RGB 6106222
HSL0.590.950.45
HSV212°97°87°
CMYK 0.970.520.00   0.13
XYZ18.414015.620771.1518
Yxy15.62070.17510.1485
Hunter Lab39.523013.9988-79.0714
CIE-Lab46.472920.0369-65.8437

#066ade color RGB value is (6,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101010 11011110
Octal 6 152 336
Decimal 6 106 222
Hex 6 6A DE

RGB Percentages of Color #066ade

%1.80
%31.74
%66.47

CMYK Percentages of Color #066ade

%97
%52
%0
%13

Triadic Colors of #066ade

#066ade #de066a #6ade06

Analogous Colors of #066ade

#066ade #0e06de #06d6de

Monochromatic Colors of #066ade

#066ade

Complementary Color

#066ade #de7a06

#066ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#066ade Color CSS Codes

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

#066ade Text Font Color

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

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


#066ade Background Color

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

This div background color is #066ade


#066ade Border Color

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

This div border color is #066ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066ade


Comments

No comments written yet.

Please login to write comment.