#686BF7

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

Shades of Medium Slate Blue #686BF7

Tints of Medium Slate Blue #686BF7

Color information

#686BF7 (or 0x686BF7) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6B and F7. RGB value is (104,107,247). Sum of RGB (Red+Green+Blue) = 104+107+247=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #686BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BF7 is #979408. Grayscale: #797979. Windows color (decimal): -9933833 or 16214888. OLE color: 16214888.

HSL color Cylindrical-coordinate representation of color #686BF7: hue angle of 238.74º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686BF7 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB104107247-
CMYK0.580.5700.03
HSL238.74º89.94%68.82%-
HSV(B)238.74º57.89%96.86%-
XYZ27.7620.1790.43-
YUV122.06198.51115.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=22.71%
G=23.36%
B=53.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1041072470.580.5700.03238.7489.9468.82
Hex686BF73A3903ef5a45
Octal150153367727103357132105
Binary11010001101011111101111110101110010111110111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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