#686CF1

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

Shades of Medium Slate Blue #686CF1

Tints of Medium Slate Blue #686CF1

Color information

#686CF1 (or 0x686CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 6C and F1. RGB value is (104,108,241). Sum of RGB (Red+Green+Blue) = 104+108+241=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #686CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CF1 is #97930E. Grayscale: #797979. Windows color (decimal): -9933583 or 15821928. OLE color: 15821928.

HSL color Cylindrical-coordinate representation of color #686CF1: hue angle of 238.25º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686CF1 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104108241-
CMYK0.570.5500.05
HSL238.25º83.03%67.65%-
HSV(B)238.25º56.85%94.51%-
XYZ26.9520.0285.66-
YUV121.97195.17115.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=22.96%
G=23.84%
B=53.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041082410.570.5500.05238.2583.0367.65
Hex686CF1393705ee5344
Octal150154361716705356123104
Binary110100011011001111000111100111011101011110111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,108,241); }

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

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

 a { background-color: rgb(104,108,241); }

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

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

 span { border-color: rgb(104,108,241); }

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