#686AFB

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

Shades of Medium Slate Blue #686AFB

Tints of Medium Slate Blue #686AFB

Color information

#686AFB (or 0x686AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6A and FB. RGB value is (104,106,251). Sum of RGB (Red+Green+Blue) = 104+106+251=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #686AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFB is #979504. Grayscale: #797979. Windows color (decimal): -9934085 or 16476776. OLE color: 16476776.

HSL color Cylindrical-coordinate representation of color #686AFB: hue angle of 239.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFB is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104106251-
CMYK0.590.5800.02
HSL239.18º94.84%69.61%-
HSV(B)239.18º58.57%98.43%-
XYZ28.2820.2293.68-
YUV121.93200.84115.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=22.56%
G=22.99%
B=54.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041062510.590.5800.02239.1894.8469.61
Hex686AFB3B3A02ef5f46
Octal150152373737202357137106
Binary11010001101010111110111110111110100101110111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,251); }

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

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

 a { background-color: rgb(104,106,251); }

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

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

 span { border-color: rgb(104,106,251); }

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