#666392

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

Shades of Scampi #666392

Tints of Scampi #666392

Color information

#666392 (or 0x666392) is unknown color: approx Scampi. HEX triplet: 66, 63 and 92. RGB value is (102,99,146). Sum of RGB (Red+Green+Blue) = 102+99+146=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #666392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666392 is #999C6D. Grayscale: #696969. Windows color (decimal): -10067054 or 9593702. OLE color: 9593702.

HSL color Cylindrical-coordinate representation of color #666392: hue angle of 243.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666392 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10299146-
CMYK0.300.3200.43
HSL243.83º19.18%48.04%-
HSV(B)243.83º32.19%57.25%-
XYZ15.1313.8229.06-
YUV105.26150.99125.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=29.39%
G=28.53%
B=42.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102991460.300.3200.43243.8319.1848.04
Hex6663921E2002Bf41330
Octal14614322236400533642360
Binary11001101100011100100101111010000001010111111010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666392; }

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

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

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

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

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

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

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

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