#686392

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

Shades of Scampi #686392

Tints of Scampi #686392

Color information

#686392 (or 0x686392) is unknown color: approx Scampi. HEX triplet: 68, 63 and 92. RGB value is (104,99,146). Sum of RGB (Red+Green+Blue) = 104+99+146=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #686392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686392 is #979C6D. Grayscale: #696969. Windows color (decimal): -9935982 or 9593704. OLE color: 9593704.

HSL color Cylindrical-coordinate representation of color #686392: hue angle of 246.38º 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 #686392 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10499146-
CMYK0.290.3200.43
HSL246.38º19.18%48.04%-
HSV(B)246.38º32.19%57.25%-
XYZ15.3613.9429.08-
YUV105.85150.66126.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=29.80%
G=28.37%
B=41.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104991460.290.3200.43246.3819.1848.04
Hex6863921D2002Bf61330
Octal15014322235400533662360
Binary11010001100011100100101110110000001010111111011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686392; }

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

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

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

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

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

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

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

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