#66676C

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

Shades of Comet #66676C

Tints of Comet #66676C

Color information

#66676C (or 0x66676C) is unknown color: approx Comet. HEX triplet: 66, 67 and 6C. RGB value is (102,103,108). Sum of RGB (Red+Green+Blue) = 102+103+108=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #66676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66676C is #999893. Grayscale: #676767. Windows color (decimal): -10066068 or 7104358. OLE color: 7104358.

HSL color Cylindrical-coordinate representation of color #66676C: hue angle of 230º 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 #66676C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB102103108-
CMYK0.060.0500.58
HSL230º2.86%41.18%-
HSV(B)230º5.56%42.35%-
XYZ13.0413.6116.13-
YUV103.27130.67127.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=32.59%
G=32.91%
B=34.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021031080.060.0500.582302.8641.18
Hex66676C6503Ae6329
Octal14614715465072346351
Binary11001101100111110110011010101110101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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