#666770

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

Shades of Comet #666770

Tints of Comet #666770

Color information

#666770 (or 0x666770) is unknown color: approx Comet. HEX triplet: 66, 67 and 70. RGB value is (102,103,112). Sum of RGB (Red+Green+Blue) = 102+103+112=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #666770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666770 is #99988F. Grayscale: #676767. Windows color (decimal): -10066064 or 7366502. OLE color: 7366502.

HSL color Cylindrical-coordinate representation of color #666770: hue angle of 234º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666770 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB102103112-
CMYK0.090.0800.56
HSL234º4.67%41.96%-
HSV(B)234º8.93%43.92%-
XYZ13.2513.717.27-
YUV103.73132.67126.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=32.18%
G=32.49%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021031120.090.0800.562344.6741.96
Hex66677098038ea52a
Octal1461471601110070352552
Binary11001101100111111000010011000011100011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666770; }

 p { color: rgb(102,103,112); }

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

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

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

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

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

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

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