#686bf4

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

Shades of Medium Slate Blue #686BF4

Tints of Medium Slate Blue #686BF4

Color information

#686BF4 (or 0x686BF4) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6B and F4. RGB value is (104,107,244). Sum of RGB (Red+Green+Blue) = 104+107+244=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #686BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BF4 is #97940B. Grayscale: #797979. Windows color (decimal): -9933836 or 16018280. OLE color: 16018280.

HSL color Cylindrical-coordinate representation of color #686BF4: hue angle of 238.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686BF4 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104107244-
CMYK0.570.5600.04
HSL238.71º86.42%68.24%-
HSV(B)238.71º57.38%95.69%-
XYZ27.319.9988.01-
YUV121.72197.01115.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=22.86%
G=23.52%
B=53.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041072440.570.5600.04238.7186.4268.24
Hex686BF4393804ef5644
Octal150153364717004357126104
Binary110100011010111111010011100111100001001110111110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686bf4; }

 p { color: rgb(104,107,244); }

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

<style>
 a { background-color: #686bf4; }

 a { background-color: rgb(104,107,244); }

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

<style>
 span { border-color: #686bf4; }

 span { border-color: rgb(104,107,244); }

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