#685DF9

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

Shades of Medium Slate Blue #685DF9

Tints of Medium Slate Blue #685DF9

Color information

#685DF9 (or 0x685DF9) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5D and F9. RGB value is (104,93,249). Sum of RGB (Red+Green+Blue) = 104+93+249=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #685DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DF9 is #97A206. Grayscale: #717171. Windows color (decimal): -9937415 or 16342376. OLE color: 16342376.

HSL color Cylindrical-coordinate representation of color #685DF9: hue angle of 244.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685DF9 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10493249-
CMYK0.580.6300.02
HSL244.23º92.86%67.06%-
HSV(B)244.23º62.65%97.65%-
XYZ26.7217.6191.61-
YUV114.07204.14120.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 249 (97.66% from 255) = 55.83%
R=23.32%
G=20.85%
B=55.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104932490.580.6300.02244.2392.8667.06
Hex685DF93A3F02f45d43
Octal150135371727702364135103
Binary11010001011101111110011110101111110101111010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,249); }

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

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

 a { background-color: rgb(104,93,249); }

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

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

 span { border-color: rgb(104,93,249); }

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