#666666

Gray40

#666666 color hex

#666666 hex color information.
RGB value of #666666 is (102,102,102)
#666666 hex color code is also equal to #666
Change page background color to #666666 | Reset

#666666 rgb color chart

Color spaces of #666666 Gray40

RGB 102102102
HSL0.000.000.40
HSV40°
CMYK 0.000.000.00   0.60
XYZ12.629113.286814.4694
Yxy13.28680.31270.3290
Hunter Lab36.4511-1.94501.9803
CIE-Lab43.19220.0027-0.0055

Shades of #666666

Tints of #666666

RGB Percentages of Color #666666

%33.33
%33.33
%33.33

CMYK Percentages of Color #666666

%0
%0
%0
%60

#666666 Gray40 Color Info

#666666 hex color red value is 102, green value is 102 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #666666 hue: 0.00 , saturation: 0.00 and the lightness value of 666666 is 0.40.

The process color (four color CMYK) of #666666 hex color is 0.00, 0.00, 0.00, 0.60. Web safe color of #666666 is #666666

Color #666666 rgb is equally color. #666666 color name is Gray40.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100110 01100110
Octal 146 146 146
Decimal 102 102 102
Hexadecimal 66 66 66

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #666666

Analogous Colors of #666666

Analogous colors are identical


#666666 HSL Color Chart
#666666 hsl color chart
#666666 RGB Color Chart

#666666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666666 Color CSS Codes

.mybgcolor {background-color:#666666; } 
.myforecolor {color:#666666; }
.mybordercolor {border:3px solid #666666; }
Sample text font color #666666

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

html code
<p style="color:#666666">Text here</p>
#666666 background color

This div background color is #666666

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

This div border color is #666666

<div style="border:3px solid #666666">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #666666 Color Sample
#666666border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(102,102,102, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #666666; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #666666;
  -webkit-box-shadow: 1px 1px 3px 2px #666666;
  box-shadow:         1px 1px 3px 2px #666666; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,102,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 #666666">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #666666

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top