#685A9F

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

Shades of Scampi #685A9F

Tints of Scampi #685A9F

Color information

#685A9F (or 0x685A9F) is unknown color: approx Scampi. HEX triplet: 68, 5A and 9F. RGB value is (104,90,159). Sum of RGB (Red+Green+Blue) = 104+90+159=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #685A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A9F is #97A560. Grayscale: #656565. Windows color (decimal): -9938273 or 10443368. OLE color: 10443368.

HSL color Cylindrical-coordinate representation of color #685A9F: hue angle of 252.17º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #685A9F is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10490159-
CMYK0.350.4300.38
HSL252.17º27.71%48.82%-
HSV(B)252.17º43.4%62.35%-
XYZ15.6212.7634.44-
YUV102.05160.14129.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=29.46%
G=25.50%
B=45.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104901590.350.4300.38252.1727.7148.82
Hex685A9F232B026fc1c31
Octal15013223743530463743461
Binary110100010110101001111110001110101101001101111110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A9F; }

 p { color: rgb(104,90,159); }

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

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

 a { background-color: rgb(104,90,159); }

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

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

 span { border-color: rgb(104,90,159); }

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