Color Hex Logo

#066669 Color Hex

#066669
(6,102,105)
0 Favorites   0 Comments

Color spaces of #066669

RGB 6102105
HSL0.510.890.22
HSV182°94°41°
CMYK 0.940.030.00   0.59
XYZ7.376310.561415.0144
Yxy10.56140.22380.3205
Hunter Lab32.4983-16.3570-4.6435
CIE-Lab38.8317-23.0702-8.7893

#066669 color RGB value is (6,102,105).

#066669 hex color red value is 6, green value is 102 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #066669 hue: 0.51 , saturation: 0.89 and the lightness value of 066669 is 0.22.

The process color (four color CMYK) of #066669 color hex is 0.94, 0.03, 0.00, 0.59. Web safe color of #066669 is #006666. Color #066669 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100110 01101001
Octal 6 146 151
Decimal 6 102 105
Hex 6 66 69

RGB Percentages of Color #066669

%2.82
%47.89
%49.30

CMYK Percentages of Color #066669

%94
%3
%0
%59

Triadic Colors of #066669

#066669 #690666 #666906

Analogous Colors of #066669

#066669 #063469 #06693b

Monochromatic Colors of #066669

#066669

Complementary Color

#066669 #690906

#066669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066669 Color CSS Codes

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

#066669 Text Font Color

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

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


#066669 Background Color

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

This div background color is #066669


#066669 Border Color

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

This div border color is #066669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066669


Comments

No comments written yet.

Please login to write comment.