#666871

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

Shades of Comet #666871

Tints of Comet #666871

Color information

#666871 (or 0x666871) is unknown color: approx Comet. HEX triplet: 66, 68 and 71. RGB value is (102,104,113). Sum of RGB (Red+Green+Blue) = 102+104+113=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #666871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666871 is #99978E. Grayscale: #686868. Windows color (decimal): -10065807 or 7432294. OLE color: 7432294.

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

Color convert

RGB102104113-
CMYK0.100.0800.56
HSL229.09º5.12%42.16%-
HSV(B)229.09º9.73%44.31%-
XYZ13.4113.9217.6-
YUV104.43132.84126.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=31.97%
G=32.60%
B=35.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021041130.100.0800.56229.095.1242.16
Hex666871A8038e552a
Octal1461501611210070345552
Binary11001101101000111000110101000011100011100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666871; }

 p { color: rgb(102,104,113); }

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

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

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

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

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

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

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