#686AFF

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

Shades of Medium Slate Blue #686AFF

Tints of Medium Slate Blue #686AFF

Color information

#686AFF (or 0x686AFF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6A and FF. RGB value is (104,106,255). Sum of RGB (Red+Green+Blue) = 104+106+255=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #686AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFF is #979500. Grayscale: #797979. Windows color (decimal): -9934081 or 16738920. OLE color: 16738920.

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

Color convert

RGB104106255-
CMYK0.590.5800
HSL239.21º100%70.39%-
HSV(B)239.21º59.22%100%-
XYZ28.9120.4797.04-
YUV122.39202.84114.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 255 (100% from 255) = 54.84%
R=22.37%
G=22.80%
B=54.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041062550.590.5800239.2110070.39
Hex686AFF3B3A00ef6446
Octal150152377737200357144106
Binary1101000110101011111111111011111010001110111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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