#686193

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

Shades of Scampi #686193

Tints of Scampi #686193

Color information

#686193 (or 0x686193) is unknown color: approx Scampi. HEX triplet: 68, 61 and 93. RGB value is (104,97,147). Sum of RGB (Red+Green+Blue) = 104+97+147=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #686193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686193 is #979E6C. Grayscale: #686868. Windows color (decimal): -9936493 or 9658728. OLE color: 9658728.

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

Color convert

RGB10497147-
CMYK0.290.3400.42
HSL248.4º20.49%47.84%-
HSV(B)248.4º34.01%57.65%-
XYZ15.2513.629.42-
YUV104.79151.82127.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=29.89%
G=27.87%
B=42.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104971470.290.3400.42248.420.4947.84
Hex6861931D2202Af81430
Octal15014122335420523702460
Binary11010001100001100100111110110001001010101111100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686193; }

 p { color: rgb(104,97,147); }

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

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

 a { background-color: rgb(104,97,147); }

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

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

 span { border-color: rgb(104,97,147); }

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