Color Hex Logo

#006566 Color Hex

#006566
(0,101,102)
0 Favorites   0 Comments

Color spaces of #006566

RGB 0101102
HSL0.501.000.20
HSV181°100°40°
CMYK 1.000.010.00   0.60
XYZ7.052010.266714.1804
Yxy10.26670.22390.3259
Hunter Lab32.0417-16.7872-3.8103
CIE-Lab38.3169-24.0236-7.7272

#006566 color RGB value is (0,101,102).

#006566 hex color red value is 0, green value is 101 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #006566 hue: 0.50 , saturation: 1.00 and the lightness value of 006566 is 0.20.

The process color (four color CMYK) of #006566 color hex is 1.00, 0.01, 0.00, 0.60. Web safe color of #006566 is #006666. Color #006566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 01100110
Octal 0 145 146
Decimal 0 101 102
Hex 0 65 66

RGB Percentages of Color #006566

%0.00
%49.75
%50.25

CMYK Percentages of Color #006566

%100
%1
%0
%60

Triadic Colors of #006566

#006566 #660065 #656600

Analogous Colors of #006566

#006566 #003266 #006634

Monochromatic Colors of #006566

#006566

Complementary Color

#006566 #660100

#006566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006566 Color CSS Codes

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

#006566 Text Font Color

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

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


#006566 Background Color

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

This div background color is #006566


#006566 Border Color

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

This div border color is #006566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006566

#006566 Color Palettes


Comments

No comments written yet.

Please login to write comment.