#66687A

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

Shades of Comet #66687A

Tints of Comet #66687A

Color information

#66687A (or 0x66687A) is unknown color: approx Comet. HEX triplet: 66, 68 and 7A. RGB value is (102,104,122). Sum of RGB (Red+Green+Blue) = 102+104+122=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #66687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687A is #999785. Grayscale: #696969. Windows color (decimal): -10065798 or 8022118. OLE color: 8022118.

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

Color convert

RGB102104122-
CMYK0.160.1500.52
HSL234º8.93%43.92%-
HSV(B)234º16.39%47.84%-
XYZ13.9414.1320.4-
YUV105.45137.34125.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=31.10%
G=31.71%
B=37.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021041220.160.1500.522348.9343.92
Hex66687A10F034ea92c
Octal14615017220170643521154
Binary1100110110100011110101000011110110100111010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66687A; }

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

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

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

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

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

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

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

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