#686599

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

Shades of Scampi #686599

Tints of Scampi #686599

Color information

#686599 (or 0x686599) is unknown color: approx Scampi. HEX triplet: 68, 65 and 99. RGB value is (104,101,153). Sum of RGB (Red+Green+Blue) = 104+101+153=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #686599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686599 is #979A66. Grayscale: #6B6B6B. Windows color (decimal): -9935463 or 10052968. OLE color: 10052968.

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

Color convert

RGB104101153-
CMYK0.320.3400.4
HSL243.46º20.47%49.8%-
HSV(B)243.46º33.99%60%-
XYZ16.1114.5532.1-
YUV107.82153.49125.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=29.05%
G=28.21%
B=42.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041011530.320.3400.4243.4620.4749.8
Hex6865992022028f31432
Octal15014523140420503632462
Binary110100011001011001100110000010001001010001111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686599; }

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

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

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

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

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

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

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

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