#66666C

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

Shades of Comet #66666C

Tints of Comet #66666C

Color information

#66666C (or 0x66666C) is unknown color: approx Comet. HEX triplet: 66, 66 and 6C. RGB value is (102,102,108). Sum of RGB (Red+Green+Blue) = 102+102+108=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #66666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66666C is #999993. Grayscale: #666666. Windows color (decimal): -10066324 or 7104102. OLE color: 7104102.

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

Color convert

RGB102102108-
CMYK0.060.0600.58
HSL240º2.86%41.18%-
HSV(B)240º5.56%42.35%-
XYZ12.9413.4116.09-
YUV102.68131127.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021021080.060.0600.582402.8641.18
Hex66666C6603Af0329
Octal14614615466072360351
Binary11001101100110110110011011001110101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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