#666679

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

Shades of Comet #666679

Tints of Comet #666679

Color information

#666679 (or 0x666679) is unknown color: approx Comet. HEX triplet: 66, 66 and 79. RGB value is (102,102,121). Sum of RGB (Red+Green+Blue) = 102+102+121=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #666679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666679 is #999986. Grayscale: #686868. Windows color (decimal): -10066311 or 7956070. OLE color: 7956070.

HSL color Cylindrical-coordinate representation of color #666679: hue angle of 240º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666679 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102102121-
CMYK0.160.1600.53
HSL240º8.52%43.73%-
HSV(B)240º15.7%47.45%-
XYZ13.6813.7120.01-
YUV104.17137.5126.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=31.38%
G=31.38%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021021210.160.1600.532408.5243.73
Hex6666791010035f092c
Octal14614617120200653601154
Binary11001101100110111100110000100000110101111100001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666679; }

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

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

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

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

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

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

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

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