#685AFF

Color #685AFF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #685AFF

Tints of Medium Slate Blue #685AFF

Color information

#685AFF (or 0x685AFF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5A and FF. RGB value is (104,90,255). Sum of RGB (Red+Green+Blue) = 104+90+255=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #685AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AFF is #97A500. Grayscale: #707070. Windows color (decimal): -9938177 or 16734824. OLE color: 16734824.

HSL color Cylindrical-coordinate representation of color #685AFF: hue angle of 245.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #685AFF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10490255-
CMYK0.590.6500
HSL245.09º100%67.65%-
HSV(B)245.09º64.71%100%-
XYZ27.4217.4896.54-
YUV113208.14121.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 255 (100% from 255) = 56.79%
R=23.16%
G=20.04%
B=56.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal104902550.590.6500245.0910067.65
Hex685AFF3B4100f56444
Octal1501323777310100365144104
Binary11010001011010111111111110111000001001111010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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