#686494

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

Shades of Scampi #686494

Tints of Scampi #686494

Color information

#686494 (or 0x686494) is unknown color: approx Scampi. HEX triplet: 68, 64 and 94. RGB value is (104,100,148). Sum of RGB (Red+Green+Blue) = 104+100+148=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #686494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686494 is #979B6B. Grayscale: #6A6A6A. Windows color (decimal): -9935724 or 9725032. OLE color: 9725032.

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

Color convert

RGB104100148-
CMYK0.300.3200.42
HSL245º19.35%48.63%-
HSV(B)245º32.43%58.04%-
XYZ15.6114.229.93-
YUV106.67151.33126.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=29.55%
G=28.41%
B=42.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041001480.300.3200.4224519.3548.63
Hex6864941E2002Af51331
Octal15014422436400523652361
Binary11010001100100100101001111010000001010101111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686494; }

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

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

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

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

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

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

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

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