#666682

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

Shades of Comet #666682

Tints of Comet #666682

Color information

#666682 (or 0x666682) is unknown color: approx Comet. HEX triplet: 66, 66 and 82. RGB value is (102,102,130). Sum of RGB (Red+Green+Blue) = 102+102+130=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #666682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666682 is #99997D. Grayscale: #696969. Windows color (decimal): -10066302 or 8545894. OLE color: 8545894.

HSL color Cylindrical-coordinate representation of color #666682: hue angle of 240º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666682 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102102130-
CMYK0.220.2200.49
HSL240º12.07%45.49%-
HSV(B)240º21.54%50.98%-
XYZ14.2613.9423.06-
YUV105.19142125.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=30.54%
G=30.54%
B=38.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021021300.220.2200.4924012.0745.49
Hex6666821616031f0c2d
Octal14614620226260613601455
Binary110011011001101000001010110101100110001111100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666682; }

 p { color: rgb(102,102,130); }

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

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

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

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

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

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

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