#66666D

Color #66666D Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #66666D

Tints of Comet #66666D

Color information

#66666D (or 0x66666D) is unknown color: approx Comet. HEX triplet: 66, 66 and 6D. RGB value is (102,102,109). Sum of RGB (Red+Green+Blue) = 102+102+109=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #66666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66666D is #999992. Grayscale: #666666. Windows color (decimal): -10066323 or 7169638. OLE color: 7169638.

HSL color Cylindrical-coordinate representation of color #66666D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66666D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102102109-
CMYK0.060.0600.57
HSL240º3.32%41.37%-
HSV(B)240º6.42%42.75%-
XYZ12.9913.4316.38-
YUV102.8131.5127.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=32.59%
G=32.59%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021021090.060.0600.572403.3241.37
Hex66666D66039f0329
Octal14614615566071360351
Binary11001101100110110110111011001110011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66666D; }

 p { color: rgb(102,102,109); }

 H1.HeaderClassName
 {
   color: #66666D;
 }
 .AnyTagClassName
 {
   color: #66666D;
 }
</style>
background-color css

<style>
 a { background-color: #66666D; }

 a { background-color: rgb(102,102,109); }

 div.DivClassName
 {
   background-color: #66666D;
 }
 .BgClassName
 {
   background-color: #66666D;
 }
</style>
border-color css

<style>
 span { border-color: #66666D; }

 span { border-color: rgb(102,102,109); }

 td.TdClassName
 {
   border-color: #66666D;
 }
 .TagClassName
 {
   border-color: #66666D;
 }
</style>