#686199

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

Shades of Scampi #686199

Tints of Scampi #686199

Color information

#686199 (or 0x686199) is unknown color: approx Scampi. HEX triplet: 68, 61 and 99. RGB value is (104,97,153). Sum of RGB (Red+Green+Blue) = 104+97+153=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #686199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686199 is #979E66. Grayscale: #696969. Windows color (decimal): -9936487 or 10051944. OLE color: 10051944.

HSL color Cylindrical-coordinate representation of color #686199: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686199 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10497153-
CMYK0.320.3700.4
HSL247.5º22.4%49.02%-
HSV(B)247.5º36.6%60%-
XYZ15.7313.7931.97-
YUV105.48154.82126.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=29.38%
G=27.40%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104971530.320.3700.4247.522.449.02
Hex6861992025028f81631
Octal15014123140450503702661
Binary110100011000011001100110000010010101010001111100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686199; }

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

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

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

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

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

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

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

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