#686693

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

Shades of Scampi #686693

Tints of Scampi #686693

Color information

#686693 (or 0x686693) is unknown color: approx Scampi. HEX triplet: 68, 66 and 93. RGB value is (104,102,147). Sum of RGB (Red+Green+Blue) = 104+102+147=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #686693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686693 is #97996C. Grayscale: #6B6B6B. Windows color (decimal): -9935213 or 9660008. OLE color: 9660008.

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

Color convert

RGB104102147-
CMYK0.290.3100.42
HSL242.67º18.07%48.82%-
HSV(B)242.67º30.61%57.65%-
XYZ15.7314.5529.58-
YUV107.73150.16125.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=29.46%
G=28.90%
B=41.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041021470.290.3100.42242.6718.0748.82
Hex6866931D1F02Af31231
Octal15014622335370523632261
Binary1101000110011010010011111011111101010101111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686693; }

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

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

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

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

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

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

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

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