#686697

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

Shades of Scampi #686697

Tints of Scampi #686697

Color information

#686697 (or 0x686697) is unknown color: approx Scampi. HEX triplet: 68, 66 and 97. RGB value is (104,102,151). Sum of RGB (Red+Green+Blue) = 104+102+151=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #686697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686697 is #979968. Grayscale: #6B6B6B. Windows color (decimal): -9935209 or 9922152. OLE color: 9922152.

HSL color Cylindrical-coordinate representation of color #686697: hue angle of 242.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686697 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104102151-
CMYK0.310.3200.41
HSL242.45º19.37%49.61%-
HSV(B)242.45º32.45%59.22%-
XYZ16.0514.6831.27-
YUV108.18152.16125.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=29.13%
G=28.57%
B=42.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041021510.310.3200.41242.4519.3749.61
Hex6866971F20029f21332
Octal15014622737400513622362
Binary11010001100110100101111111110000001010011111001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686697; }

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

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

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

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

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

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

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

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