#685DED

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

Shades of Medium Slate Blue #685DED

Tints of Medium Slate Blue #685DED

Color information

#685DED (or 0x685DED) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5D and ED. RGB value is (104,93,237). Sum of RGB (Red+Green+Blue) = 104+93+237=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #685DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DED is #97A212. Grayscale: #707070. Windows color (decimal): -9937427 or 15555944. OLE color: 15555944.

HSL color Cylindrical-coordinate representation of color #685DED: hue angle of 244.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685DED is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10493237-
CMYK0.560.6100.07
HSL244.58º80%64.71%-
HSV(B)244.58º60.76%92.94%-
XYZ24.9116.8982.07-
YUV112.7198.14121.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=23.96%
G=21.43%
B=54.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal104932370.560.6100.07244.588064.71
Hex685DED383D07f55041
Octal150135355707507365120101
Binary110100010111011110110111100011110101111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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