#686094

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

Shades of Scampi #686094

Tints of Scampi #686094

Color information

#686094 (or 0x686094) is unknown color: approx Scampi. HEX triplet: 68, 60 and 94. RGB value is (104,96,148). Sum of RGB (Red+Green+Blue) = 104+96+148=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #686094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686094 is #979F6B. Grayscale: #686868. Windows color (decimal): -9936748 or 9724008. OLE color: 9724008.

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

Color convert

RGB10496148-
CMYK0.300.3500.42
HSL249.23º21.31%47.84%-
HSV(B)249.23º35.14%58.04%-
XYZ15.2413.4529.81-
YUV104.32152.65127.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=29.89%
G=27.59%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104961480.300.3500.42249.2321.3147.84
Hex6860941E2302Af91530
Octal15014022436430523712560
Binary11010001100000100101001111010001101010101111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686094; }

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

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

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

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

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

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

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

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