#666A79

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

Shades of Comet #666A79

Tints of Comet #666A79

Color information

#666A79 (or 0x666A79) is unknown color: approx Comet. HEX triplet: 66, 6A and 79. RGB value is (102,106,121). Sum of RGB (Red+Green+Blue) = 102+106+121=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #666A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A79 is #999586. Grayscale: #6A6A6A. Windows color (decimal): -10065287 or 7957094. OLE color: 7957094.

HSL color Cylindrical-coordinate representation of color #666A79: hue angle of 227.37º 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 #666A79 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102106121-
CMYK0.160.1200.53
HSL227.37º8.52%43.73%-
HSV(B)227.37º15.7%47.45%-
XYZ14.0814.5120.15-
YUV106.51136.17124.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=31.00%
G=32.22%
B=36.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021061210.160.1200.53227.378.5243.73
Hex666A7910C035e392c
Octal14615217120140653431154
Binary1100110110101011110011000011000110101111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A79; }

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

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

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

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

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

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

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

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