#666382

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

Shades of Comet #666382

Tints of Comet #666382

Color information

#666382 (or 0x666382) is unknown color: approx Comet. HEX triplet: 66, 63 and 82. RGB value is (102,99,130). Sum of RGB (Red+Green+Blue) = 102+99+130=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #666382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666382 is #999C7D. Grayscale: #676767. Windows color (decimal): -10067070 or 8545126. OLE color: 8545126.

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

Color convert

RGB10299130-
CMYK0.220.2400.49
HSL245.81º13.54%44.9%-
HSV(B)245.81º23.85%50.98%-
XYZ13.9713.3622.96-
YUV103.43142.99126.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=30.82%
G=29.91%
B=39.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102991300.220.2400.49245.8113.5444.9
Hex6663821618031f6e2d
Octal14614320226300613661655
Binary110011011000111000001010110110000110001111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666382; }

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

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

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

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

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

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

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

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