#66688A

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

Shades of Comet #66688A

Tints of Comet #66688A

Color information

#66688A (or 0x66688A) is unknown color: approx Comet. HEX triplet: 66, 68 and 8A. RGB value is (102,104,138). Sum of RGB (Red+Green+Blue) = 102+104+138=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #66688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66688A is #999775. Grayscale: #6B6B6B. Windows color (decimal): -10065782 or 9070694. OLE color: 9070694.

HSL color Cylindrical-coordinate representation of color #66688A: hue angle of 236.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66688A is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102104138-
CMYK0.260.2500.46
HSL236.67º15%47.06%-
HSV(B)236.67º26.09%54.12%-
XYZ15.0214.5626.06-
YUV107.28145.34124.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=29.65%
G=30.23%
B=40.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021041380.260.2500.46236.671547.06
Hex66688A1A1902Eedf2f
Octal14615021232310563551757
Binary110011011010001000101011010110010101110111011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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