#686499

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

Shades of Scampi #686499

Tints of Scampi #686499

Color information

#686499 (or 0x686499) is unknown color: approx Scampi. HEX triplet: 68, 64 and 99. RGB value is (104,100,153). Sum of RGB (Red+Green+Blue) = 104+100+153=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #686499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686499 is #979B66. Grayscale: #6B6B6B. Windows color (decimal): -9935719 or 10052712. OLE color: 10052712.

HSL color Cylindrical-coordinate representation of color #686499: hue angle of 244.53º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686499 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104100153-
CMYK0.320.3500.4
HSL244.53º20.95%49.61%-
HSV(B)244.53º34.64%60%-
XYZ16.0214.3632.06-
YUV107.24153.83125.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=29.13%
G=28.01%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041001530.320.3500.4244.5320.9549.61
Hex6864992023028f51532
Octal15014423140430503652562
Binary110100011001001001100110000010001101010001111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686499; }

 p { color: rgb(104,100,153); }

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

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

 a { background-color: rgb(104,100,153); }

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

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

 span { border-color: rgb(104,100,153); }

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