#685BF3

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

Shades of Medium Slate Blue #685BF3

Tints of Medium Slate Blue #685BF3

Color information

#685BF3 (or 0x685BF3) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5B and F3. RGB value is (104,91,243). Sum of RGB (Red+Green+Blue) = 104+91+243=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #685BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BF3 is #97A40C. Grayscale: #6F6F6F. Windows color (decimal): -9937933 or 15948648. OLE color: 15948648.

HSL color Cylindrical-coordinate representation of color #685BF3: hue angle of 245.13º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685BF3 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10491243-
CMYK0.570.6300.05
HSL245.13º86.36%65.49%-
HSV(B)245.13º62.55%95.29%-
XYZ25.6316.986.7-
YUV112.21201.81122.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.74%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 243 (95.31% from 255) = 55.48%
R=23.74%
G=20.78%
B=55.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104912430.570.6300.05245.1386.3665.49
Hex685BF3393F05f55641
Octal150133363717705365126101
Binary110100010110111111001111100111111101011111010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,243); }

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

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

 a { background-color: rgb(104,91,243); }

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

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

 span { border-color: rgb(104,91,243); }

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