#685BFC

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

Shades of Medium Slate Blue #685BFC

Tints of Medium Slate Blue #685BFC

Color information

#685BFC (or 0x685BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 5B and FC. RGB value is (104,91,252). Sum of RGB (Red+Green+Blue) = 104+91+252=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #685BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BFC is #97A403. Grayscale: #707070. Windows color (decimal): -9937924 or 16538472. OLE color: 16538472.

HSL color Cylindrical-coordinate representation of color #685BFC: hue angle of 244.84º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #685BFC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10491252-
CMYK0.590.6400.01
HSL244.84º96.41%67.25%-
HSV(B)244.84º63.89%98.82%-
XYZ27.0217.4594.04-
YUV113.24206.31121.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 252 (98.83% from 255) = 56.38%
R=23.27%
G=20.36%
B=56.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104912520.590.6400.01244.8496.4167.25
Hex685BFC3B4001f56043
Octal1501333747310001365140103
Binary11010001011011111111001110111000000011111010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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