Color Hex Logo

#0669ac Color Hex

#0669AC
(6,105,172)
0 Favorites   0 Comments

Color spaces of #0669ac

RGB 6105172
HSL0.570.930.35
HSV204°97°67°
CMYK 0.970.390.00   0.33
XYZ12.573113.120440.8995
Yxy13.12040.18880.1970
Hunter Lab36.2221-1.4293-41.5907
CIE-Lab42.94410.6946-42.6777

#0669ac color RGB value is (6,105,172).

#0669ac hex color red value is 6, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0669ac hue: 0.57 , saturation: 0.93 and the lightness value of 0669ac is 0.35.

The process color (four color CMYK) of #0669ac color hex is 0.97, 0.39, 0.00, 0.33. Web safe color of #0669ac is #006699. Color #0669ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101001 10101100
Octal 6 151 254
Decimal 6 105 172
Hex 6 69 AC

RGB Percentages of Color #0669ac

%2.12
%37.10
%60.78

CMYK Percentages of Color #0669ac

%97
%39
%0
%33

Triadic Colors of #0669ac

#0669ac #ac0669 #69ac06

Analogous Colors of #0669ac

#0669ac #0616ac #06ac9c

Monochromatic Colors of #0669ac

#0669ac

Complementary Color

#0669ac #ac4906

#0669ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0669ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0669ac Color CSS Codes

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

#0669ac Text Font Color

<p style="color:#0669ac">Text here</p>

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


#0669ac Background Color

<div style="background-color:#0669ac">
Div content here</div>

This div background color is #0669ac


#0669ac Border Color

<div style="border:3px solid #0669ac">
Div here</div>

This div border color is #0669ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,105,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0669ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0669ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0669ac;
  box-shadow:         1px 1px 3px 2px #0669ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0669ac


Comments

No comments written yet.

Please login to write comment.