#685ff2

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

Shades of Medium Slate Blue #685FF2

Tints of Medium Slate Blue #685FF2

Color information

#685FF2 (or 0x685FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5F and F2. RGB value is (104,95,242). Sum of RGB (Red+Green+Blue) = 104+95+242=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #685FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FF2 is #97A00D. Grayscale: #717171. Windows color (decimal): -9936910 or 15884136. OLE color: 15884136.

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

Color convert

RGB10495242-
CMYK0.570.6100.05
HSL243.67º84.97%66.08%-
HSV(B)243.67º60.74%94.9%-
XYZ25.8317.5486.03-
YUV114.45199.98120.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 242 (94.92% from 255) = 54.88%
R=23.58%
G=21.54%
B=54.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104952420.570.6100.05243.6784.9766.08
Hex685FF2393D05f45542
Octal150137362717505364125102
Binary110100010111111111001011100111110101011111010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,242); }

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

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

 a { background-color: rgb(104,95,242); }

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

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

 span { border-color: rgb(104,95,242); }

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