#686595

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

Shades of Scampi #686595

Tints of Scampi #686595

Color information

#686595 (or 0x686595) is unknown color: approx Scampi. HEX triplet: 68, 65 and 95. RGB value is (104,101,149). Sum of RGB (Red+Green+Blue) = 104+101+149=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #686595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686595 is #979A6A. Grayscale: #6B6B6B. Windows color (decimal): -9935467 or 9790824. OLE color: 9790824.

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

Color convert

RGB104101149-
CMYK0.300.3200.42
HSL243.75º19.2%49.02%-
HSV(B)243.75º32.21%58.43%-
XYZ15.7914.4230.39-
YUV107.37151.49125.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=29.38%
G=28.53%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041011490.300.3200.42243.7519.249.02
Hex6865951E2002Af41331
Octal15014522536400523642361
Binary11010001100101100101011111010000001010101111010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686595; }

 p { color: rgb(104,101,149); }

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

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

 a { background-color: rgb(104,101,149); }

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

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

 span { border-color: rgb(104,101,149); }

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