#666884

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

Shades of Comet #666884

Tints of Comet #666884

Color information

#666884 (or 0x666884) is unknown color: approx Comet. HEX triplet: 66, 68 and 84. RGB value is (102,104,132). Sum of RGB (Red+Green+Blue) = 102+104+132=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #666884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666884 is #99977B. Grayscale: #6A6A6A. Windows color (decimal): -10065788 or 8677478. OLE color: 8677478.

HSL color Cylindrical-coordinate representation of color #666884: hue angle of 236º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666884 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102104132-
CMYK0.230.2100.48
HSL236º12.82%45.88%-
HSV(B)236º22.73%51.76%-
XYZ14.5914.3923.84-
YUV106.59142.34124.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=30.18%
G=30.77%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021041320.230.2100.4823612.8245.88
Hex6668841715030ecd2e
Octal14615020427250603541556
Binary110011011010001000010010111101010110000111011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666884; }

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

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

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

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

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

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

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

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