#685cf9

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

Shades of Medium Slate Blue #685CF9

Tints of Medium Slate Blue #685CF9

Color information

#685CF9 (or 0x685CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5C and F9. RGB value is (104,92,249). Sum of RGB (Red+Green+Blue) = 104+92+249=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #685CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CF9 is #97A306. Grayscale: #707070. Windows color (decimal): -9937671 or 16342120. OLE color: 16342120.

HSL color Cylindrical-coordinate representation of color #685CF9: hue angle of 244.59º 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 #685CF9 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10492249-
CMYK0.580.6300.02
HSL244.59º92.9%66.86%-
HSV(B)244.59º63.05%97.65%-
XYZ26.6317.4491.58-
YUV113.49204.48121.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=23.37%
G=20.67%
B=55.96%

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
Decimal104922490.580.6300.02244.5992.966.86
Hex685CF93A3F02f55d43
Octal150134371727702365135103
Binary11010001011100111110011110101111110101111010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685cf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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